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

1 2 3

  /frameworks/native/opengl/libagl/
vertex.cpp 200 void glColor4x(GLfixed r, GLfixed g, GLfixed b, GLfixed a)
  /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);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 121 public void glColor4x(int red, int green, int blue, int alpha) {
122 ((GL10)mGL).glColor4x(red, green, blue, alpha);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 69 void (*glColor4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
main.cpp 671 GL_API void GL_APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 178 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
180 public native void glColor4x(
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 656 mGL.glColor4x(
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 148 public void glColor4x(int red, int green, int blue, int alpha) {
150 mgl.glColor4x(red, green, blue, alpha);
    [all...]
GLLogWrapper.java     [all...]
GLES10.java 364 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
366 public static native void glColor4x(
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 64 glColor4x_client_proc_t glColor4x;
gl_entry.cpp 59 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
613 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
616 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...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 326 void glColor4x(
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 107 #define glColor4x wrap_glColor4x
    [all...]
gles_undefine.h 107 #undef glColor4x
  /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 75 glColor4x(44, 44),
672 case 44: return glColor4x;
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 648 milliseconds

1 2 3