Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.h63 void bindVertexArray(GrGLuint id) { in bindVertexArray() function
DGrGLTestInterface.h31 virtual GrGLvoid bindVertexArray(GrGLuint array) {} in bindVertexArray() function
/external/skqp/src/gpu/gl/
DGrGLGpu.h63 void bindVertexArray(GrGLuint id) { in bindVertexArray() function
DGrGLTestInterface.h31 virtual GrGLvoid bindVertexArray(GrGLuint array) {} in bindVertexArray() function
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp637 void GLContext::bindVertexArray (deUint32 array) in bindVertexArray() function in sglr::GLContext
DsglrReferenceContext.cpp3555 void ReferenceContext::bindVertexArray (deUint32 array) in bindVertexArray() function in sglr::ReferenceContext
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1230 void Context::bindVertexArray(GLuint array) in bindVertexArray() function in es2::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl33 glBindVertexArrayFunc bindVertexArray; variable