HomeSort by relevance Sort by last modified time
    Searched defs:glColor4ub (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 743 public void glColor4ub(byte arg0, byte arg1, byte arg2, byte arg3) {
744 ((GL11)mGL).glColor4ub(arg0, arg1, arg2, arg3);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 68 void (*glColor4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
main.cpp 666 GL_API void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 209 // C function void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
211 public static native void glColor4ub(
GLErrorWrapper.java 980 public void glColor4ub(byte red, byte green, byte blue, byte alpha) {
982 mgl11.glColor4ub(red, green, blue, alpha);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 1221 // C function void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
1223 public native void glColor4ub(
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 188 void glColor4ub(
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 63 glColor4ub_client_proc_t glColor4ub;
gl_entry.cpp 58 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
607 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
610 ctx->glColor4ub(ctx, red, green, blue, alpha);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
313 getDispatch()->glColor4ub(red, green, blue, alpha);
    [all...]
gles_dispatch.h 74 glColor4ub_t glColor4ub;
346 glColor4ub_t set_glColor4ub(glColor4ub_t f) { glColor4ub_t retval = glColor4ub; glColor4ub = f; return retval;}
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 765 public void glColor4ub(byte red, byte green, byte blue, byte alpha) {
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp     [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 106 #define glColor4ub wrap_glColor4ub
    [all...]
gles_undefine.h 106 #undef glColor4ub
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 74 glColor4ub(43, 43),
671 case 43: return glColor4ub;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 212 #define glColor4ub MANGLE(Color4ub)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 254 #define glColor4ub MANGLE(Color4ub)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 1859 milliseconds

1 2 3