Home
last modified time | relevance | path

Searched refs:bindVertexBuffers (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/tests/graphite/
H A 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/skia/experimental/graphite/src/
H A DCommandBuffer.cpp51 void CommandBuffer::bindVertexBuffers(sk_sp<Buffer> vertexBuffer, size_t vertexOffset, in bindVertexBuffers() function in skgpu::CommandBuffer
H A DCommandBuffer.h66 void bindVertexBuffers(sk_sp<Buffer> vertexBuffer, size_t vertexOffset,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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()
4575 gl.bindVertexBuffers( in iterate()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp78 void bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount,
H A DVkCommandBuffer.cpp1380 void CommandBuffer::bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount, in bindVertexBuffers() function in vk::CommandBuffer
H A DlibVulkan.cpp2597 vk::Cast(commandBuffer)->bindVertexBuffers(firstBinding, bindingCount, pBuffers, pOffsets); in vkCmdBindVertexBuffers()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp344 void bindVertexBuffers (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData* data) in bindVertexBuffers() function
550 { VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT, { { "VK_EXT_extended_dynamic_state" }, bindVertexBuffers } }, in getDynamicStateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp342 void bindVertexBuffers (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData* data) in bindVertexBuffers() function
548 { VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT, { { "VK_EXT_extended_dynamic_state" }, bindVertexBuffers } }, in getDynamicStateInfo()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp399 commandBuffers[i].bindVertexBuffers(0, 1, &vertices.buffer, &offset); in createCommandBuffers()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h210 void bindVertexBuffers(uint32_t firstBinding,
1079 ANGLE_INLINE void CommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers() function in rx::DescriptorSetIndex::priv::CommandBuffer
H A DSecondaryCommandBuffer.h529 void bindVertexBuffers(uint32_t firstBinding,
982 ANGLE_INLINE void SecondaryCommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers() function in rx::vk::priv::SecondaryCommandBuffer
H A DContextVk.cpp1809 mRenderPassCommandBuffer->bindVertexBuffers(0, maxAttrib, bufferHandles.data(), in handleDirtyGraphicsVertexBuffers()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.cpp375 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL()
1791 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL()
3163 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
4578 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
H A DDispatchTableGL_autogen.h612 PFNGLBINDVERTEXBUFFERSPROC bindVertexBuffers = nullptr; member in rx::DispatchTableGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl_4_autogen.h153 void bindVertexBuffers(GLuint first, GLsizei count, const BufferID *buffersPacked, \
H A DContext_gl.cpp2803 void Context::bindVertexBuffers(GLuint first, in bindVertexBuffers() function in gl::Context
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp88 void bindVertexBuffers (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, vk::VkDeviceSize* stride, vk::VkBuffer buffer, vk::VkDeviceSize bufferSize) const;
107 void ShaderObjectMiscInstance::bindVertexBuffers (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, vk::VkDeviceSize* stride, vk::VkBuffer buffer, vk::VkDeviceSize bufferSize) const in bindVertexBuffers() function in vkt::ShaderObject::__anon28648::ShaderObjectMiscInstance
302 bindVertexBuffers(vk, *cmdBuffer, pStride, **buffer, bufferSize); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3541 void bindVertexBuffers (const vk::DeviceInterface& vkd, vk::VkCommandBuffer cmdBuffer, const std::vector<VertexBufferInfo>& vertexBuffers) in bindVertexBuffers() function
5034 bindVertexBuffers(vkd, cmdBuffer, (m_testConfig.meshParams[meshIdx].reversed ? rvertBuffers : vertBuffers)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp4263 void bindVertexBuffers (const vk::DeviceInterface& vkd, vk::VkCommandBuffer cmdBuffer, const std::vector<VertexBufferInfo>& vertexBuffers) in bindVertexBuffers() function
6058 bindVertexBuffers(vkd, cmdBuffer, (m_testConfig.meshParams[meshIdx].reversed ? rvertBuffers : vertBuffers)); in iterate()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp3337 void bindVertexBuffers( uint32_t firstBinding,
3344 void bindVertexBuffers( uint32_t firstBinding,
H A Dvulkan_raii.hpp4066 void bindVertexBuffers( uint32_t firstBinding,
9945 VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers(
9956 "::CommandBuffer::bindVertexBuffers: buffers.size() != offsets.size()" );
H A Dvulkan_funcs.hpp4684 VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( uint32_t firstBinding,
4701 CommandBuffer::bindVertexBuffers( uint32_t firstBinding,
4713 "::CommandBuffer::bindVertexBuffers: buffers.size() != offsets.size()" );
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_handles.hpp4428 void bindVertexBuffers( uint32_t firstBinding,
4435 void bindVertexBuffers( uint32_t firstBinding,
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp5866 context->bindVertexBuffers(first, count, buffersPacked, offsets, strides); in GL_BindVertexBuffers()

Completed in 197 milliseconds

12