Home
last modified time | relevance | path

Searched refs:BindBufferBase (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_transform_feedback2.txt270 void BindBufferBase(enum target, uint index, uint buffer),
289 BindBufferBase binds the entire buffer, even when the size of the buffer
295 with BindBufferBase, the GL will never read or write beyond the end of a
301 is generated by BindBufferRange, BindBufferOffsetEXT, or BindBufferBase
499 BindBufferOffsetEXT, or BindBufferBase if <target> is
511 BindBufferOffsetEXT, or BindBufferBase if <target> is
834 BindBufferBase as specifying a range as
DARB_multi_bind.txt572 "BindBufferBase" and the "BindBufferRange" styles? If so, what name
576 calling BindBufferBase(); BindBuffersRange() is equivalent to a loop
579 The name choice for the "plural" forms of BindBufferBase and
582 strange since "BindBufferBase" means "bind a buffer from the base of its
584 "BindBufferBase", but decided to use "BindBuffers{Base,Range}".
636 BufferSubData. Calling BindBufferBase or BindBufferRange updates two
DARB_copy_buffer.txt59 GetBufferParameteriv, BindBufferRange, BindBufferBase,
DARB_uniform_buffer_object.txt213 void BindBufferBase(enum target,
932 void BindBufferBase(enum target,
954 BindBufferBase binds the entire buffer, even when the size of the buffer
960 with BindBufferBase, the GL will never read or write beyond the end of a
1033 "Buffer objects: BindBufferRange, BindBufferBase"
1070 buffer object was bound (e.g. if bound with BindBufferBase), or if no
1090 GLX protocol for BindBufferRange, BindBufferBase and GetIntegeri_v
1441 If OpenGL 3.0 is supported, the introduction of BindBufferBase and
1514 BindBufferBase if <buffer> is not the name of a valid buffer object.
1544 The error INVALID_VALUE is generated by BindBufferRange and BindBufferBase
[all …]
DARB_shader_atomic_counters.txt85 bound to these binding points with BindBufferBase
110 Accepted by the <target> parameter of BindBufferBase and BindBufferRange:
438 one of the commands BindBufferRange or BindBufferBase (see section 2.9.1)
440 described in section 2.9.1, BindBufferBase and BindBufferRange will generate an INVALID_VALUE
501 if bound with BindBufferBase), or if no buffer object is bound to
DARB_draw_elements_base_vertex.txt398 "base" in BindBufferBase...
DARB_transform_feedback3.txt141 void BindBufferBase(enum target, uint index, uint buffer);
525 void BindBufferBase(enum target, uint index, uint buffer)
812 BindBufferOffsetEXT, or BindBufferBase if <target> is
/third_party/openGLES/extensions/ARB/
DARB_transform_feedback2.txt280 void BindBufferBase(enum target, uint index, uint buffer),
299 BindBufferBase binds the entire buffer, even when the size of the buffer
305 with BindBufferBase, the GL will never read or write beyond the end of a
311 is generated by BindBufferRange, BindBufferOffsetEXT, or BindBufferBase
509 BindBufferOffsetEXT, or BindBufferBase if <target> is
521 BindBufferOffsetEXT, or BindBufferBase if <target> is
844 BindBufferBase as specifying a range as
DARB_multi_bind.txt582 "BindBufferBase" and the "BindBufferRange" styles? If so, what name
586 calling BindBufferBase(); BindBuffersRange() is equivalent to a loop
589 The name choice for the "plural" forms of BindBufferBase and
592 strange since "BindBufferBase" means "bind a buffer from the base of its
594 "BindBufferBase", but decided to use "BindBuffers{Base,Range}".
646 BufferSubData. Calling BindBufferBase or BindBufferRange updates two
DARB_copy_buffer.txt69 GetBufferParameteriv, BindBufferRange, BindBufferBase,
DARB_uniform_buffer_object.txt223 void BindBufferBase(enum target,
942 void BindBufferBase(enum target,
964 BindBufferBase binds the entire buffer, even when the size of the buffer
970 with BindBufferBase, the GL will never read or write beyond the end of a
1043 "Buffer objects: BindBufferRange, BindBufferBase"
1080 buffer object was bound (e.g. if bound with BindBufferBase), or if no
1100 GLX protocol for BindBufferRange, BindBufferBase and GetIntegeri_v
1451 If OpenGL 3.0 is supported, the introduction of BindBufferBase and
1524 BindBufferBase if <buffer> is not the name of a valid buffer object.
1554 The error INVALID_VALUE is generated by BindBufferRange and BindBufferBase
[all …]
DARB_shader_atomic_counters.txt95 bound to these binding points with BindBufferBase
120 Accepted by the <target> parameter of BindBufferBase and BindBufferRange:
448 one of the commands BindBufferRange or BindBufferBase (see section 2.9.1)
450 described in section 2.9.1, BindBufferBase and BindBufferRange will generate an INVALID_VALUE
511 if bound with BindBufferBase), or if no buffer object is bound to
DARB_draw_elements_base_vertex.txt408 "base" in BindBufferBase...
DARB_transform_feedback3.txt151 void BindBufferBase(enum target, uint index, uint buffer);
535 void BindBufferBase(enum target, uint index, uint buffer)
822 BindBufferOffsetEXT, or BindBufferBase if <target> is
DARB_shader_storage_buffer_object.txt260 by calling one of the commands BindBufferRange or BindBufferBase (see
407 bound with BindBufferBase), or if no buffer object is bound to index, zero
/third_party/openGLES/extensions/NV/
DNV_shader_atomic_counters.txt112 Atomic counter buffer bindings are established by calling BindBufferBase,
DNV_shader_storage_buffer_object.txt161 Shader storage buffer bindings are established by calling BindBufferBase,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_shader_atomic_counters.txt112 Atomic counter buffer bindings are established by calling BindBufferBase,
DNV_shader_storage_buffer_object.txt161 Shader storage buffer bindings are established by calling BindBufferBase,
/third_party/openGLES/xml/
Dglxproto.reserved.txt599 BindBufferBase
/third_party/skia/third_party/externals/opengl-registry/xml/
Dglxproto.reserved.txt570 BindBufferBase
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1486 { "glBindBufferBase", _O(BindBufferBase) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h264 void GL_APIENTRY BindBufferBase(GLenum target, GLuint index, GLuint buffer);
Dentry_points.cpp1197 return gl::BindBufferBase(target, index, buffer); in glBindBufferBase()
DlibGLESv3.cpp1714 void GL_APIENTRY BindBufferBase(GLenum target, GLuint index, GLuint buffer) in BindBufferBase() function

12