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

1 2 3 4 5

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 61 {"glColor4ub", (void*)glColor4ub},
gl_client_context.h 63 glColor4ub_client_proc_t glColor4ub;
gl_client_context.cpp 63 glColor4ub = (glColor4ub_client_proc_t) getProc("glColor4ub", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 71 {"glColor4ub", (void *)glColor4ub},
gles_dispatch.h 74 glColor4ub_t glColor4ub;
346 glColor4ub_t set_glColor4ub(glColor4ub_t f) { glColor4ub_t retval = glColor4ub; glColor4ub = f; return retval;}
    [all...]
gles.cpp 311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
313 getDispatch()->glColor4ub(red, green, blue, alpha);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
  /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...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 188 void glColor4ub(
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 472 &glColor4ub,
  /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/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [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) {
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 109 #undef glColor4ub
wrap_gles.h 109 #define glColor4ub wrap_glColor4ub
    [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/native/opengl/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES/
gl.h 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
    [all...]

Completed in 958 milliseconds

1 2 3 4 5