Lines Matching refs:GLClientState
28 GLClientState::GLClientState(int nLocations) in GLClientState() function in GLClientState
72 GLClientState::~GLClientState() in ~GLClientState()
77 void GLClientState::enable(int location, int state) in enable()
87 void GLClientState::setState(int location, int size, GLenum type, GLboolean normalized, GLsizei str… in setState()
101 void GLClientState::setBufferObject(int location, GLuint id) in setBufferObject()
110 const GLClientState::VertexAttribState * GLClientState::getState(int location) in getState()
118 const GLClientState::VertexAttribState * GLClientState::getStateAndEnableDirty(int location, bool *… in getStateAndEnableDirty()
132 int GLClientState::getLocation(GLenum loc) in getLocation()
164 void GLClientState::getClientStatePointer(GLenum pname, GLvoid** params) in getClientStatePointer()
166 const GLClientState::VertexAttribState *state = NULL; in getClientStatePointer()
169 state = getState(GLClientState::VERTEX_LOCATION); in getClientStatePointer()
173 state = getState(GLClientState::NORMAL_LOCATION); in getClientStatePointer()
177 state = getState(GLClientState::COLOR_LOCATION); in getClientStatePointer()
181 state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION); in getClientStatePointer()
185 state = getState(GLClientState::POINTSIZE_LOCATION); in getClientStatePointer()
189 state = getState(GLClientState::MATRIXINDEX_LOCATION); in getClientStatePointer()
193 state = getState(GLClientState::WEIGHT_LOCATION); in getClientStatePointer()
201 int GLClientState::setPixelStore(GLenum param, GLint value) in setPixelStore()
228 size_t GLClientState::pixelDataSize(GLsizei width, GLsizei height, GLenum format, GLenum type, int … in pixelDataSize()
248 GLenum GLClientState::setActiveTextureUnit(GLenum texture) in setActiveTextureUnit()
258 GLenum GLClientState::getActiveTextureUnit() const in getActiveTextureUnit()
263 void GLClientState::enableTextureTarget(GLenum target) in enableTextureTarget()
275 void GLClientState::disableTextureTarget(GLenum target) in disableTextureTarget()
287 GLenum GLClientState::getPriorityEnabledTarget(GLenum allDisabled) const in getPriorityEnabledTarget()
299 int GLClientState::compareTexId(const void* pid, const void* prec) in compareTexId()
306 GLenum GLClientState::bindTexture(GLenum target, GLuint texture, in bindTexture()
343 GLClientState::TextureRec* GLClientState::addTextureRec(GLuint id, in addTextureRec()
381 GLuint GLClientState::getBoundTexture(GLenum target) const in getBoundTexture()
393 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures) in deleteTextures()