#include <texture.h>
Public Methods | |
CTexManager (CGLContext &context) | |
~CTexManager () | |
void | SetTexEnabled (bool yesNo) |
bool | GetTexEnabled () const |
void | GenTextures (GLsizei numNewTexNames, GLuint *newTexNames) |
void | BindTexture (GLuint texNameToBind) |
void | DeleteTextures (GLsizei numToDelete, const GLuint *texNames) |
CMMTexture & | GetCurTexture () const |
CMMTexture & | GetNamedTexture (GLuint tex) const |
void | UseCurTexture (CVifSCDmaPacket &renderPacket) |
void | SetTexMode (GS::tTexMode mode) |
void | SetCurTexParam (GLenum pname, GLint param) |
void | SetCurTexImage (tU128 *imagePtr, tU32 w, tU32 h, GS::tPSM psm) |
void | SetGsTexture (GS::CMemArea &area) |
void | SetCurClut (const void *clut, int numEntries) |
void | BeginDListDef () |
void | EndDListDef () |
|
Definition at line 22 of file texture.cpp. |
|
Definition at line 37 of file texture.cpp. |
|
Definition at line 67 of file texture.h. Referenced by CGLContext::BeginDListDef().
|
|
Definition at line 154 of file texture.cpp. Referenced by glBindTexture().
|
|
Definition at line 178 of file texture.cpp. Referenced by glDeleteTextures().
|
|
Definition at line 68 of file texture.h. Referenced by CGLContext::EndDListDef().
|
|
Definition at line 96 of file texture.cpp. Referenced by glGenTextures().
|
|
|
|
Definition at line 52 of file texture.h. Referenced by pglBindTextureToSlot(), and pglFreeTexture().
|
|
Definition at line 44 of file texture.h. Referenced by CBaseRenderer::AddVu1RendererContext(), and CBaseRenderer::BuildGiftag().
|
|
Definition at line 288 of file texture.cpp. Referenced by glColorTable().
|
|
Definition at line 255 of file texture.cpp. Referenced by glTexImage2D().
|
|
Definition at line 203 of file texture.cpp. |
|
Definition at line 314 of file texture.cpp. Referenced by pglTextureFromGsMemArea().
|
|
Definition at line 58 of file texture.cpp. Referenced by glDisable(), and glEnable().
|
|
Definition at line 85 of file texture.cpp. Referenced by glTexEnvi().
|
|
Definition at line 124 of file texture.cpp. |