Home
last modified time | relevance | path

Searched refs:DrawElements (Results 1 – 25 of 27) sorted by relevance

12

/external/angle/extensions/
DANGLE_multi_draw.txt52 DrawArrays() and DrawElements() except they handle multiple lists of
125 Behaves identically to DrawElements except that a list of arrays is
131 DrawElements(mode, *(counts+i), type, *(indices+i));
194 the same errors as DrawArrays, DrawElements, DrawArraysInstanced,
DANGLE_instanced_arrays.txt105 Replace the text describing DrawArrays and DrawElements in the
197 void DrawElements( enum mode, sizei count, enum type,
203 DrawElements(mode, count, type, indices);
217 behaves identically to DrawElements except that <primcount>
/external/mesa3d/src/glx/
Dindirect_vertex_array_priv.h296 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type, member
Dindirect_vertex_array.c506 arrays->DrawElements = emit_DrawElements_old; in fill_array_info_cache()
510 arrays->DrawElements = emit_DrawElements_none; in fill_array_info_cache()
1041 arrays->DrawElements(mode, count, type, indices); in __indirect_glDrawElements()
1068 arrays->DrawElements(mode, count, type, indices); in __indirect_glDrawRangeElements()
1117 arrays->DrawElements(mode, count[i], type, indices[i]); in __indirect_glMultiDrawElementsEXT()
/external/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp91 GET_PROC(DrawElements); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp84 GET_PROC(DrawElements); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp87 GET_PROC(DrawElements); in GrGLMakeAssembledGLInterface()
DGrGLOpsRenderPass.cpp196 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, in onDrawIndexed()
/external/deqp/doc/testspecs/GL3/
Dfunctional.conditional_render.txt30 - DrawElements
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp509 TEST_P(GLES1CovglTest, DrawElements) in TEST_P() argument
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp131 GET_PROC(DrawElements); in GrGLMakeAssembledGLInterface()
520 GET_PROC(DrawElements); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp2636 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, indices)); in sendIndexedMeshToGpu()
/external/angle/src/tests/perf_tests/
DREADME.md63 …ark`](DrawElementsPerf.cpp): Similar to `DrawCallPerfBenchmark` but for indexed DrawElements calls.
/external/mesa3d/docs/relnotes/
D10.5.1.rst44 Commit 2881b12 causes 43 DrawElements test regressions
D10.6.0.rst117 Commit 2881b12 causes 43 DrawElements test regressions
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp383 callgl(DrawElements, GR_GL_TRIANGLES, 6 * quadCnt, GR_GL_UNSIGNED_SHORT, indices.get()); in drawSDFGlyphs()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp200 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
770 return es1::DrawElements(mode, count, type, indices); in glDrawElements()
1465 this->glDrawElements = es1::DrawElements; in LibGLES_CMexports()
DlibGLES_CM.cpp1278 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in DrawElements() function
/external/skia/tools/gpu/gl/interface/
Dinterface.json531 "DisableVertexAttribArray", "DrawArrays", "DrawElements", "Enable",
/external/mesa3d/doxygen/
Dgallium.doc146 - DrawArrays and DrawElements
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp875 { "glDrawElements", _O(DrawElements) },
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp272 return gl::DrawElements(mode, count, type, indices); in glDrawElements()
1589 this->glDrawElements = gl::DrawElements; in LibGLESv2exports()
Dentry_points.h70 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
DlibGLESv2.cpp1500 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in DrawElements() function
6358 FUNCTION(DrawElements), in es2GetProcAddress()
/external/angle/src/tests/gl_tests/
DMultiviewDrawTest.cpp945 TEST_P(MultiviewRenderDualViewTest, DrawElements) in TEST_P() argument

12