Lines Matching refs:GLClientState
28 GLClientState::GLClientState(int nLocations) in GLClientState() function in GLClientState
70 GLClientState::~GLClientState() in ~GLClientState()
75 void GLClientState::enable(int location, int state) in enable()
85 void GLClientState::setState(int location, int size, GLenum type, GLboolean normalized, GLsizei str… in setState()
99 void GLClientState::setBufferObject(int location, GLuint id) in setBufferObject()
108 const GLClientState::VertexAttribState * GLClientState::getState(int location) in getState()
116 const GLClientState::VertexAttribState * GLClientState::getStateAndEnableDirty(int location, bool *… in getStateAndEnableDirty()
130 int GLClientState::getLocation(GLenum loc) in getLocation()
162 void GLClientState::getClientStatePointer(GLenum pname, GLvoid** params) in getClientStatePointer()
164 const GLClientState::VertexAttribState *state = NULL; in getClientStatePointer()
167 state = getState(GLClientState::VERTEX_LOCATION); in getClientStatePointer()
171 state = getState(GLClientState::NORMAL_LOCATION); in getClientStatePointer()
175 state = getState(GLClientState::COLOR_LOCATION); in getClientStatePointer()
179 state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION); in getClientStatePointer()
183 state = getState(GLClientState::POINTSIZE_LOCATION); in getClientStatePointer()
187 state = getState(GLClientState::MATRIXINDEX_LOCATION); in getClientStatePointer()
191 state = getState(GLClientState::WEIGHT_LOCATION); in getClientStatePointer()
199 int GLClientState::setPixelStore(GLenum param, GLint value) in setPixelStore()
226 size_t GLClientState::pixelDataSize(GLsizei width, GLsizei height, GLenum format, GLenum type, int … in pixelDataSize()
246 GLenum GLClientState::setActiveTextureUnit(GLenum texture) in setActiveTextureUnit()
256 GLenum GLClientState::getActiveTextureUnit() const in getActiveTextureUnit()
261 void GLClientState::enableTextureTarget(GLenum target) in enableTextureTarget()
273 void GLClientState::disableTextureTarget(GLenum target) in disableTextureTarget()
285 GLenum GLClientState::getPriorityEnabledTarget(GLenum allDisabled) const in getPriorityEnabledTarget()
297 int GLClientState::compareTexId(const void* pid, const void* prec) in compareTexId()
304 GLenum GLClientState::bindTexture(GLenum target, GLuint texture, in bindTexture()
341 GLClientState::TextureRec* GLClientState::addTextureRec(GLuint id, in addTextureRec()
379 GLuint GLClientState::getBoundTexture(GLenum target) const in getBoundTexture()
391 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures) in deleteTextures()