Searched defs:bindVertexArray (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.cpp95 gl.bindVertexArray(defaultVAO);
251 static GLW_APICALL void GLW_APIENTRY bindVertexArray (deUint32 array) function in namespace:glu::es3plus
257 context->gl.bindVertexArray(array == 0 ? context->defaultVAO : array);
509 dst->bindVertexArray = bindVertexArray;
/external/skia/src/gpu/gl/
H A DGrGLGpu.h80 void bindVertexArray(GrGLuint id) { function in class:final
H A DGrGLTestInterface.h30 virtual GrGLvoid bindVertexArray(GrGLuint array) {} function in class:GrGLTestInterface
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp637 void GLContext::bindVertexArray (deUint32 array) function in class:sglr::GLContext
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp144 bindVertexArray(0);
1040 bindVertexArray(0);
1228 void Context::bindVertexArray(GLuint array) function in class:es2::Context

Completed in 663 milliseconds