HomeSort by relevance Sort by last modified time
    Searched defs:glColor4x (Results 1 - 7 of 7) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 83 FNDEF(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha));
135 #define glColor4x FNPTR(glColor4x)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 133 public void glColor4x(int red, int green, int blue, int alpha) {
134 mgl.glColor4x(red, green, blue, alpha);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 62 glColor4x_client_proc_t glColor4x;
gl_entry.cpp 60 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
615 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
618 ctx->glColor4x(ctx, red, green, blue, alpha);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
318 getDispatch()->glColor4x(red, green, blue, alpha);
    [all...]
gles_dispatch.h 75 glColor4x_t glColor4x;
347 glColor4x_t set_glColor4x(glColor4x_t f) { glColor4x_t retval = glColor4x; glColor4x = f; return retval;}
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 137 milliseconds