Definition at line 70 of file drawcontext.h.
◆ CImmDrawContext()
| CImmDrawContext::CImmDrawContext |
( |
CGLContext & | context | ) |
|
◆ ~CImmDrawContext()
| CImmDrawContext::~CImmDrawContext |
( |
| ) |
|
|
virtual |
◆ GetDrawEnv()
| GS::CDrawEnv & CImmDrawContext::GetDrawEnv |
( |
| ) |
|
|
inline |
◆ SwapBuffers()
| void CImmDrawContext::SwapBuffers |
( |
bool | fieldIsEven | ) |
|
◆ GetClearEnv()
◆ GetVertexXform()
| const cpu_mat_44 & CImmDrawContext::GetVertexXform |
( |
| ) |
|
◆ SetVertexXformValid()
| void CImmDrawContext::SetVertexXformValid |
( |
bool | valid | ) |
|
|
inline |
◆ GetFBWidth()
| int CImmDrawContext::GetFBWidth |
( |
| ) |
const |
|
inline |
◆ GetFBHeight()
| int CImmDrawContext::GetFBHeight |
( |
| ) |
const |
|
inline |
◆ GetDepthBits()
| int CImmDrawContext::GetDepthBits |
( |
| ) |
const |
|
inline |
◆ SetDepthBits()
| void CImmDrawContext::SetDepthBits |
( |
int | depth | ) |
|
|
inline |
◆ SetBlendMode()
| void CImmDrawContext::SetBlendMode |
( |
GLenum | source, |
|
|
GLenum | dest ) |
|
virtual |
◆ SetAlphaFunc()
| void CImmDrawContext::SetAlphaFunc |
( |
GLenum | func, |
|
|
GLclampf | ref ) |
|
virtual |
◆ SetDepthFunc()
| void CImmDrawContext::SetDepthFunc |
( |
GLenum | func | ) |
|
|
virtual |
◆ GetDoSmoothShading()
| bool CImmDrawContext::GetDoSmoothShading |
( |
| ) |
const |
|
inline |
◆ SetDoSmoothShading()
| void CImmDrawContext::SetDoSmoothShading |
( |
bool | yesNo | ) |
|
|
virtual |
◆ GetDoClipping()
| bool CImmDrawContext::GetDoClipping |
( |
| ) |
const |
|
inline |
◆ SetDoClipping()
| void CImmDrawContext::SetDoClipping |
( |
bool | clip | ) |
|
|
virtual |
◆ GetDoCullFace()
| bool CImmDrawContext::GetDoCullFace |
( |
| ) |
const |
|
inline |
◆ SetDoCullFace()
| void CImmDrawContext::SetDoCullFace |
( |
bool | cull | ) |
|
|
virtual |
◆ GetCullFaceDir()
| int CImmDrawContext::GetCullFaceDir |
( |
| ) |
const |
|
inline |
◆ SetCullFaceDir()
| void CImmDrawContext::SetCullFaceDir |
( |
int | direction | ) |
|
|
virtual |
◆ GetBlendEnabled()
| bool CImmDrawContext::GetBlendEnabled |
( |
| ) |
const |
|
inline |
◆ SetBlendEnabled()
| void CImmDrawContext::SetBlendEnabled |
( |
bool | enabled | ) |
|
|
virtual |
◆ GetAlphaTestEnabled()
| bool CImmDrawContext::GetAlphaTestEnabled |
( |
| ) |
const |
|
inline |
◆ SetAlphaTestEnabled()
| void CImmDrawContext::SetAlphaTestEnabled |
( |
bool | enabled | ) |
|
|
virtual |
◆ GetDepthTestEnabled()
| bool CImmDrawContext::GetDepthTestEnabled |
( |
| ) |
const |
|
inline |
◆ SetDepthTestEnabled()
| void CImmDrawContext::SetDepthTestEnabled |
( |
bool | enabled | ) |
|
|
virtual |
◆ SetInterlacingOffset()
| void CImmDrawContext::SetInterlacingOffset |
( |
float | yPixels | ) |
|
|
virtual |
◆ SetDepthWriteEnabled()
| void CImmDrawContext::SetDepthWriteEnabled |
( |
bool | enabled | ) |
|
|
virtual |
◆ SetFrameBufferDrawMask()
| void CImmDrawContext::SetFrameBufferDrawMask |
( |
unsigned int | mask | ) |
|
|
virtual |
◆ GetPolygonMode()
| GLenum CImmDrawContext::GetPolygonMode |
( |
| ) |
const |
|
inline |
◆ SetPolygonMode()
| void CImmDrawContext::SetPolygonMode |
( |
GLenum | mode | ) |
|
|
virtual |
◆ GetRescaleNormals()
| bool CImmDrawContext::GetRescaleNormals |
( |
| ) |
const |
|
inline |
◆ SetRescaleNormals()
| void CImmDrawContext::SetRescaleNormals |
( |
bool | rescale | ) |
|
|
virtual |
◆ SetDrawBuffers()
| void CImmDrawContext::SetDrawBuffers |
( |
bool | interlaced, |
|
|
GS::CMemArea * | frame0Mem, |
|
|
GS::CMemArea * | frame1Mem, |
|
|
GS::CMemArea * | depthMem ) |
|
virtual |
◆ DrawEnv
| GS::CDrawEnv* CImmDrawContext::DrawEnv |
◆ Frame0Mem
| GS::CMemArea* CImmDrawContext::Frame0Mem |
◆ Frame1Mem
| GS::CMemArea * CImmDrawContext::Frame1Mem |
◆ ZBufMem
| GS::CMemArea * CImmDrawContext::ZBufMem |
◆ CurFrameMem
| GS::CMemArea* CImmDrawContext::CurFrameMem |
◆ LastFrameMem
| GS::CMemArea * CImmDrawContext::LastFrameMem |
◆ ClearEnv
◆ FrameIsDblBuffered
| bool CImmDrawContext::FrameIsDblBuffered |
◆ DoSmoothShading
| bool CImmDrawContext::DoSmoothShading |
◆ DoClipping
| bool CImmDrawContext::DoClipping |
◆ DoCullFace
| bool CImmDrawContext::DoCullFace |
◆ CullFaceDir
| int CImmDrawContext::CullFaceDir |
◆ RescaleNormals
| bool CImmDrawContext::RescaleNormals |
◆ BlendIsEnabled
| bool CImmDrawContext::BlendIsEnabled |
◆ AlphaTestIsEnabled
| bool CImmDrawContext::AlphaTestIsEnabled |
◆ DepthTestIsEnabled
| bool CImmDrawContext::DepthTestIsEnabled |
◆ DrawInterlaced
| bool CImmDrawContext::DrawInterlaced |
◆ PolyMode
| GLenum CImmDrawContext::PolyMode |
◆ DepthBits
| int CImmDrawContext::DepthBits |
◆ VertexXform
| cpu_mat_44 CImmDrawContext::VertexXform |
◆ GSScale
| cpu_mat_44 CImmDrawContext::GSScale |
◆ IsVertexXformValid
| bool CImmDrawContext::IsVertexXformValid |
◆ Width
| int CImmDrawContext::Width |
◆ Height
| int CImmDrawContext::Height |
The documentation for this class was generated from the following files: