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

  /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...]
  /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);
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...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 64 glColor4x_wrapper_proc_t glColor4x;
gles1_wrapper_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( red, green, blue, alpha);
    [all...]

Completed in 58 milliseconds