HomeSort by relevance Sort by last modified time
    Searched defs:bindVertexArray (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 95 gl.bindVertexArray(defaultVAO);
251 static GLW_APICALL void GLW_APIENTRY bindVertexArray (deUint32 array)
257 context->gl.bindVertexArray(array == 0 ? context->defaultVAO : array);
509 dst->bindVertexArray = bindVertexArray;
  /external/skia/src/gpu/gl/
GrGLGpu.h 74 void bindVertexArray(GrGLuint id) {
453 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 637 void GLContext::bindVertexArray (deUint32 array)

Completed in 104 milliseconds