Searched defs:bindVertexArray (Results 1 – 8 of 8) sorted by relevance
119 void bindVertexArray(GrGLuint id) { in bindVertexArray() function
628 void GLContext::bindVertexArray(uint32_t array) in bindVertexArray() function in sglr::GLContext
3819 void ReferenceContext::bindVertexArray(uint32_t array) in bindVertexArray() function in sglr::ReferenceContext
440 void StateManagerGL::bindVertexArray(GLuint vao, VertexArrayStateGL *vaoState) in bindVertexArray() function in rx::StateManagerGL
264 PFNGLBINDVERTEXARRAYPROC bindVertexArray = nullptr; variable
33 glBindVertexArrayFunc bindVertexArray; variable
167 decltype(&gl::CaptureBindVertexArray) bindVertexArray; member
1502 void Context::bindVertexArray(VertexArrayID vertexArrayHandle) in bindVertexArray() function in gl::Context