/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/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 | 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 109 #define glColor4ub wrap_glColor4ub macro
|
D | unwrap_gles.h | 109 #undef glColor4ub
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 683 glColor4ub( in android_glColor4ub__BBBB()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4350 glColor4ub( in android_glColor4ub__BBBB()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 90 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
|
/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/api/ |
D | current.txt | 25770 method public static void glColor4ub(byte, byte, byte, byte); 63052 method public abstract void glColor4ub(byte, byte, byte, byte);
|
D | system-current.txt | 28210 method public static void glColor4ub(byte, byte, byte, byte); 66409 method public abstract void glColor4ub(byte, byte, byte, byte);
|
D | test-current.txt | 25839 method public static void glColor4ub(byte, byte, byte, byte); 63132 method public abstract void glColor4ub(byte, byte, byte, byte);
|