Searched defs:glDrawElements (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dglquake.h352 #define glDrawElements(...) do { glDrawElements(__VA_ARGS__); GLCHECK("glDrawElements");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java220 public void glDrawElements(int mode, int count, int type, Buffer indices) { method in class:GLErrorLogger.ErrorLoggingGL
221 ((GL10)mGL).glDrawElements(mode, count, type, indices);
763 public void glDrawElements(int mode, int count, int type, int offset) { method in class:GLErrorLogger.ErrorLoggingGL
764 ((GL11)mGL).glDrawElements(mode, count, type, offset);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp1750 void __stdcall glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) function

Completed in 116 milliseconds