#include "ps2s/drawenv.h"
#include "GL/ps2gl.h"
#include "ps2gl/debug.h"
#include "ps2gl/dlist.h"
#include "ps2gl/immgmanager.h"
#include "ps2gl/dlgmanager.h"
#include "ps2gl/drawcontext.h"
#include "ps2gl/clear.h"
#include "ps2gl/matrix.h"
Go to the source code of this file.
Compounds | |
class | CSetAlphaFuncCmd |
class | CSetAlphaTestEnabledCmd |
class | CSetBlendEnabledCmd |
class | CSetBlendMode |
class | CSetCullFaceDir |
class | CSetDepthWriteEnabledCmd |
class | CSetDoCullFaceCmd |
class | CSetDoSmoothShadingCmd |
class | CSetDrawBuffers |
class | CSetRescaleNormalsCmd |
Defines | |
#define | mCombineBlendFactors(_src, _dest) |
Functions | |
void | glDepthFunc (GLenum func) |
void | glDrawBuffer (GLenum mode) |
void | glClipPlane (GLenum plane, const GLdouble *equation) |
void | glBlendFunc (GLenum sfactor, GLenum dfactor) |
void | glAlphaFunc (GLenum func, GLclampf ref) |
void | glShadeModel (GLenum mode) |
void | glCullFace (GLenum mode) |
void | glDepthMask (GLboolean enabled) |
void | pglSetDrawBuffers (pgl_area_handle_t frame0_mem, pgl_area_handle_t frame1_mem, pgl_area_handle_t depth_mem) |
Set the area(s) in gs mem to draw. |
|
Value: ((unsigned int)(_src) << 16) | (unsigned int)(_dest) Definition at line 207 of file drawcontext.cpp. Referenced by CImmDrawContext::SetBlendMode().
|
|
Definition at line 499 of file drawcontext.cpp. |
|
Definition at line 494 of file drawcontext.cpp. |
|
Definition at line 489 of file drawcontext.cpp. |
|
Definition at line 510 of file drawcontext.cpp. |
|
Definition at line 479 of file drawcontext.cpp. |
|
Definition at line 517 of file drawcontext.cpp. |
|
Definition at line 484 of file drawcontext.cpp. |
|
Definition at line 504 of file drawcontext.cpp. |