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

/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Dimportgl.h84 FNDEF(void, glColorPointer, (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer));
136 #define glColorPointer FNPTR(glColorPointer) macro
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java142 public void glColorPointer(int size, int type, int stride, Buffer pointer) { method in class:MatrixTrackingGL
143 mgl.glColorPointer(size, type, stride, pointer);
977 public void glColorPointer(int size, int type, int stride, int offset) { method in class:MatrixTrackingGL

Completed in 7 milliseconds