/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/deqp/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 30 - DrawElements
|
/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/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 131 GET_PROC(DrawElements); in GrGLMakeAssembledGLInterface() 517 GET_PROC(DrawElements); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 2675 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, elementPtr)); in sendIndexedMeshToGpu()
|
/external/skia/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 383 callgl(DrawElements, GR_GL_TRIANGLES, 6 * quadCnt, GR_GL_UNSIGNED_SHORT, indices.get()); in drawSDFGlyphs()
|
/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 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 DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in DrawElements() function
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 361 void (GLAPIENTRY * DrawElements)(GLenum, GLsizei, GLenum, const GLvoid *);
|
/external/mesa3d/doxygen/ |
D | gallium.doc | 146 - DrawArrays and DrawElements
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 70 void DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
|
D | entry_points.cpp | 272 return gl::DrawElements(mode, count, type, indices); in glDrawElements() 1589 this->glDrawElements = gl::DrawElements; in LibGLESv2exports()
|
D | libGLESv2.cpp | 1500 void DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in DrawElements() function 6393 FUNCTION(DrawElements), in es2GetProcAddress()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 875 { "glDrawElements", _O(DrawElements) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 501 #define glDrawElements MANGLE(DrawElements)
|