Home
last modified time | relevance | path

Searched refs:bindVertexBuffers (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/tests/graphite/
DCommandBufferTest.cpp131 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/
DContext_gl_4_4_autogen.h22 void bindVertexBuffers(GLuint first, GLsizei count, const BufferID *buffersPacked, \
/third_party/skia/experimental/graphite/src/
DCommandBuffer.cpp51 void CommandBuffer::bindVertexBuffers(sk_sp<Buffer> vertexBuffer, size_t vertexOffset, in bindVertexBuffers() function in skgpu::CommandBuffer
DCommandBuffer.h66 void bindVertexBuffers(sk_sp<Buffer> vertexBuffer, size_t vertexOffset,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp2301 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/
DVkCommandBuffer.hpp78 void bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount,
DVkCommandBuffer.cpp1380 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/
Dentry_points_gl_4_4_autogen.cpp160 context->bindVertexBuffers(first, count, buffersPacked, offsets, strides); in BindVertexBuffers()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp318 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/
DSecondaryCommandBuffer.h383 void bindVertexBuffers(uint32_t firstBinding,
688 ANGLE_INLINE void SecondaryCommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers() function
Dvk_wrapper.h217 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/
DSecondaryCommandBuffer.h529 void bindVertexBuffers(uint32_t firstBinding,
982 ANGLE_INLINE void SecondaryCommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers() function
Dvk_wrapper.h210 void bindVertexBuffers(uint32_t firstBinding,
1079 ANGLE_INLINE void CommandBuffer::bindVertexBuffers(uint32_t firstBinding,
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp399 commandBuffers[i].bindVertexBuffers(0, 1, &vertices.buffer, &offset); in createCommandBuffers()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_autogen.h153 void bindVertexBuffers(GLuint first, GLsizei count, const BufferID *buffersPacked, \
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl35 glBindVertexBuffersFunc bindVertexBuffers; variable
DglwInitGL44.inl33 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
DglwInitGL46.inl34 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
DglwInitGL45.inl34 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp375 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL()
1791 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL()
3163 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
4578 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h612 PFNGLBINDVERTEXBUFFERSPROC bindVertexBuffers = nullptr; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp638 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL()
1100 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL()
3432 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
3892 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h612 PFNGLBINDVERTEXBUFFERSPROC bindVertexBuffers = nullptr; variable
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl35 gl->bindVertexBuffers = glBindVertexBuffers;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp1617 void bindVertexBuffers (const vk::DeviceInterface& vkd, vk::VkCommandBuffer cmdBuffer, const std::v… in bindVertexBuffers() function
2412bindVertexBuffers(vkd, cmdBuffer, (m_testConfig.meshParams[meshIdx].reversed ? rvertBuffers : vert… in iterate()

12