/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11.spec | 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1 | 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 36 glColor4ub;
|
D | entries_gles1.in | 35 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
|
D | entries.in | 96 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
|
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_riscv64.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColor4ub); 333 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glColor4ub); in init_stub_library()
|
D | stubs_arm64.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColor4ub); 333 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glColor4ub); in init_stub_library()
|
D | stubs_arm.cc | 53 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glColor4ub); 333 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glColor4ub); in init_stub_library()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 188 void glColor4ub( in glColor4ub() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 211 public static native void glColor4ub( in glColor4ub() method in GLES11
|
D | GLErrorWrapper.java | 980 public void glColor4ub(byte red, byte green, byte blue, byte alpha) { in glColor4ub() method in GLErrorWrapper 982 mgl11.glColor4ub(red, green, blue, alpha); in glColor4ub()
|
D | GLLogWrapper.java | 2801 public void glColor4ub(byte red, byte green, byte blue, byte alpha) { in glColor4ub() method in GLLogWrapper 2808 mgl11.glColor4ub(red, green, blue, alpha); in glColor4ub()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 154 void API_ENTRY(glColor4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { 155 CALL_GL_API(glColor4ub, red, green, blue, alpha);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1226 public native void glColor4ub( in glColor4ub() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 456 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 684 glColor4ub( in android_glColor4ub__BBBB()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4544 glColor4ub( in android_glColor4ub__BBBB()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19260 method public static void glColor4ub(byte, byte, byte, byte); 52180 method public abstract void glColor4ub(byte, byte, byte, byte);
|
/frameworks/base/core/api/ |
D | current.txt | 30191 method public static void glColor4ub(byte, byte, byte, byte); 62036 method public void glColor4ub(byte, byte, byte, byte);
|