Home
last modified time | relevance | path

Searched defs:bindBuffer (Results 1 – 18 of 18) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp185 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& alloca… in bindBuffer() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp210 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& alloca… in bindBuffer() function
DvktPipelineRenderToImageTests.cpp171 de::MovePtr<Allocation> bindBuffer (const InstanceInterface& vki, in bindBuffer() function
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp545 de::MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& al… in bindBuffer() function
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp400 de::MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& al… in bindBuffer() function
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.hpp550 virtual void bindBuffer(BindBufferCase bind_case) in bindBuffer() function in gl3cts::TransformFeedback::CaptureGeometrySeparate
Dgl3cTransformFeedbackTests.cpp2634 void gl3cts::TransformFeedback::CaptureVertexInterleaved::bindBuffer(BindBufferCase bind_case) in bindBuffer() function in gl3cts::TransformFeedback::CaptureVertexInterleaved
3152 void gl3cts::TransformFeedback::CaptureVertexSeparate::bindBuffer(BindBufferCase bind_case) in bindBuffer() function in gl3cts::TransformFeedback::CaptureVertexSeparate
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js111 'bindBuffer': {2: { 0:true }}, property
/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp271 GrGLvoid bindBuffer(GrGLenum target, GrGLuint buffer) override { in bindBuffer() function in __anonbc4282d90111::NullInterface
DGrGLGpu.cpp2110 GrGLenum GrGLGpu::bindBuffer(GrBufferType type, const GrBuffer* buffer) { in bindBuffer() function in GrGLGpu
DGrGLTestInterface.h24 virtual GrGLvoid bindBuffer(GrGLenum target, GrGLuint buffer) {} in bindBuffer() function
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp271 GrGLvoid bindBuffer(GrGLenum target, GrGLuint buffer) override { in bindBuffer() function in __anon19c465a20111::NullInterface
DGrGLGpu.cpp2142 GrGLenum GrGLGpu::bindBuffer(GrGpuBufferType type, const GrBuffer* buffer) { in bindBuffer() function in GrGLGpu
DGrGLTestInterface.h24 virtual GrGLvoid bindBuffer(GrGLenum target, GrGLuint buffer) {} in bindBuffer() function
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp413 void GLContext::bindBuffer (deUint32 target, deUint32 buffer) in bindBuffer() function in sglr::GLContext
DsglrReferenceContext.cpp2465 void ReferenceContext::bindBuffer (deUint32 target, deUint32 buffer) in bindBuffer() function in sglr::ReferenceContext
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp804 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& alloca… in bindBuffer() function
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl14 glBindBufferFunc bindBuffer; variable