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

/frameworks/native/opengl/libagl/
H A Darray.cpp1260 void glColorPointer( function
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java218 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
220 public static native void glColorPointer( method in class:GLES11
H A DGLErrorWrapper.java161 public void glColorPointer(int size, int type, int stride, Buffer pointer) { method in class:GLErrorWrapper
163 mgl.glColorPointer(size, type, stride, pointer);
985 public void glColorPointer(int size, int type, int stride, int offset) { method in class:GLErrorWrapper
987 mgl11.glColorPointer(size, type, stride, offset);
H A DGLES10.java382 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
392 public static void glColorPointer( method in class:GLES10
H A DGLLogWrapper.java1328 public void glColorPointer(int size, int type, int stride, Buffer pointer) { method in class:GLLogWrapper
1329 begin("glColorPointer");
1334 mgl.glColorPointer(size, type, stride, pointer);
3334 public void glColorPointer(int size, int type, int stride, int offset) { method in class:GLLogWrapper
3335 begin("glColorPointer");
3341 mgl11.glColorPointer(size, type, stride, offset);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java195 void glColorPointer( method in interface:GL11
H A DGL10.java340 void glColorPointer( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java196 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
206 public void glColorPointer( method in class:GLImpl
1230 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
1232 public native void glColorPointer( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h113 #define glColorPointer wrap_glColorPointer macro
H A Dgles_undefine.h113 #undef glColorPointer macro

Completed in 161 milliseconds