Home
last modified time | relevance | path

Searched refs:BindVertexBuffers (Results 1 – 9 of 9) sorted by relevance

/third_party/openGLES/extensions/ARB/
DARB_multi_bind.txt103 void BindVertexBuffers(uint first, sizei count, const uint *buffers,
381 void BindVertexBuffers(uint first, sizei count, const uint *buffers,
395 BindVertexBuffers is equivalent to
431 BindSamplers, BindImageTextures, BindVertexBuffers
450 references to BindVertexBuffers should be removed.
508 An INVALID_OPERATION error is generated by BindVertexBuffers if <first> +
511 An INVALID_OPERATION error is generated by BindVertexBuffers if any value
515 An INVALID_VALUE error is generated by BindVertexBuffers if any value in
801 (20) The BindBuffersRange and BindVertexBuffers accept arrays of "intptr"
DARB_direct_state_access.txt2331 void BindVertexBuffers(uint first, sizei count,
2340 For BindVertexBuffers, the vertex array object is the currently bound
2349 BindVertexBuffers is equivalent (assuming no errors are generated) to
2364 An INVALID_OPERATION error is generated by BindVertexBuffers if no
3944 The purpose of BindVertexBuffers for the VAOs it to quickly switch
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_multi_bind.txt93 void BindVertexBuffers(uint first, sizei count, const uint *buffers,
371 void BindVertexBuffers(uint first, sizei count, const uint *buffers,
385 BindVertexBuffers is equivalent to
421 BindSamplers, BindImageTextures, BindVertexBuffers
440 references to BindVertexBuffers should be removed.
498 An INVALID_OPERATION error is generated by BindVertexBuffers if <first> +
501 An INVALID_OPERATION error is generated by BindVertexBuffers if any value
505 An INVALID_VALUE error is generated by BindVertexBuffers if any value in
791 (20) The BindBuffersRange and BindVertexBuffers accept arrays of "intptr"
DARB_direct_state_access.txt2300 void BindVertexBuffers(uint first, sizei count,
2309 For BindVertexBuffers, the vertex array object is the currently bound
2318 BindVertexBuffers is equivalent (assuming no errors are generated) to
2333 An INVALID_OPERATION error is generated by BindVertexBuffers if no
3913 The purpose of BindVertexBuffers for the VAOs it to quickly switch
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp45 case CommandID::BindVertexBuffers: in GetCommandString()
236 case CommandID::BindVertexBuffers: in executeCommands()
DSecondaryCommandBuffer.h46 BindVertexBuffers, enumerator
992 CommandID::BindVertexBuffers, buffersSize + offsetsSize, &writePtr); in bindVertexBuffers()
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c641 API_MARKER_ALIAS(BindVertexBuffers2, BindVertexBuffers, commandBuffer, firstBinding, in sqtt_CmdBindVertexBuffers2()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst2736 - panvk: Take buffer offsets into account in BindVertexBuffers
2828 - lavapipe: Use the common BindVertexBuffers wrapper
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp5868 ANGLE_CAPTURE(BindVertexBuffers, isCallValid, context, first, count, buffersPacked, offsets, in GL_BindVertexBuffers()