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

  /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/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 68 void (*glColor4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
main.cpp 666 GL_API void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 63 glColor4ub_client_proc_t glColor4ub;
gl_entry.cpp 58 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
609 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
612 ctx->glColor4ub(ctx, red, green, blue, alpha);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
313 getDispatch()->glColor4ub(red, green, blue, alpha);
    [all...]
gles_dispatch.h 74 glColor4ub_t glColor4ub;
346 glColor4ub_t set_glColor4ub(glColor4ub_t f) { glColor4ub_t retval = glColor4ub; glColor4ub = f; return retval;}
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 63 glColor4ub_wrapper_proc_t glColor4ub;
gles1_wrapper_entry.cpp 58 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
607 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
610 ctx->glColor4ub( red, green, blue, 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) {
  /external/mesa3d/include/GL/
gl_mangle.h 254 #define glColor4ub MANGLE(Color4ub)
    [all...]

Completed in 347 milliseconds