HomeSort by relevance Sort by last modified time
    Searched refs:DrawElements (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/glx/
indirect_vertex_array_priv.h 296 void (*DrawElements) (GLenum mode, GLsizei count, GLenum type,
indirect_vertex_array.c 506 arrays->DrawElements = emit_DrawElements_old;
510 arrays->DrawElements = emit_DrawElements_none;
1041 arrays->DrawElements(mode, count, type, indices);
1068 arrays->DrawElements(mode, count, type, indices);
    [all...]
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 131 GET_PROC(DrawElements);
632 GET_PROC(DrawElements);
    [all...]
GrGLGpu.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 200 void DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
770 return es1::DrawElements(mode, count, type, indices);
    [all...]
libGLES_CM.cpp 1309 void DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices)
1333 context->drawElements(mode, count, type, indices);
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 199 void DrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
607 return es2::DrawElements(mode, count, type, indices);
    [all...]
libGLESv2.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 361 void (GLAPIENTRY * DrawElements)(GLenum, GLsizei, GLenum, const GLvoid *);
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 877 { "glDrawElements", _O(DrawElements) },
    [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.h 178 void DrawElements(GLenum mode,
    [all...]
mojo_gles2_impl_autogen.cc 330 void MojoGLES2Impl::DrawElements(GLenum mode,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 381 #define glDrawElements MANGLE(DrawElements)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 416 #define glDrawElements MANGLE(DrawElements)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 501 #define glDrawElements MANGLE(DrawElements)
    [all...]

Completed in 637 milliseconds