HomeSort by relevance Sort by last modified time
    Searched defs:bindBuffer (Results 1 - 14 of 14) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsMakeUtil.cpp 263 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement)
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMakeUtil.cpp 44 , m_allocation (bindBuffer(vk, device, allocator, *m_buffer, memoryRequirement))
289 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement)
vktPipelineRenderToImageTests.cpp 170 de::MovePtr<Allocation> bindBuffer (const InstanceInterface& vki,
183 return ::vkt::pipeline::bindBuffer(vkd, device, allocator, buffer, requirement);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryTestsUtil.cpp 702 de::MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement)
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 498 de::MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement)
    [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 372 int GLClientState::bindBuffer(GLenum target, GLuint id)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 413 void GLContext::bindBuffer (deUint32 target, deUint32 buffer)
  /external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackTests.hpp 348 * Test the following BindBuffer routines:
425 virtual void bindBuffer(BindBufferCase bind_case);
502 virtual void bindBuffer(BindBufferCase bind_case);
550 virtual void bindBuffer(BindBufferCase bind_case)
552 CaptureVertexSeparate::bindBuffer(bind_case);
    [all...]
gl3cTransformFeedbackTests.cpp 199 gl.bindBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, m_buffer_0);
208 gl.bindBuffer(GL_ARRAY_BUFFER, m_buffer_1);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 24 virtual GrGLvoid bindBuffer(GrGLenum target, GrGLuint buffer) {}
    [all...]
GrGLGpu.cpp 835 this->bindBuffer(kXferCpuToGpu_GrBufferType, glBuffer);
    [all...]
  /external/skqp/src/gpu/gl/
GrGLTestInterface.h 24 virtual GrGLvoid bindBuffer(GrGLenum target, GrGLuint buffer) {}
    [all...]
GrGLGpu.cpp 836 this->bindBuffer(kXferCpuToGpu_GrBufferType, glBuffer);
    [all...]

Completed in 482 milliseconds