Home
last modified time | relevance | path

Searched refs:BindVertexBuffer (Results 1 – 7 of 7) 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.h199 void BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, uint32_t binding);
Dvkrenderframework.cpp1954 void VkCommandBufferObj::BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, u… in BindVertexBuffer() function in VkCommandBufferObj
Dvklayertests_pipeline_shader.cpp2546 m_commandBuffer->BindVertexBuffer(&vbo, (VkDeviceSize)0, 1); // VBO idx 1, but no VBO in PSO in TEST_F()
Dvklayertests_buffer_image_memory_sampler.cpp4601 …m_commandBuffer->BindVertexBuffer(&vbo, (VkDeviceSize)(3 * sizeof(float)), 1); // Offset at the e… in TEST_F()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp130 ANGLE_CAPTURE(BindVertexBuffer, isCallValid, context, bindingindex, bufferPacked, offset, in GL_BindVertexBuffer()
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp4173 ANGLE_CAPTURE(BindVertexBuffer, isCallValid, context, bindingindex, bufferPacked, offset, in GL_BindVertexBuffer()