Searched refs:glColor4ub (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java209 // C function void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
211 public static native void glColor4ub( method in class:GLES11
H A DGLErrorWrapper.java980 public void glColor4ub(byte red, byte green, byte blue, byte alpha) { method in class:GLErrorWrapper
982 mgl11.glColor4ub(red, green, blue, alpha);
H A DGLLogWrapper.java2801 public void glColor4ub(byte red, byte green, byte blue, byte alpha) { method in class:GLLogWrapper
2802 begin("glColor4ub");
2808 mgl11.glColor4ub(red, green, blue, alpha);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java188 void glColor4ub( method in interface:GL11
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h106 #define glColor4ub wrap_glColor4ub macro
H A Dgles_undefine.h106 #undef glColor4ub macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1221 // C function void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
1223 public native void glColor4ub( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h456 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp713 /* void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) */
717 glColor4ub(
3257 {"glColor4ub", "(BBBB)V", (void *) android_glColor4ub__BBBB },
H A Dcom_google_android_gles_jni_GLImpl.cpp4595 /* void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) */
4599 glColor4ub(
9226 {"glColor4ub", "(BBBB)V", (void *) android_glColor4ub__BBBB },
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 185 milliseconds