Home
last modified time | relevance | path

Searched defs:bindVertexArray (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h119 void bindVertexArray(GrGLuint id) { in bindVertexArray() function
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp628 void GLContext::bindVertexArray(uint32_t array) in bindVertexArray() function in sglr::GLContext
H A DsglrReferenceContext.cpp3819 void ReferenceContext::bindVertexArray(uint32_t array) in bindVertexArray() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp440 void StateManagerGL::bindVertexArray(GLuint vao, VertexArrayStateGL *vaoState) in bindVertexArray() function in rx::StateManagerGL
H A DDispatchTableGL_autogen.h264 PFNGLBINDVERTEXARRAYPROC bindVertexArray = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl33 glBindVertexArrayFunc bindVertexArray; variable
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp167 decltype(&gl::CaptureBindVertexArray) bindVertexArray; member
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp1502 void Context::bindVertexArray(VertexArrayID vertexArrayHandle) in bindVertexArray() function in gl::Context