/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/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 | 1223 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/libs/hwui/debug/ |
D | gles_undefine.h | 106 #undef glColor4ub
|
D | gles_redefine.h | 106 #define glColor4ub wrap_glColor4ub macro
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 683 glColor4ub( in android_glColor4ub__BBBB()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4542 glColor4ub( in android_glColor4ub__BBBB()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |