Searched refs:glColor4x (Results 1 – 12 of 12) sorted by relevance
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | importgl.h | 83 FNDEF(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)); 135 #define glColor4x FNPTR(glColor4x) macro
|
D | importgl.c | 126 IMPORT_FUNC(glColor4x); in importGLInit()
|
D | demo.c | 433 glColor4x(fadeColor, fadeColor, fadeColor, 0); in drawFadeQuad()
|
/development/ndk/platforms/android-21/arch-arm64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 32 glColor4x
|
/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 32 glColor4x
|
/development/ndk/platforms/android-4/arch-arm/symbols/ |
D | libGLESv1_CM.so.functions.txt | 32 glColor4x
|
/development/ndk/platforms/android-21/arch-mips64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 32 glColor4x
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libGLESv1_CM.so.functions.txt | 35 glColor4x
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libGLESv1_CM.so.functions.txt | 35 glColor4x
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | LabelMaker.java | 318 gl.glColor4x(0x10000, 0x10000, 0x10000, 0x10000); in beginDrawing()
|
D | MatrixTrackingGL.java | 133 public void glColor4x(int red, int green, int blue, int alpha) { in glColor4x() method in MatrixTrackingGL 134 mgl.glColor4x(red, green, blue, alpha); in glColor4x()
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|