Home
last modified time | relevance | path

Searched refs:DrawArraysInstanced (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_base_vertex_base_instance.txt117 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,
DANGLE_multi_draw.txt151 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,
DANGLE_instanced_arrays.txt336 DrawArraysInstanced?
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLESInterfaceAutogen.cpp191 GET_PROC(DrawArraysInstanced); in GrGLMakeAssembledGLESInterface()
194 GET_PROC_SUFFIX(DrawArraysInstanced, EXT); in GrGLMakeAssembledGLESInterface()
197 GET_PROC_SUFFIX(DrawArraysInstanced, ANGLE); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp206 GET_PROC(DrawArraysInstanced); in GrGLMakeAssembledGLInterface()
209 GET_PROC(DrawArraysInstanced); in GrGLMakeAssembledGLInterface()
212 GET_PROC_SUFFIX(DrawArraysInstanced, EXT); in GrGLMakeAssembledGLInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp173 GET_PROC(DrawArraysInstanced); in GrGLMakeAssembledWebGLInterface()
DGrGLOpsRenderPass.cpp235 GL_CALL(DrawArraysInstanced(glPrimType, baseVertex, vertexCount, instanceCountForDraw)); in onDrawInstanced()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_draw_indirect.txt60 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>
DARB_transform_feedback_instanced.txt49 functions such as DrawArraysInstanced and DrawElementsInstanced. Further,
85 DrawArraysInstanced with <mode> as specified, <first> set to zero, <count>
DARB_base_instance.txt141 Replace the description of DrawArraysInstanced with the following (p.35):
175 void DrawArraysInstanced(enum mode,
DARB_draw_instanced.txt213 (3) Should DrawArraysInstanced and DrawElementsInstanced be compiled
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_base_instance.txt118 (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
DEXT_draw_transform_feedback.txt90 to calling DrawArraysInstanced with mode as specified, first
DEXT_draw_instanced.txt202 (3) Should DrawArraysInstanced and DrawElementsInstanced be compiled
/third_party/openGLES/extensions/EXT/
DEXT_base_instance.txt118 (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
DEXT_draw_transform_feedback.txt90 to calling DrawArraysInstanced with mode as specified, first
DEXT_draw_instanced.txt202 (3) Should DrawArraysInstanced and DrawElementsInstanced be compiled
/third_party/openGLES/extensions/ARB/
DARB_draw_indirect.txt70 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>
DARB_transform_feedback_instanced.txt59 functions such as DrawArraysInstanced and DrawElementsInstanced. Further,
95 DrawArraysInstanced with <mode> as specified, <first> set to zero, <count>
DARB_base_instance.txt151 Replace the description of DrawArraysInstanced with the following (p.35):
185 void DrawArraysInstanced(enum mode,
DARB_draw_instanced.txt223 (3) Should DrawArraysInstanced and DrawElementsInstanced be compiled
/third_party/vk-gl-cts/doc/testspecs/GL3/
Dfunctional.conditional_render.txt27 - DrawArraysInstanced
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json5167 "DrawArraysInstanced", "DrawElementsInstanced",
/third_party/openGLES/extensions/ANGLE/
DANGLE_instanced_arrays.txt336 DrawArraysInstanced?
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/
DANGLE_instanced_arrays.txt336 DrawArraysInstanced?

12