/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_transform_feedback2.txt | 270 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
|
D | ARB_multi_bind.txt | 572 "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
|
D | ARB_copy_buffer.txt | 59 GetBufferParameteriv, BindBufferRange, BindBufferBase,
|
D | ARB_uniform_buffer_object.txt | 213 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 …]
|
D | ARB_shader_atomic_counters.txt | 85 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
|
D | ARB_draw_elements_base_vertex.txt | 398 "base" in BindBufferBase...
|
D | ARB_transform_feedback3.txt | 141 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/ |
D | ARB_transform_feedback2.txt | 280 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
|
D | ARB_multi_bind.txt | 582 "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
|
D | ARB_copy_buffer.txt | 69 GetBufferParameteriv, BindBufferRange, BindBufferBase,
|
D | ARB_uniform_buffer_object.txt | 223 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 …]
|
D | ARB_shader_atomic_counters.txt | 95 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
|
D | ARB_draw_elements_base_vertex.txt | 408 "base" in BindBufferBase...
|
D | ARB_transform_feedback3.txt | 151 void BindBufferBase(enum target, uint index, uint buffer); 535 void BindBufferBase(enum target, uint index, uint buffer) 822 BindBufferOffsetEXT, or BindBufferBase if <target> is
|
D | ARB_shader_storage_buffer_object.txt | 260 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/ |
D | NV_shader_atomic_counters.txt | 112 Atomic counter buffer bindings are established by calling BindBufferBase,
|
D | NV_shader_storage_buffer_object.txt | 161 Shader storage buffer bindings are established by calling BindBufferBase,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_shader_atomic_counters.txt | 112 Atomic counter buffer bindings are established by calling BindBufferBase,
|
D | NV_shader_storage_buffer_object.txt | 161 Shader storage buffer bindings are established by calling BindBufferBase,
|
/third_party/openGLES/xml/ |
D | glxproto.reserved.txt | 599 BindBufferBase
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | glxproto.reserved.txt | 570 BindBufferBase
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1486 { "glBindBufferBase", _O(BindBufferBase) },
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 264 void GL_APIENTRY BindBufferBase(GLenum target, GLuint index, GLuint buffer);
|
D | entry_points.cpp | 1197 return gl::BindBufferBase(target, index, buffer); in glBindBufferBase()
|
D | libGLESv3.cpp | 1714 void GL_APIENTRY BindBufferBase(GLenum target, GLuint index, GLuint buffer) in BindBufferBase() function
|