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

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.h75 void bindVertexArray(GrGLuint id) { function in class:GrGpuGL
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperContext.cpp86 gl.bindVertexArray(defaultVAO);
228 static GLW_APICALL void GLW_APIENTRY bindVertexArray (deUint32 array) function in namespace:glu::es3plus
234 context->gl.bindVertexArray(array == 0 ? context->defaultVAO : array);
420 dst->bindVertexArray = bindVertexArray;
/external/skia/src/gpu/gl/
H A DGrGpuGL.h87 void bindVertexArray(GrGLuint id) { function in class:GrGpuGL
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp637 void GLContext::bindVertexArray (deUint32 array) function in class:sglr::GLContext
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp84 bindVertexArray(0);
551 void Context::bindVertexArray(GLuint vertexArray) function in class:gl::Context
1930 bindVertexArray(0);

Completed in 184 milliseconds