Searched refs:BindVertexBuffers (Results 1 – 9 of 9) sorted by relevance
/third_party/openGLES/extensions/ARB/ |
D | ARB_multi_bind.txt | 103 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"
|
D | ARB_direct_state_access.txt | 2331 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/ |
D | ARB_multi_bind.txt | 93 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"
|
D | ARB_direct_state_access.txt | 2300 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/ |
D | SecondaryCommandBuffer.cpp | 45 case CommandID::BindVertexBuffers: in GetCommandString() 236 case CommandID::BindVertexBuffers: in executeCommands()
|
D | SecondaryCommandBuffer.h | 46 BindVertexBuffers, enumerator 992 CommandID::BindVertexBuffers, buffersSize + offsetsSize, &writePtr); in bindVertexBuffers()
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 641 API_MARKER_ALIAS(BindVertexBuffers2, BindVertexBuffers, commandBuffer, firstBinding, in sqtt_CmdBindVertexBuffers2()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 2736 - panvk: Take buffer offsets into account in BindVertexBuffers 2828 - lavapipe: Use the common BindVertexBuffers wrapper
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 5868 ANGLE_CAPTURE(BindVertexBuffers, isCallValid, context, first, count, buffersPacked, offsets, in GL_BindVertexBuffers()
|