Home
last modified time | relevance | path

Searched refs:BindVertexBuffer (Results 1 – 4 of 4) sorted by relevance

/external/deqp/doc/testspecs/GLES31/
Dfunctional.vertex_attribute_binding.txt46 - BindVertexBuffer for non-gen'd buffer name
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h195 void BindVertexBuffer(VkConstantBufferObj *vertexBuffer,
Dvkrenderframework.cpp1629 void VkCommandBufferObj::BindVertexBuffer(VkConstantBufferObj *vertexBuffer, in BindVertexBuffer() function in VkCommandBufferObj
Dlayer_validation_tests.cpp240 void BindVertexBuffer(VkConstantBufferObj *vertexBuffer, in BindVertexBuffer() function in VkLayerTest
242 m_commandBuffer->BindVertexBuffer(vertexBuffer, offset, binding); in BindVertexBuffer()
4841 BindVertexBuffer(&vbo, (VkDeviceSize)0, 1); // VBO idx 1, but no VBO in PSO in TEST_F()