HomeSort by relevance Sort by last modified time
    Searched refs:Color4f (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/mesa/main/
vtxfmt.c 51 SET_Color4f(tab, vfmt->Color4f);
dd.h     [all...]
dlist.c     [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_noop.c 372 vfmt->Color4f = _mesa_noop_Color4f;
vbo_exec_api.c 949 vfmt->Color4f = vbo_Color4f;
    [all...]
vbo_attrib_tmp.h 399 TAG(Color4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
    [all...]
vbo_save_api.c 832 * Color3f is installed/active, then Color4f may not be, even if the
835 * of the chooser function when switching between Color4f and Color3f.
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 177 void Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
663 return es1::Color4f(red, green, blue, alpha);
    [all...]
libGLES_CM.cpp 614 void Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
628 Color4f((float)red / 0xFF, (float)green / 0xFF, (float)blue / 0xFF, (float)alpha / 0xFF);
633 Color4f((float)red / 0x10000, (float)green / 0x10000, (float)blue / 0x10000, (float)alpha / 0x10000);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 79 void (GLAPIENTRY * Color4f)(GLfloat, GLfloat, GLfloat, GLfloat);
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 595 { "glColor4f", _O(Color4f) },
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 190 #define glColor4f MANGLE(Color4f)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 202 #define glColor4f MANGLE(Color4f)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 244 #define glColor4f MANGLE(Color4f)
    [all...]

Completed in 241 milliseconds