Searched refs:DrawArraysInstanced (Results 1 – 25 of 44) sorted by relevance
12
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_base_vertex_base_instance.txt | 117 Behaves identically to DrawArraysInstanced except that <baseInstance> is 193 generate the same errors as DrawArraysInstanced and DrawElementsInstanced. 197 generate the same errors as DrawArraysInstanced and DrawElementsInstanced,
|
D | ANGLE_multi_draw.txt | 151 Behaves identically to DrawArraysInstanced except that a list of arrays is 156 if (*(counts+i)>0) DrawArraysInstanced(mode, *(firsts+i), *(counts+i), 194 the same errors as DrawArrays, DrawElements, DrawArraysInstanced,
|
D | ANGLE_instanced_arrays.txt | 336 DrawArraysInstanced?
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleGLESInterfaceAutogen.cpp | 191 GET_PROC(DrawArraysInstanced); in GrGLMakeAssembledGLESInterface() 194 GET_PROC_SUFFIX(DrawArraysInstanced, EXT); in GrGLMakeAssembledGLESInterface() 197 GET_PROC_SUFFIX(DrawArraysInstanced, ANGLE); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 206 GET_PROC(DrawArraysInstanced); in GrGLMakeAssembledGLInterface() 209 GET_PROC(DrawArraysInstanced); in GrGLMakeAssembledGLInterface() 212 GET_PROC_SUFFIX(DrawArraysInstanced, EXT); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 173 GET_PROC(DrawArraysInstanced); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLOpsRenderPass.cpp | 235 GL_CALL(DrawArraysInstanced(glPrimType, baseVertex, vertexCount, instanceCountForDraw)); in onDrawInstanced()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_draw_indirect.txt | 60 DrawArraysInstanced or DrawElementsInstancedBaseVertex from buffer object 115 DrawArraysInstanced(mode, cmd->first, cmd->count, cmd->primCount); 118 As with regular DrawArraysInstanced commands, the vertex attributes 120 are bound). Unlike regular DrawArraysInstanced commands, the <first>
|
D | ARB_transform_feedback_instanced.txt | 49 functions such as DrawArraysInstanced and DrawElementsInstanced. Further, 85 DrawArraysInstanced with <mode> as specified, <first> set to zero, <count>
|
D | ARB_base_instance.txt | 141 Replace the description of DrawArraysInstanced with the following (p.35): 175 void DrawArraysInstanced(enum mode,
|
D | ARB_draw_instanced.txt | 213 (3) Should DrawArraysInstanced and DrawElementsInstanced be compiled
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_base_instance.txt | 118 (Replace the description of DrawArraysInstanced, p.248, with the 149 void DrawArraysInstanced(enum mode, 328 errors for DrawArraysInstanced, but are repeated here for clarity: 380 RESOLVED: No. The DrawArrays and DrawArraysInstanced commands do not
|
D | EXT_draw_transform_feedback.txt | 90 to calling DrawArraysInstanced with mode as specified, first
|
D | EXT_draw_instanced.txt | 202 (3) Should DrawArraysInstanced and DrawElementsInstanced be compiled
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_base_instance.txt | 118 (Replace the description of DrawArraysInstanced, p.248, with the 149 void DrawArraysInstanced(enum mode, 328 errors for DrawArraysInstanced, but are repeated here for clarity: 380 RESOLVED: No. The DrawArrays and DrawArraysInstanced commands do not
|
D | EXT_draw_transform_feedback.txt | 90 to calling DrawArraysInstanced with mode as specified, first
|
D | EXT_draw_instanced.txt | 202 (3) Should DrawArraysInstanced and DrawElementsInstanced be compiled
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_draw_indirect.txt | 70 DrawArraysInstanced or DrawElementsInstancedBaseVertex from buffer object 125 DrawArraysInstanced(mode, cmd->first, cmd->count, cmd->primCount); 128 As with regular DrawArraysInstanced commands, the vertex attributes 130 are bound). Unlike regular DrawArraysInstanced commands, the <first>
|
D | ARB_transform_feedback_instanced.txt | 59 functions such as DrawArraysInstanced and DrawElementsInstanced. Further, 95 DrawArraysInstanced with <mode> as specified, <first> set to zero, <count>
|
D | ARB_base_instance.txt | 151 Replace the description of DrawArraysInstanced with the following (p.35): 185 void DrawArraysInstanced(enum mode,
|
D | ARB_draw_instanced.txt | 223 (3) Should DrawArraysInstanced and DrawElementsInstanced be compiled
|
/third_party/vk-gl-cts/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 27 - DrawArraysInstanced
|
/third_party/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 167 "DrawArraysInstanced", "DrawElementsInstanced",
|
/third_party/openGLES/extensions/ANGLE/ |
D | ANGLE_instanced_arrays.txt | 336 DrawArraysInstanced?
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/ |
D | ANGLE_instanced_arrays.txt | 336 DrawArraysInstanced?
|
12