Home
last modified time | relevance | path

Searched refs:glColorPointer (Results 1 – 15 of 15) sorted by relevance

/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dimportgl.h84 FNDEF(void, glColorPointer, (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer));
136 #define glColorPointer FNPTR(glColorPointer) macro
Dimportgl.c127 IMPORT_FUNC(glColorPointer); in importGLInit()
Ddemo.c152 glColorPointer(4, GL_UNSIGNED_BYTE, 0, object->colorArray); in drawGLObject()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCube.java93 gl.glColorPointer(4, GL10.GL_FIXED, 0, mColorBuffer); in draw()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLWorld.java81 gl.glColorPointer(4, GL10.GL_FIXED, 0, mColorBuffer); in draw()
/development/ndk/platforms/android-21/arch-arm64/symbols/
DlibGLESv1_CM.so.functions.txt35 glColorPointer
/development/ndk/platforms/android-21/arch-x86_64/symbols/
DlibGLESv1_CM.so.functions.txt35 glColorPointer
/development/ndk/platforms/android-4/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt35 glColorPointer
/development/ndk/platforms/android-21/arch-mips64/symbols/
DlibGLESv1_CM.so.functions.txt35 glColorPointer
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt38 glColorPointer
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt38 glColorPointer
/development/samples/ApiDemos/src/com/example/android/apis/os/
DRotationVectorDemo.java208 gl.glColorPointer(4, GL10.GL_FLOAT, 0, mColorBuffer); in draw()
/development/samples/Compass/src/com/example/android/compass/
DCompassActivity.java122 gl.glColorPointer(4, GL_FLOAT, 0, mColorBuffer); in onDrawFrame()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java142 public void glColorPointer(int size, int type, int stride, Buffer pointer) { in glColorPointer() method in MatrixTrackingGL
143 mgl.glColorPointer(size, type, stride, pointer); in glColorPointer()
977 public void glColorPointer(int size, int type, int stride, int offset) { in glColorPointer() method in MatrixTrackingGL
/development/ndk/platforms/android-4/include/GLES/
Dgl.h649 GL_API void GL_APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *poin…