Searched refs:BindVertexBuffers (Results 1 – 12 of 12) sorted by relevance
/external/angle/src/libGL/ |
D | entry_points_gl_4_4_autogen.h | 34 ANGLE_EXPORT void GL_APIENTRY BindVertexBuffers(GLuint first,
|
D | entry_points_gl_4_4_autogen.cpp | 147 void GL_APIENTRY BindVertexBuffers(GLuint first, in BindVertexBuffers() function 171 ANGLE_CAPTURE(BindVertexBuffers, isCallValid, context, first, count, buffersPacked, offsets, in BindVertexBuffers()
|
D | proc_table_wgl_autogen.cpp | 74 {"glBindVertexBuffers", P(gl::BindVertexBuffers)},
|
D | libGL_autogen.cpp | 5406 return gl::BindVertexBuffers(first, count, buffers, offsets, strides); in glBindVertexBuffers()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.cpp | 42 case CommandID::BindVertexBuffers: in GetCommandString() 208 case CommandID::BindVertexBuffers: in executeCommands()
|
D | SecondaryCommandBuffer.h | 41 BindVertexBuffers, enumerator 854 CommandID::BindVertexBuffers, buffersSize + offsetsSize, &writePtr); in bindVertexBuffers()
|
/external/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 59 BindVertexBuffers, enumerator
|
D | entry_points_enum_autogen.cpp | 103 case EntryPoint::BindVertexBuffers: in GetEntryPointName()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.h | 377 …void BindVertexBuffers(VkCommandBuffer aCommandBuffer, unsigned aOffsetCount = 0, VkDeviceSize *aO…
|
D | layer_validation_tests.cpp | 1308 void VkVerticesObj::BindVertexBuffers(VkCommandBuffer aCommandBuffer, unsigned aOffsetCount, VkDevi… in BindVertexBuffers() function in VkVerticesObj
|
D | vklayertests_buffer_image_memory_sampler.cpp | 4533 draw_verticies.BindVertexBuffers(m_commandBuffer->handle()); in TEST_F()
|
/external/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 1012 API_MARKER(BindVertexBuffers, commandBuffer, firstBinding, bindingCount, in sqtt_CmdBindVertexBuffers()
|