HomeSort by relevance Sort by last modified time
    Searched defs:bindVertexArray (Results 1 - 5 of 5) 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/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 637 void GLContext::bindVertexArray (deUint32 array)
  /external/skia/src/gpu/gl/
GrGLGpu.h 79 void bindVertexArray(GrGLuint id) {
506 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
GrGLTestInterface.h 30 virtual GrGLvoid bindVertexArray(GrGLuint array) {}
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp 148 bindVertexArray(0);
1065 bindVertexArray(0);
1253 void Context::bindVertexArray(GLuint array)
    [all...]

Completed in 98 milliseconds