Home
last modified time | relevance | path

Searched refs:bindVertexBuffers (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp2305 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/
DVkCommandBuffer.hpp78 void bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount,
DVkCommandBuffer.cpp1350 void CommandBuffer::bindVertexBuffers(uint32_t firstBinding, uint32_t bindingCount, in bindVertexBuffers() function in vk::CommandBuffer
DlibVulkan.cpp2526 vk::Cast(commandBuffer)->bindVertexBuffers(firstBinding, bindingCount, pBuffers, pOffsets); in vkCmdBindVertexBuffers()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp318 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/
DDrawTester.cpp399 commandBuffers[i].bindVertexBuffers(0, 1, &vertices.buffer, &offset); in createCommandBuffers()
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h510 void bindVertexBuffers(uint32_t firstBinding,
955 ANGLE_INLINE void SecondaryCommandBuffer::bindVertexBuffers(uint32_t firstBinding, in bindVertexBuffers() function
Dvk_wrapper.h214 void bindVertexBuffers(uint32_t firstBinding,
1191 ANGLE_INLINE void CommandBuffer::bindVertexBuffers(uint32_t firstBinding,
DContextVk.cpp1694 mRenderPassCommandBuffer->bindVertexBuffers(0, maxAttrib, bufferHandles.data(), in handleDirtyGraphicsVertexBuffers()
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h157 void bindVertexBuffers(GLuint first, GLsizei count, const BufferID *buffersPacked, \
DContext_gl.cpp2825 void Context::bindVertexBuffers(GLuint first, in bindVertexBuffers() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl35 glBindVertexBuffersFunc bindVertexBuffers; variable
DglwInitGL44.inl33 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
DglwInitGL45.inl34 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
DglwInitGL46.inl34 gl->bindVertexBuffers = (glBindVertexBuffersFunc) loader->get("glBindVertexBuffers");
DglwImpl.inl244 gl->bindVertexBuffers(first, count, buffers, offsets, strides);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp375 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL()
1802 ASSIGN("glBindVertexBuffers", bindVertexBuffers); in initProcsDesktopGL()
3163 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
4589 bindVertexBuffers = &glBindVertexBuffersNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h612 PFNGLBINDVERTEXBUFFERSPROC bindVertexBuffers = nullptr; variable
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl35 gl->bindVertexBuffers = glBindVertexBuffers;
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_handles.hpp2978 void bindVertexBuffers( uint32_t firstBinding,
2985 void bindVertexBuffers( uint32_t firstBinding,
Dvulkan_raii.hpp3515 … void bindVertexBuffers( uint32_t firstBinding,
9839 VULKAN_HPP_INLINE void CommandBuffer::bindVertexBuffers( in bindVertexBuffers() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandBuffer
Dvulkan_funcs.hpp4383 …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/
Dentry_points_gl_4_autogen.cpp5655 context->bindVertexBuffers(first, count, buffersPacked, offsets, strides); in GL_BindVertexBuffers()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl214 m_gl.bindVertexBuffers(first, count, buffers, offsets, strides);
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp35052 …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

12