PS2GL
OpenGL*-like API for the PS2
|
Public Member Functions | |
CDListDrawContext (CGLContext &context) | |
void | SetBlendMode (GLenum source, GLenum dest) |
void | SetAlphaFunc (GLenum func, GLclampf ref) |
void | SetDepthFunc (GLenum func) |
void | SetDoSmoothShading (bool yesNo) |
void | SetDoClipping (bool clip) |
void | SetDoCullFace (bool cull) |
void | SetCullFaceDir (int direction) |
void | SetRescaleNormals (bool rescale) |
void | SetBlendEnabled (bool enabled) |
void | SetAlphaTestEnabled (bool enabled) |
void | SetDepthTestEnabled (bool enabled) |
void | SetInterlacingOffset (float yPixels) |
void | SetDepthWriteEnabled (bool enabled) |
void | SetFrameBufferDrawMask (unsigned int mask) |
void | SetPolygonMode (GLenum mode) |
void | SetDrawBuffers (bool interlaced, GS::CMemArea *frame0Mem, GS::CMemArea *frame1Mem, GS::CMemArea *depthMem) |
![]() | |
CDrawContext (CGLContext &context) | |
virtual void | SetDoSmoothShading (bool yesNo)=0 |
virtual void | SetDoClipping (bool clip)=0 |
virtual void | SetDoCullFace (bool cull)=0 |
virtual void | SetCullFaceDir (int direction)=0 |
virtual void | SetRescaleNormals (bool rescale)=0 |
virtual void | SetBlendEnabled (bool enabled)=0 |
virtual void | SetDepthWriteEnabled (bool enabled)=0 |
virtual void | SetFrameBufferDrawMask (unsigned int mask)=0 |
virtual void | SetAlphaTestEnabled (bool enabled)=0 |
virtual void | SetDepthTestEnabled (bool enabled)=0 |
virtual void | SetInterlacingOffset (float yPixels)=0 |
virtual void | SetPolygonMode (GLenum mode)=0 |
virtual void | SetBlendMode (GLenum source, GLenum dest)=0 |
virtual void | SetAlphaFunc (GLenum func, GLclampf ref)=0 |
virtual void | SetDepthFunc (GLenum func)=0 |
virtual void | SetDrawBuffers (bool interlaced, GS::CMemArea *frame0Mem, GS::CMemArea *frame1Mem, GS::CMemArea *depthMem)=0 |
Additional Inherited Members | |
![]() | |
CGLContext & | GLContext |
Definition at line 171 of file drawcontext.h.
|
inline |
Definition at line 173 of file drawcontext.h.
|
virtual |
Implements CDrawContext.
Definition at line 717 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 647 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 670 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 461 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 484 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 507 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 530 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 693 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 553 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 576 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 599 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 622 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 740 of file drawcontext.cpp.
|
virtual |
Implements CDrawContext.
Definition at line 763 of file drawcontext.cpp.
|
inlinevirtual |
Implements CDrawContext.
Definition at line 193 of file drawcontext.h.
|
virtual |
Implements CDrawContext.
Definition at line 434 of file drawcontext.cpp.