Searched defs:glColorPointer (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dglquake.h338 #define glColorPointer(...) do { glColorPointer(__VA_ARGS__); GLCHECK("glColorPointer");} while(0) macro
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java132 public void glColorPointer(int size, int type, int stride, method in class:GLErrorLogger.ErrorLoggingGL
134 ((GL10)mGL).glColorPointer(size, type, stride, pointer);
748 public void glColorPointer(int arg0, int arg1, int arg2, int arg3) { method in class:GLErrorLogger.ErrorLoggingGL
749 ((GL11)mGL).glColorPointer(arg0, arg1, arg2, arg3);

Completed in 455 milliseconds