Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluES3PlusWrapperContext.cpp251 static GLW_APICALL void GLW_APIENTRY bindVertexArray (deUint32 array) in bindVertexArray() function
/external/skia/src/gpu/gl/
DGrGLGpu.h80 void bindVertexArray(GrGLuint id) { in bindVertexArray() function
DGrGLTestInterface.h30 virtual GrGLvoid bindVertexArray(GrGLuint array) {} in bindVertexArray() function
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp781 GrGLvoid bindVertexArray(GrGLuint id) override { in bindVertexArray() function in __anond7a7974a0111::DebugInterface
/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/deqp/framework/opengl/wrapper/
DglwFunctions.inl32 glBindVertexArrayFunc bindVertexArray; variable
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1228 void Context::bindVertexArray(GLuint array) in bindVertexArray() function in es2::Context