/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
importgl.h | 83 FNDEF(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)); 135 #define glColor4x FNPTR(glColor4x)
|
importgl.c | 126 IMPORT_FUNC(glColor4x);
|
demo.c | 433 glColor4x(fadeColor, fadeColor, fadeColor, 0);
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 62 {"glColor4x", (void*)glColor4x},
|
gl_client_context.h | 62 glColor4x_client_proc_t glColor4x; 354 virtual glColor4x_client_proc_t set_glColor4x(glColor4x_client_proc_t f) { glColor4x_client_proc_t retval = glColor4x; glColor4x = f; return retval;} [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 72 {"glColor4x", (void *)glColor4x},
|
gles_dispatch.h | 75 glColor4x_t glColor4x; 347 glColor4x_t set_glColor4x(glColor4x_t f) { glColor4x_t retval = glColor4x; glColor4x = f; return retval;} [all...] |
gles.cpp | 316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 318 getDispatch()->glColor4x(red, green, blue, alpha); [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
DrawableBitmap.java | 75 gl.glColor4x(0x10000, 0x10000, 0x10000, 0x10000);
|
GLErrorLogger.java | 121 public void glColor4x(int red, int green, int blue, int alpha) { 122 ((GL10)mGL).glColor4x(red, green, blue, alpha);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
LabelMaker.java | 318 gl.glColor4x(0x10000, 0x10000, 0x10000, 0x10000);
|
MatrixTrackingGL.java | 133 public void glColor4x(int red, int green, int blue, int alpha) { 134 mgl.glColor4x(red, green, blue, alpha);
|
/frameworks/native/opengl/libagl/ |
vertex.cpp | 200 void glColor4x(GLfixed r, GLfixed g, GLfixed b, GLfixed a)
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 75 glColor4x_t glColor4x;
|
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 70 glColor4x = 44;
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES10.spec | 14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
|
/frameworks/base/opengl/java/android/opengl/ |
GLES10.java | 364 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) 366 public static native void glColor4x( [all...] |
GLErrorWrapper.java | 148 public void glColor4x(int red, int green, int blue, int alpha) { 150 mgl.glColor4x(red, green, blue, alpha); [all...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL10.java | 326 void glColor4x(
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); [all...] |
/external/chromium_org/third_party/mesa/src/include/GLES/ |
gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); [all...] |
/external/mesa3d/include/GLES/ |
gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); [all...] |
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
GLImpl.java | 178 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha ) 180 public native void glColor4x( [all...] |
/frameworks/native/opengl/include/GLES/ |
gl.h | 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); [all...] |