/external/angle/extensions/ |
D | ANGLE_multi_draw.txt | 52 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,
|
D | ANGLE_instanced_arrays.txt | 105 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/ |
D | indirect_vertex_array_priv.h | 296 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type, member
|
D | indirect_vertex_array.c | 506 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/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 91 GET_PROC(DrawElements); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 84 GET_PROC(DrawElements); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 87 GET_PROC(DrawElements); in GrGLMakeAssembledGLInterface()
|
D | GrGLOpsRenderPass.cpp | 196 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, in onDrawIndexed()
|
/external/deqp/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 30 - DrawElements
|
/external/angle/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 509 TEST_P(GLES1CovglTest, DrawElements) in TEST_P() argument
|
/external/skqp/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 131 GET_PROC(DrawElements); in GrGLMakeAssembledGLInterface() 520 GET_PROC(DrawElements); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 2636 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, indices)); in sendIndexedMeshToGpu()
|
/external/angle/src/tests/perf_tests/ |
D | README.md | 63 …ark`](DrawElementsPerf.cpp): Similar to `DrawCallPerfBenchmark` but for indexed DrawElements calls.
|
/external/mesa3d/docs/relnotes/ |
D | 10.5.1.rst | 44 Commit 2881b12 causes 43 DrawElements test regressions
|
D | 10.6.0.rst | 117 Commit 2881b12 causes 43 DrawElements test regressions
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 383 callgl(DrawElements, GR_GL_TRIANGLES, 6 * quadCnt, GR_GL_UNSIGNED_SHORT, indices.get()); in drawSDFGlyphs()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 200 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()
|
D | libGLES_CM.cpp | 1278 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in DrawElements() function
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 31 "DisableVertexAttribArray", "DrawArrays", "DrawElements", "Enable",
|
/external/mesa3d/doxygen/ |
D | gallium.doc | 146 - DrawArrays and DrawElements
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 875 { "glDrawElements", _O(DrawElements) },
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 272 return gl::DrawElements(mode, count, type, indices); in glDrawElements() 1589 this->glDrawElements = gl::DrawElements; in LibGLESv2exports()
|
D | entry_points.h | 70 void GL_APIENTRY DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
|
D | libGLESv2.cpp | 1500 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/ |
D | MultiviewDrawTest.cpp | 945 TEST_P(MultiviewRenderDualViewTest, DrawElements) in TEST_P() argument
|