Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/tests/
DGLSnapshotBuffers_unittest.cpp82 void bindBuffer(GLenum binding, GLuint buffer) { in bindBuffer() function in gfxstream::gl::__anonf42cc84d0111::SnapshotGlBufferObjectsTest
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.inl.h178 ANGLE_INLINE void Context::bindBuffer(BufferBinding target, BufferID buffer) in bindBuffer() function
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp443 MovePtr<Allocation> bindBuffer(const DeviceInterface &vk, const VkDevice device, Allocator &allocat… in bindBuffer() function
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp362 auto bindBuffer = [this](GLenum target, GLuint buffer) { in postLoadRestoreCtx() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.hpp552 virtual void bindBuffer(BindBufferCase bind_case) in bindBuffer() function in gl3cts::TransformFeedback::CaptureGeometrySeparate
H A Dgl3cTransformFeedbackTests.cpp2698 void gl3cts::TransformFeedback::CaptureVertexInterleaved::bindBuffer(BindBufferCase bind_case) in bindBuffer() function in gl3cts::TransformFeedback::CaptureVertexInterleaved
3211 void gl3cts::TransformFeedback::CaptureVertexSeparate::bindBuffer(BindBufferCase bind_case) in bindBuffer() function in gl3cts::TransformFeedback::CaptureVertexSeparate
/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js111 'bindBuffer': {2: { 0:true }}, property
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp779 auto bindBuffer = [this](GLenum target, GLuint buffer) { in postLoadRestoreCtx() local
1205 GLuint GLEScontext::bindBuffer(GLenum target,GLuint buffer) { in bindBuffer() function in GLEScontext
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp171 de::MovePtr<Allocation> bindBuffer(const InstanceInterface &vki, const DeviceInterface &vkd, in bindBuffer() function
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp405 void GLContext::bindBuffer(uint32_t target, uint32_t buffer) in bindBuffer() function in sglr::GLContext
H A DsglrReferenceContext.cpp2673 void ReferenceContext::bindBuffer(uint32_t target, uint32_t buffer) in bindBuffer() function in sglr::ReferenceContext
/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
H A Dvulkan_wrapper.cpp2181 void VulkanDeviceMemory::bindBuffer(const VulkanBuffer &buffer, uint64_t offset) in bindBuffer() function in VulkanDeviceMemory
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp460 void StateManagerGL::bindBuffer(gl::BufferBinding target, GLuint buffer) in bindBuffer() function in rx::StateManagerGL
H A DDispatchTableGL_autogen.h134 PFNGLBINDBUFFERPROC bindBuffer = nullptr; variable
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp755 int GLClientState::bindBuffer(GLenum target, GLuint id) in bindBuffer() function in gfxstream::guest::GLClientState
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl14 glBindBufferFunc bindBuffer; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp2168 GrGLenum GrGLGpu::bindBuffer(GrGpuBufferType type, const GrBuffer* buffer) { in bindBuffer() function in GrGLGpu