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

1 2 3 4 5 6 7

  /external/mesa3d/src/mapi/es1api/
ABI-check 32 glColor4x
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 62 {"glColor4x", (void*)glColor4x},
gl_client_context.h 64 glColor4x_client_proc_t glColor4x;
gl_client_context.cpp 64 glColor4x = (glColor4x_client_proc_t) getProc("glColor4x", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 72 {"glColor4x", (void *)glColor4x},
gles_dispatch.h 75 glColor4x_t glColor4x;
347 glColor4x_t set_glColor4x(glColor4x_t f) { glColor4x_t retval = glColor4x; glColor4x = f; return retval;}
    [all...]
gles.cpp 316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
318 getDispatch()->glColor4x(red, green, blue, alpha);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 75 gl.glColor4x(0x10000, 0x10000, 0x10000, 0x10000);
GLErrorLogger.java 121 public void glColor4x(int red, int green, int blue, int alpha) {
122 ((GL10)mGL).glColor4x(red, green, blue, alpha);
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 110 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 318 gl.glColor4x(0x10000, 0x10000, 0x10000, 0x10000);
MatrixTrackingGL.java 133 public void glColor4x(int red, int green, int blue, int alpha) {
134 mgl.glColor4x(red, green, blue, alpha);
  /frameworks/native/opengl/libagl/
vertex.cpp 200 void glColor4x(GLfixed r, GLfixed g, GLfixed b, GLfixed a)
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 14 void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 69 void (*glColor4x)(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 364 // C function void glColor4x ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
366 public static native void glColor4x(
    [all...]
GLErrorWrapper.java 148 public void glColor4x(int red, int green, int blue, int alpha) {
150 mgl.glColor4x(red, green, blue, alpha);
    [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 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-9/include/GLES/
gl.h 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /external/swiftshader/include/GLES/
gl.h 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
    [all...]

Completed in 597 milliseconds

1 2 3 4 5 6 7