Searched refs:glColor4ub (Results 1 - 13 of 13) 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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto69 glColor4ub = 43;
/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.h646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp561 /* void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) */
565 glColor4ub(
2955 {"glColor4ub", "(BBBB)V", (void *) android_glColor4ub__BBBB },
H A Dcom_google_android_gles_jni_GLImpl.cpp4342 /* void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha ) */
4346 glColor4ub(
8623 {"glColor4ub", "(BBBB)V", (void *) android_glColor4ub__BBBB },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp875 const GLMessage_Function GLMessage::glColor4ub; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1223 static const Function glColor4ub = GLMessage_Function_glColor4ub; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp24786 glmsg.set_function(GLMessage::glColor4ub);
24815 glContext->hooks->gl.glColor4ub(red, green, blue, alpha);
[all...]

Completed in 394 milliseconds