/external/deqp/external/openglcts/modules/gl/ |
D | gl4cMultiBindTests.cpp | 2305 gl.bindVertexBuffers(t_first, t_count, buffer_ids, offsets, strides); in iterate() 2332 gl.bindVertexBuffers(first, count, t_buffer_ids, offsets, strides); in iterate() 2349 gl.bindVertexBuffers(first, count, buffer_ids, t_offsets, strides); in iterate() 2352 gl.bindVertexBuffers(first, count, buffer_ids, offsets, t_strides); in iterate() 3278 gl.bindVertexBuffers(0, max_buffers, &buffer_ids[0], &offsets[0], &strides[0]); in iterate() 3292 gl.bindVertexBuffers(0, half_index, &t_buffer_ids[0], &offsets[0], &strides[0]); in iterate() 3309 gl.bindVertexBuffers(half_index, max_buffers - half_index, 0, &offsets[0], &strides[0]); in iterate() 3335 gl.bindVertexBuffers(0, max_buffers, &buffer_ids[0], &offsets[0], &strides[0]); in iterate() 3345 gl.bindVertexBuffers(0, max_buffers, 0, &offsets[0], &strides[0]); in iterate() 4565 gl.bindVertexBuffers(0, max_buffers, &buffer_ids[0], &offsets[0], &strides[0]); in iterate()
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 78 void bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount,
|
D | VkCommandBuffer.cpp | 1350 void CommandBuffer::bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount, in bindVertexBuffers() function in vk::CommandBuffer
|
D | libVulkan.cpp | 2526 vk::Cast(commandBuffer)->bindVertexBuffers(firstBinding, bindingCount, pBuffers, pOffsets); in vkCmdBindVertexBuffers()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateComputeTests.cpp | 318 void bindVertexBuffers (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateDa… in bindVertexBuffers() function 479 …_VERTEX_INPUT_BINDING_STRIDE_EXT, { { "VK_EXT_extended_dynamic_state" }, bindVertexBuffers } }, in getDynamicStateInfo()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 399 commandBuffers[i].bindVertexBuffers(0, 1, &vertices.buffer, &offset); in createCommandBuffers()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.h | 510 void bindVertexBuffers(uint32_t firstBinding, 955 ANGLE_INLINE void SecondaryCommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers() function
|
D | vk_wrapper.h | 214 void bindVertexBuffers(uint32_t firstBinding, 1191 ANGLE_INLINE void CommandBuffer::bindVertexBuffers(uint32_t firstBinding,
|
D | ContextVk.cpp | 1694 mRenderPassCommandBuffer->bindVertexBuffers(0, maxAttrib, bufferHandles.data(), in handleDirtyGraphicsVertexBuffers()
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 157 void bindVertexBuffers(GLuint first, GLsizei count, const BufferID *buffersPacked, \
|
D | Context_gl.cpp | 2825 void Context::bindVertexBuffers(GLuint first, in bindVertexBuffers() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 35 glBindVertexBuffersFunc bindVertexBuffers; variable
|
D | glwInitGL44.inl | 33 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
|
D | glwInitGL45.inl | 34 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
|
D | glwInitGL46.inl | 34 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
|
D | glwImpl.inl | 244 gl->bindVertexBuffers(first, count, buffers, offsets, strides);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 375 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL() 1802 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL() 3163 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL() 4589 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 612 PFNGLBINDVERTEXBUFFERSPROC bindVertexBuffers = nullptr; variable
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 35 gl->bindVertexBuffers = glBindVertexBuffers;
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_handles.hpp | 2978 void bindVertexBuffers( uint32_t firstBinding, 2985 void bindVertexBuffers( uint32_t firstBinding,
|
D | vulkan_raii.hpp | 3515 … void bindVertexBuffers( uint32_t firstBinding, 9839 VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( in bindVertexBuffers() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandBuffer
|
D | vulkan_funcs.hpp | 4383 …VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( uint32_t … in bindVertexBuffers() function in VULKAN_HPP_NAMESPACE::CommandBuffer 4399 …CommandBuffer::bindVertexBuffers( uint32_t first… in bindVertexBuffers() function in VULKAN_HPP_NAMESPACE::CommandBuffer
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 5655 context->bindVertexBuffers(first, count, buffersPacked, offsets, strides); in GL_BindVertexBuffers()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 214 m_gl.bindVertexBuffers(first, count, buffers, offsets, strides);
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 35052 …void bindVertexBuffers( uint32_t firstBinding, uint32_t bindingCount, const VULKAN_HPP_NAMESPACE::… 35055 …void bindVertexBuffers( uint32_t firstBinding, ArrayProxy<const VULKAN_HPP_NAMESPACE::Buffer> cons… 81552 …VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( uint32_t firstBinding, uint32_t bindingCo… in bindVertexBuffers() function in VULKAN_HPP_NAMESPACE::CommandBuffer 81559 …VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( uint32_t firstBinding, ArrayProxy<const V… in bindVertexBuffers() function in VULKAN_HPP_NAMESPACE::CommandBuffer
|