/third_party/skia/tests/graphite/ |
D | CommandBufferTest.cpp | 131 commandBuffer->bindVertexBuffers(vertexBuffer, 0, nullptr, 0); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() 166 commandBuffer->bindVertexBuffers(nullptr, 0, instanceBuffer, 0); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_4_4_autogen.h | 22 void bindVertexBuffers(GLuint first, GLsizei count, const BufferID *buffersPacked, \
|
/third_party/skia/experimental/graphite/src/ |
D | CommandBuffer.cpp | 51 void CommandBuffer::bindVertexBuffers(sk_sp<Buffer> vertexBuffer, size_t vertexOffset, in bindVertexBuffers() function in skgpu::CommandBuffer
|
D | CommandBuffer.h | 66 void bindVertexBuffers(sk_sp<Buffer> vertexBuffer, size_t vertexOffset,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cMultiBindTests.cpp | 2301 gl.bindVertexBuffers(t_first, t_count, buffer_ids, offsets, strides); in iterate() 2328 gl.bindVertexBuffers(first, count, t_buffer_ids, offsets, strides); in iterate() 2345 gl.bindVertexBuffers(first, count, buffer_ids, t_offsets, strides); in iterate() 2348 gl.bindVertexBuffers(first, count, buffer_ids, offsets, t_strides); in iterate() 3274 gl.bindVertexBuffers(0, max_buffers, &buffer_ids[0], &offsets[0], &strides[0]); in iterate() 3288 gl.bindVertexBuffers(0, half_index, &t_buffer_ids[0], &offsets[0], &strides[0]); in iterate() 3305 gl.bindVertexBuffers(half_index, max_buffers - half_index, 0, &offsets[0], &strides[0]); in iterate() 3331 gl.bindVertexBuffers(0, max_buffers, &buffer_ids[0], &offsets[0], &strides[0]); in iterate() 3341 gl.bindVertexBuffers(0, max_buffers, 0, &offsets[0], &strides[0]); in iterate() 4561 gl.bindVertexBuffers(0, max_buffers, &buffer_ids[0], &offsets[0], &strides[0]); in iterate()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 78 void bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount,
|
D | VkCommandBuffer.cpp | 1380 void CommandBuffer::bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount, in bindVertexBuffers() function in vk::CommandBuffer
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_4_autogen.cpp | 160 context->bindVertexBuffers(first, count, buffersPacked, offsets, strides); in BindVertexBuffers()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateComputeTests.cpp | 318 void bindVertexBuffers (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateDa… in bindVertexBuffers() function 479 …_VERTEX_INPUT_BINDING_STRIDE_EXT, { { "VK_EXT_extended_dynamic_state" }, bindVertexBuffers } }, in getDynamicStateInfo()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.h | 383 void bindVertexBuffers(uint32_t firstBinding, 688 ANGLE_INLINE void SecondaryCommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers() function
|
D | vk_wrapper.h | 217 void bindVertexBuffers(uint32_t firstBinding, 977 ANGLE_INLINE void CommandBuffer::bindVertexBuffers(uint32_t firstBinding,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.h | 529 void bindVertexBuffers(uint32_t firstBinding, 982 ANGLE_INLINE void SecondaryCommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers() function
|
D | vk_wrapper.h | 210 void bindVertexBuffers(uint32_t firstBinding, 1079 ANGLE_INLINE void CommandBuffer::bindVertexBuffers(uint32_t firstBinding,
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 399 commandBuffers[i].bindVertexBuffers(0, 1, &vertices.buffer, &offset); in createCommandBuffers()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_4_autogen.h | 153 void bindVertexBuffers(GLuint first, GLsizei count, const BufferID *buffersPacked, \
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwFunctions.inl | 35 glBindVertexBuffersFunc bindVertexBuffers; variable
|
D | glwInitGL44.inl | 33 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
|
D | glwInitGL46.inl | 34 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
|
D | glwInitGL45.inl | 34 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 375 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL() 1791 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL() 3163 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL() 4578 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 612 PFNGLBINDVERTEXBUFFERSPROC bindVertexBuffers = nullptr; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 638 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL() 1100 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL() 3432 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL() 3892 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 612 PFNGLBINDVERTEXBUFFERSPROC bindVertexBuffers = nullptr; variable
|
/third_party/vk-gl-cts/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 35 gl->bindVertexBuffers = glBindVertexBuffers;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineExtendedDynamicStateTests.cpp | 1617 void bindVertexBuffers (const vk::DeviceInterface& vkd, vk::VkCommandBuffer cmdBuffer, const std::v… in bindVertexBuffers() function 2412 …bindVertexBuffers(vkd, cmdBuffer, (m_testConfig.meshParams[meshIdx].reversed ? rvertBuffers : vert… in iterate()
|