Home
last modified time | relevance | path

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

/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.cpp459 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp175 de::MovePtr<Allocation> bindBuffer (const InstanceInterface& vki, in bindBuffer() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp175 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/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js411 bindBuffer: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp413 void GLContext::bindBuffer (deUint32 target, deUint32 buffer) in bindBuffer() function in sglr::GLContext
DsglrReferenceContext.cpp2504 void ReferenceContext::bindBuffer (deUint32 target, deUint32 buffer) in bindBuffer() function in sglr::ReferenceContext
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp1938 GrGLenum GrGLGpu::bindBuffer(GrGpuBufferType type, const GrBuffer* buffer) { in bindBuffer() function in GrGLGpu
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl14 glBindBufferFunc bindBuffer; variable
/third_party/typescript/lib/
Dlib.webworker.d.ts4904 bindBuffer(target: GLenum, buffer: WebGLBuffer | null): void; method
Dlib.dom.d.ts16151 bindBuffer(target: GLenum, buffer: WebGLBuffer | null): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4884 bindBuffer(target: GLenum, buffer: WebGLBuffer | null): void; method
Ddom.generated.d.ts16131 bindBuffer(target: GLenum, buffer: WebGLBuffer | null): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15007 bindBuffer(target: number, buffer: WebGLBuffer): void; method