/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 37 glColor4x;
|
D | entries_gles1.in | 36 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
D | entries.in | 97 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 54 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColor4x); 334 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glColor4x); in init_stub_library()
|
D | stubs_arm.cc | 54 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColor4x); 334 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glColor4x); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 326 void glColor4x( in glColor4x() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 157 void API_ENTRY(glColor4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { 158 CALL_GL_API(glColor4x, red, green, blue, alpha);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 366 public static native void glColor4x( in glColor4x() method in GLES10
|
D | GLErrorWrapper.java | 148 public void glColor4x(int red, int green, int blue, int alpha) { in glColor4x() method in GLErrorWrapper 150 mgl.glColor4x(red, green, blue, alpha); in glColor4x()
|
D | GLLogWrapper.java | 1303 public void glColor4x(int red, int green, int blue, int alpha) { in glColor4x() method in GLLogWrapper 1311 mgl.glColor4x(red, green, blue, alpha); in glColor4x()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 433 glColor4x(fadeColor, fadeColor, fadeColor, 0); in drawFadeQuad()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 183 public native void glColor4x( in glColor4x() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 457 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 557 glColor4x( in android_glColor4x__IIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 341 glColor4x( in android_glColor4x__IIII()
|
/frameworks/base/core/api/ |
D | current.txt | 27888 method public static void glColor4x(int, int, int, int); 56973 method public void glColor4x(int, int, int, int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18896 method public static void glColor4x(int, int, int, int); 51818 method public abstract void glColor4x(int, int, int, int);
|