HomeSort by relevance Sort by last modified time
    Searched defs:bindBuffer (Results 1 - 10 of 10) 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 481 de::MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement)
  /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/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 839 this->bindBuffer(kXferCpuToGpu_GrBufferType, glBuffer);
    [all...]

Completed in 390 milliseconds