Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.inl.h137 ANGLE_INLINE void Context::bindBuffer(BufferBinding target, BufferID buffer) in bindBuffer() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.inl.h159 ANGLE_INLINE void Context::bindBuffer(BufferBinding target, BufferID buffer) in bindBuffer() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp425 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, in bindBuffer() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.hpp550 virtual void bindBuffer(BindBufferCase bind_case) in bindBuffer() function in gl3cts::TransformFeedback::CaptureGeometrySeparate
Dgl3cTransformFeedbackTests.cpp2656 void gl3cts::TransformFeedback::CaptureVertexInterleaved::bindBuffer(BindBufferCase bind_case) in bindBuffer() function in gl3cts::TransformFeedback::CaptureVertexInterleaved
3174 void gl3cts::TransformFeedback::CaptureVertexSeparate::bindBuffer(BindBufferCase bind_case) in bindBuffer() function in gl3cts::TransformFeedback::CaptureVertexSeparate
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp344 void StateManagerGL::bindBuffer(gl::BufferBinding target, GLuint buffer) in bindBuffer() function in rx::StateManagerGL
DDispatchTableGL_autogen.h134 PFNGLBINDBUFFERPROC bindBuffer = nullptr; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp174 de::MovePtr<Allocation> bindBuffer (const InstanceInterface& vki, in bindBuffer() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp426 void StateManagerGL::bindBuffer(gl::BufferBinding target, GLuint buffer) in bindBuffer() function in rx::StateManagerGL
DDispatchTableGL_autogen.h134 PFNGLBINDBUFFERPROC bindBuffer = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp413 void GLContext::bindBuffer (deUint32 target, deUint32 buffer) in bindBuffer() function in sglr::GLContext
DsglrReferenceContext.cpp2502 void ReferenceContext::bindBuffer (deUint32 target, deUint32 buffer) in bindBuffer() function in sglr::ReferenceContext
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl.js411 bindBuffer: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl14 glBindBufferFunc bindBuffer; variable
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp1938 GrGLenum GrGLGpu::bindBuffer(GrGpuBufferType type, const GrBuffer* buffer) { in bindBuffer() function in GrGLGpu
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp2058 GrGLenum GrGLGpu::bindBuffer(GrGpuBufferType type, const GrBuffer* buffer) { in bindBuffer() function in GrGLGpu
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4763 bindBuffer(target: GLenum, buffer: WebGLBuffer | null): void; method
Ddom.generated.d.ts17794 bindBuffer(target: GLenum, buffer: WebGLBuffer | null): void; method
/third_party/typescript/lib/
Dlib.webworker.d.ts4783 bindBuffer(target: GLenum, buffer: WebGLBuffer | null): void; method
Dlib.dom.d.ts17814 bindBuffer(target: GLenum, buffer: WebGLBuffer | null): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15007 bindBuffer(target: number, buffer: WebGLBuffer): void; method