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

/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/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/mesa3d/include/GL/
H A Dgl_mangle.h416 #define glDrawElements MANGLE(DrawElements) macro

Completed in 58 milliseconds