Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp443 MovePtr<Allocation> bindBuffer(const DeviceInterface &vk, const VkDevice device, Allocator &allocat… in bindBuffer() function
/external/angle/src/libANGLE/
DContext.inl.h178 ANGLE_INLINE void Context::bindBuffer(BufferBinding target, BufferID buffer) in bindBuffer() function
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.hpp552 virtual void bindBuffer(BindBufferCase bind_case) in bindBuffer() function in gl3cts::TransformFeedback::CaptureGeometrySeparate
Dgl3cTransformFeedbackTests.cpp2702 void gl3cts::TransformFeedback::CaptureVertexInterleaved::bindBuffer(BindBufferCase bind_case) in bindBuffer() function in gl3cts::TransformFeedback::CaptureVertexInterleaved
3215 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/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp171 de::MovePtr<Allocation> bindBuffer(const InstanceInterface &vki, const DeviceInterface &vkd, in bindBuffer() function
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp460 void StateManagerGL::bindBuffer(gl::BufferBinding target, GLuint buffer) in bindBuffer() function in rx::StateManagerGL
DDispatchTableGL_autogen.h134 PFNGLBINDBUFFERPROC bindBuffer = nullptr; variable
/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
Dvulkan_wrapper.cpp2181 void VulkanDeviceMemory::bindBuffer(const VulkanBuffer &buffer, uint64_t offset) in bindBuffer() function in VulkanDeviceMemory
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp405 void GLContext::bindBuffer(uint32_t target, uint32_t buffer) in bindBuffer() function in sglr::GLContext
DsglrReferenceContext.cpp2675 void ReferenceContext::bindBuffer(uint32_t target, uint32_t buffer) in bindBuffer() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl14 glBindBufferFunc bindBuffer; variable
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp2168 GrGLenum GrGLGpu::bindBuffer(GrGpuBufferType type, const GrBuffer* buffer) { in bindBuffer() function in GrGLGpu