Home
last modified time | relevance | path

Searched defs:bindVertexBuffer (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLOpsRenderPass.cpp163 void GrGLOpsRenderPass::bindVertexBuffer(const GrBuffer* vertexBuffer, int baseVertex) { in bindVertexBuffer() function in GrGLOpsRenderPass
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.cpp388 void VertexArray::bindVertexBuffer(const Context *context, in bindVertexBuffer() function in gl::VertexArray
DState.cpp1915 void State::bindVertexBuffer(const Context *context, in bindVertexBuffer() function in gl::State
DContext.cpp1250 void Context::bindVertexBuffer(GLuint bindingIndex, in bindVertexBuffer() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h560 PFNGLBINDVERTEXBUFFERPROC bindVertexBuffer = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl34 glBindVertexBufferFunc bindVertexBuffer; variable