Lines Matching defs:id
443 static void sClearIndexedBufferBinding(GLuint id, std::vector<GLClientState::BufferBinding>& bindin… in sClearIndexedBufferBinding()
457 void GLClientState::addBuffer(GLuint id) { in addBuffer()
463 void GLClientState::removeBuffer(GLuint id) { in removeBuffer()
472 void GLClientState::setBufferHostMapDirty(GLuint id, bool dirty) { in setBufferHostMapDirty()
550 bool GLClientState::tryBind(GLenum target, GLuint id) { in tryBind()
646 bool GLClientState::isQueryObjectActive(GLuint id) { in isQueryObjectActive()
659 void GLClientState::setLastQueryTarget(GLenum target, GLuint id) { in setLastQueryTarget()
663 GLenum GLClientState::getLastQueryTarget(GLuint id) { in getLastQueryTarget()
671 void GLClientState::addBuffer(GLuint id) { in addBuffer()
675 void GLClientState::removeBuffer(GLuint id) { in removeBuffer()
683 void GLClientState::setBufferHostMapDirty(GLuint id, bool dirty) { in setBufferHostMapDirty()
747 void GLClientState::unBindBuffer(GLuint id) { in unBindBuffer()
790 int GLClientState::bindBuffer(GLenum target, GLuint id) in bindBuffer()
970 GLuint id = getBuffer(target); in shouldSkipHostMapBuffer() local
975 GLuint id = getBuffer(target); in onHostMappedBuffer() local
1047 void GLClientState::setLastEncodedBufferBind(GLenum target, GLuint id) in setLastEncodedBufferBind()
1448 const GLuint* id = (const GLuint*)pid; in compareTexId() local
1523 TextureRec* GLClientState::addTextureRec(GLuint id, GLenum target) in addTextureRec()
2976 GLuint id = 0; in fromMakeCurrent() local