Home
last modified time | relevance | path

Searched refs:EXT_multi_draw_arrays (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_draw_elements_base_vertex.txt60 This extension interacts with EXT_multi_draw_arrays.
135 [[ If EXT_multi_draw_arrays is supported: ]]
161 [[ If EXT_multi_draw_arrays is supported: ]]
201 [[ If EXT_multi_draw_arrays is supported: ]]
326 RESOLVED: Yes, but only if EXT_multi_draw_arrays is supported, since
368 2 06/24/14 dkoch Add EXT_multi_draw_arrays interactions
DEXT_multi_draw_arrays.txt4 EXT_multi_draw_arrays
/third_party/openGLES/extensions/EXT/
DEXT_draw_elements_base_vertex.txt60 This extension interacts with EXT_multi_draw_arrays.
135 [[ If EXT_multi_draw_arrays is supported: ]]
161 [[ If EXT_multi_draw_arrays is supported: ]]
201 [[ If EXT_multi_draw_arrays is supported: ]]
326 RESOLVED: Yes, but only if EXT_multi_draw_arrays is supported, since
373 2 06/24/14 dkoch Add EXT_multi_draw_arrays interactions
DEXT_multi_draw_arrays.txt4 EXT_multi_draw_arrays
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_draw_elements_base_vertex.txt61 This extension interacts with EXT_multi_draw_arrays.
136 [[ If EXT_multi_draw_arrays is supported: ]]
162 [[ If EXT_multi_draw_arrays is supported: ]]
202 [[ If EXT_multi_draw_arrays is supported: ]]
327 RESOLVED: Yes, but only if EXT_multi_draw_arrays is supported, since
/third_party/openGLES/extensions/OES/
DOES_draw_elements_base_vertex.txt71 This extension interacts with EXT_multi_draw_arrays.
146 [[ If EXT_multi_draw_arrays is supported: ]]
172 [[ If EXT_multi_draw_arrays is supported: ]]
212 [[ If EXT_multi_draw_arrays is supported: ]]
337 RESOLVED: Yes, but only if EXT_multi_draw_arrays is supported, since
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_multi_draw.txt14 Contributors to the EXT_multi_draw_arrays specification
48 EXT_multi_draw_arrays functionality in addition to the vertex shader builtin
DANGLE_base_vertex_base_instance.txt14 Contributors to the EXT_multi_draw_arrays specification
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_multi_draw.txt14 Contributors to the EXT_multi_draw_arrays specification
48 EXT_multi_draw_arrays functionality in addition to the vertex shader builtin
DANGLE_base_vertex_base_instance.txt14 Contributors to the EXT_multi_draw_arrays specification
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/
DIBM_vertex_array_lists.txt24 This extension affects/interacts with the EXT_multi_draw_arrays and
38 EXT_multi_draw_arrays and IBM_multimode_draw_arrays extension
DIBM_multimode_draw_arrays.txt34 This extension is similar to the EXT_multi_draw_arrays extension
/third_party/openGLES/extensions/IBM/
DIBM_vertex_array_lists.txt24 This extension affects/interacts with the EXT_multi_draw_arrays and
38 EXT_multi_draw_arrays and IBM_multimode_draw_arrays extension
DIBM_multimode_draw_arrays.txt34 This extension is similar to the EXT_multi_draw_arrays extension
/third_party/mesa3d/src/glx/
Dglxextensions.c168 { GL(EXT_multi_draw_arrays), N, N },
/third_party/openGLES/extensions/APPLE/
DAPPLE_element_array.txt128 provides functionality equivalent to EXT_multi_draw_arrays allowing multiple
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_element_array.txt128 provides functionality equivalent to EXT_multi_draw_arrays allowing multiple
/third_party/openGLES/extensions/NV/
DNV_primitive_restart.txt48 Although the EXT_multi_draw_arrays extension did reduce the overhead
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_primitive_restart.txt48 Although the EXT_multi_draw_arrays extension did reduce the overhead
/third_party/mesa3d/src/mesa/main/
Dextensions_table.h266 EXT(EXT_multi_draw_arrays , dummy_true , GLL, x , ES…
/third_party/mesa3d/src/glx/tests/
Dindirect_api.cpp1363 TEST_F(IndirectAPI, EXT_multi_draw_arrays) in TEST_F() argument