Home | History | Annotate | Download | only in OpenglCodecCommon

Lines Matching refs:GLenum

84 void GLClientState::setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data)
129 int GLClientState::getLocation(GLenum loc)
161 void GLClientState::getClientStatePointer(GLenum pname, GLvoid** params)
198 int GLClientState::setPixelStore(GLenum param, GLint value)
225 size_t GLClientState::pixelDataSize(GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) const
243 GLenum GLClientState::setActiveTextureUnit(GLenum texture)
253 GLenum GLClientState::getActiveTextureUnit() const
258 void GLClientState::enableTextureTarget(GLenum target)
270 void GLClientState::disableTextureTarget(GLenum target)
282 GLenum GLClientState::getPriorityEnabledTarget(GLenum allDisabled) const
301 GLenum GLClientState::bindTexture(GLenum target, GLuint texture,
339 GLenum target)
376 GLuint GLClientState::getBoundTexture(GLenum target) const