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

/frameworks/base/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/opengl/include/GLES/
H A Dgl.h646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1220 // C function void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
1222 public native void glColor4ub( method in class:GLImpl
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h46 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp291 /* void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) */
295 glColor4ub(
2462 {"glColor4ub", "(BBBB)V", (void *) android_glColor4ub__BBBB },
H A Dcom_google_android_gles_jni_GLImpl.cpp3825 /* void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) */
3829 glColor4ub(
7413 {"glColor4ub", "(BBBB)V", (void *) android_glColor4ub__BBBB },

Completed in 276 milliseconds