Searched refs:BindVertexBuffer (Results 1 – 4 of 4) sorted by relevance
/external/deqp/doc/testspecs/GLES31/ |
D | functional.vertex_attribute_binding.txt | 46 - BindVertexBuffer for non-gen'd buffer name
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 165 void BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, uint32_t binding);
|
D | vkrenderframework.cpp | 1547 void VkCommandBufferObj::BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, u… in BindVertexBuffer() function in VkCommandBufferObj
|
D | layer_validation_tests.cpp | 303 … void BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, uint32_t binding) { in BindVertexBuffer() function in VkLayerTest 304 m_commandBuffer->BindVertexBuffer(vertexBuffer, offset, binding); in BindVertexBuffer() 9702 BindVertexBuffer(&vbo, (VkDeviceSize)0, 1); // VBO idx 1, but no VBO in PSO in TEST_F()
|