Searched defs:bindVertexArray (Results 1 - 3 of 3) 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.h74 void bindVertexArray(GrGLuint id) { function in class:GrGLGpu
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp637 void GLContext::bindVertexArray (deUint32 array) function in class:sglr::GLContext

Completed in 1627 milliseconds