/external/skia/src/gpu/gl/ |
D | GrGLOpsRenderPass.cpp | 122 this->bindVertexBuffer(vertexBuffer.get(), 0); in onBindBuffers() 148 void GrGLOpsRenderPass::bindVertexBuffer(const GrBuffer* vertexBuffer, int baseVertex) { in bindVertexBuffer() function in GrGLOpsRenderPass 170 this->bindVertexBuffer(fActiveVertexBuffer.get(), baseVertex); in onDraw() 189 this->bindVertexBuffer(fActiveVertexBuffer.get(), baseVertex); in onDrawIndexed() 207 this->bindVertexBuffer(fActiveVertexBuffer.get(), 0); in onDrawInstanced() 241 this->bindVertexBuffer(fActiveVertexBuffer.get(), baseVertex); in onDrawIndexedInstanced() 267 this->bindVertexBuffer(fActiveVertexBuffer.get(), 0); in onDrawIndirect()
|
D | GrGLOpsRenderPass.h | 44 void bindVertexBuffer(const GrBuffer*, int baseVertex);
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 23 dst->bindVertexBuffer = src.bindVertexBuffer;
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 18 void bindVertexBuffer(GLuint bindingindex, BufferID bufferPacked, GLintptr offset, \
|
D | VertexArray.h | 222 void bindVertexBuffer(const Context *context,
|
D | VertexArray.cpp | 363 void VertexArray::bindVertexBuffer(const Context *context, in bindVertexBuffer() function in gl::VertexArray
|
D | State.h | 524 void bindVertexBuffer(const Context *context,
|
D | State.cpp | 1828 void State::bindVertexBuffer(const Context *context, in bindVertexBuffer() function in gl::State 1834 getVertexArray()->bindVertexBuffer(context, bindingIndex, boundBuffer, offset, stride); in bindVertexBuffer()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES31Direct.inl | 23 gl->bindVertexBuffer = &glBindVertexBuffer;
|
D | glwInitES32Direct.inl | 23 gl->bindVertexBuffer = &glBindVertexBuffer;
|
D | glwFunctions.inl | 34 glBindVertexBufferFunc bindVertexBuffer; variable
|
D | glwInitES31.inl | 23 gl->bindVertexBuffer = (glBindVertexBufferFunc) loader->get("glBindVertexBuffer");
|
D | glwInitES32.inl | 23 gl->bindVertexBuffer = (glBindVertexBufferFunc) loader->get("glBindVertexBuffer");
|
D | glwInitGL44.inl | 32 gl->bindVertexBuffer = (glBindVertexBufferFunc) loader->get("glBindVertexBuffer");
|
D | glwInitGL43.inl | 27 gl->bindVertexBuffer = (glBindVertexBufferFunc) loader->get("glBindVertexBuffer");
|
D | glwInitGL45.inl | 33 gl->bindVertexBuffer = (glBindVertexBufferFunc) loader->get("glBindVertexBuffer");
|
D | glwInitGL46.inl | 33 gl->bindVertexBuffer = (glBindVertexBufferFunc) loader->get("glBindVertexBuffer");
|
/external/deqp/external/openglcts/modules/common/ |
D | glcRobustnessTests.cpp | 514 …gl.bindVertexBuffer(0 /* bindindex = location */, vertices_buffer.m_id, 0 /* offset */, 16 /* stri… in iterate()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 731 ASSIGN("glBindVertexBuffer", bindVertexBuffer); in initProcsDesktopGL() 1749 ASSIGN("glBindVertexBuffer", bindVertexBuffer); in initProcsDesktopGL() 2535 ASSIGN("glBindVertexBuffer", bindVertexBuffer); in initProcsGLES() 3519 bindVertexBuffer = &glBindVertexBufferNULL; in initProcsDesktopGLNULL() 4536 bindVertexBuffer = &glBindVertexBufferNULL; in initProcsDesktopGLNULL() 5321 bindVertexBuffer = &glBindVertexBufferNULL; in initProcsGLESNULL()
|
D | VertexArrayGL.cpp | 789 functions->bindVertexBuffer(static_cast<GLuint>(bindingIndex), bufferId, binding.getOffset(), in updateBindingBuffer()
|
D | DispatchTableGL_autogen.h | 560 PFNGLBINDVERTEXBUFFERPROC bindVertexBuffer = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessVertexArraysTests.cpp | 2234 gl.bindVertexBuffer(0, m_bo_array, 0, static_cast<glw::GLsizei>(sizeof(T) * size * 2)); in PrepareVAO() 2235 gl.bindVertexBuffer(1, m_bo_array, size * sizeof(T), in PrepareVAO() 3295 gl.bindVertexBuffer(0, m_bo_array, 0, sizeof(glw::GLint)); in PrepareVAO() 3801 gl.bindVertexBuffer(2, m_bo[2], 8, 0); in PrepareVAO()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 34 gl->bindVertexBuffer = glBindVertexBuffer;
|
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
D | esextcDrawElementsBaseVertexTests.cpp | 1477 gl.bindVertexBuffer(0, /* bindingindex */ in setUpFunctionalTestObjects()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 128 context->bindVertexBuffer(bindingindex, bufferPacked, offset, stride); in GL_BindVertexBuffer()
|