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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 75 void bindVertexArray(GrGLuint id) {
338 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 86 gl.bindVertexArray(defaultVAO);
228 static GLW_APICALL void GLW_APIENTRY bindVertexArray (deUint32 array)
234 context->gl.bindVertexArray(array == 0 ? context->defaultVAO : array);
420 dst->bindVertexArray = bindVertexArray;
  /external/skia/src/gpu/gl/
GrGpuGL.h 87 void bindVertexArray(GrGLuint id) {
358 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 637 void GLContext::bindVertexArray (deUint32 array)
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp 84 bindVertexArray(0);
551 void Context::bindVertexArray(GLuint vertexArray)
    [all...]

Completed in 235 milliseconds