Home
last modified time | relevance | path

Searched refs:BindVertexBuffers (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/libGL/
Dentry_points_gl_4_4_autogen.h34 ANGLE_EXPORT void GL_APIENTRY BindVertexBuffers(GLuint first,
Dentry_points_gl_4_4_autogen.cpp147 void GL_APIENTRY BindVertexBuffers(GLuint first, in BindVertexBuffers() function
171 ANGLE_CAPTURE(BindVertexBuffers, isCallValid, context, first, count, buffersPacked, offsets, in BindVertexBuffers()
Dproc_table_wgl_autogen.cpp74 {"glBindVertexBuffers", P(gl::BindVertexBuffers)},
DlibGL_autogen.cpp5406 return gl::BindVertexBuffers(first, count, buffers, offsets, strides); in glBindVertexBuffers()
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp42 case CommandID::BindVertexBuffers: in GetCommandString()
208 case CommandID::BindVertexBuffers: in executeCommands()
DSecondaryCommandBuffer.h41 BindVertexBuffers, enumerator
854 CommandID::BindVertexBuffers, buffersSize + offsetsSize, &writePtr); in bindVertexBuffers()
/external/angle/src/libANGLE/
Dentry_points_enum_autogen.h59 BindVertexBuffers, enumerator
Dentry_points_enum_autogen.cpp103 case EntryPoint::BindVertexBuffers: in GetEntryPointName()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.h377 …void BindVertexBuffers(VkCommandBuffer aCommandBuffer, unsigned aOffsetCount = 0, VkDeviceSize *aO…
Dlayer_validation_tests.cpp1308 void VkVerticesObj::BindVertexBuffers(VkCommandBuffer aCommandBuffer, unsigned aOffsetCount, VkDevi… in BindVertexBuffers() function in VkVerticesObj
Dvklayertests_buffer_image_memory_sampler.cpp4533 draw_verticies.BindVertexBuffers(m_commandBuffer->handle()); in TEST_F()
/external/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c1012 API_MARKER(BindVertexBuffers, commandBuffer, firstBinding, bindingCount, in sqtt_CmdBindVertexBuffers()