Home
last modified time | relevance | path

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

/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/deqp/doc/testspecs/GL3/
Dfunctional.conditional_render.txt30 - DrawElements
/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/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp131 GET_PROC(DrawElements); in GrGLMakeAssembledGLInterface()
517 GET_PROC(DrawElements); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp2675 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, elementPtr)); in sendIndexedMeshToGpu()
/external/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp383 callgl(DrawElements, GR_GL_TRIANGLES, 6 * quadCnt, GR_GL_UNSIGNED_SHORT, indices.get()); in drawSDFGlyphs()
/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 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 DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in DrawElements() function
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h361 void (GLAPIENTRY * DrawElements)(GLenum, GLsizei, GLenum, const GLvoid *);
/external/mesa3d/doxygen/
Dgallium.doc146 - DrawArrays and DrawElements
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h70 void DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
Dentry_points.cpp272 return gl::DrawElements(mode, count, type, indices); in glDrawElements()
1589 this->glDrawElements = gl::DrawElements; in LibGLESv2exports()
DlibGLESv2.cpp1500 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/
Dcheck_table.cpp875 { "glDrawElements", _O(DrawElements) },
/external/mesa3d/include/GL/
Dgl_mangle.h501 #define glDrawElements MANGLE(DrawElements)