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

  /external/mesa3d/src/mesa/vbo/
vbo_attrib_tmp.h 399 TAG(Color4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp 579 void Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
593 Color4f((float)red / 0xFF, (float)green / 0xFF, (float)blue / 0xFF, (float)alpha / 0xFF);
598 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);

Completed in 1032 milliseconds