/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
vtxfmt.c | 55 SET_Color4f(tab, vfmt->Color4f);
|
dd.h | [all...] |
dlist.c | [all...] |
/external/mesa3d/src/mesa/main/ |
vtxfmt.c | 55 SET_Color4f(tab, vfmt->Color4f);
|
dd.h | [all...] |
dlist.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_noop.c | 440 vfmt->Color4f = _mesa_noop_Color4f;
|
vbo_attrib_tmp.h | 334 TAG(Color4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
|
vbo_exec_api.c | 932 vfmt->Color4f = vbo_Color4f; [all...] |
vbo_save_api.c | 692 * Color3f is installed/active, then Color4f may not be, even if the 695 * of the chooser function when switching between Color4f and Color3f. [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_noop.c | 440 vfmt->Color4f = _mesa_noop_Color4f;
|
vbo_attrib_tmp.h | 334 TAG(Color4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
|
vbo_exec_api.c | 932 vfmt->Color4f = vbo_Color4f; [all...] |
vbo_save_api.c | 692 * Color3f is installed/active, then Color4f may not be, even if the 695 * of the chooser function when switching between Color4f and Color3f. [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_icd.h | 79 void (GLAPIENTRY * Color4f)(GLfloat, GLfloat, GLfloat, GLfloat);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_icd.h | 79 void (GLAPIENTRY * Color4f)(GLfloat, GLfloat, GLfloat, GLfloat);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
check_table.cpp | 595 { "glColor4f", _O(Color4f) }, [all...] |
/external/mesa3d/src/mapi/glapi/tests/ |
check_table.cpp | 595 { "glColor4f", _O(Color4f) }, [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
glapitable.h | 72 void (GLAPIENTRYP Color4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); /* 29 */ [all...] |
glapitemp.h | 258 KEYWORD1 void KEYWORD2 NAME(Color4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) 261 DISPATCH(Color4f, (red, green, blue, alpha), (F, "glColor4f(%f, %f, %f, %f);\n", red, green, blue, alpha)); [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
gl_mangle.h | 202 #define glColor4f MANGLE(Color4f) [all...] |
/external/mesa3d/include/GL/ |
gl_mangle.h | 202 #define glColor4f MANGLE(Color4f) [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glapi_gentable.c | 321 if(!disp->Color4f) { 322 void ** procp = (void **) &disp->Color4f; [all...] |
glapi_x86-64.S | 1084 .globl GL_PREFIX(Color4f) 1085 .type GL_PREFIX(Color4f), @function 1086 GL_PREFIX(Color4f): 1126 .size GL_PREFIX(Color4f), .-GL_PREFIX(Color4f) [all...] |
glapi_mapi_tmp.h | 51 GLAPI void APIENTRY GLAPI_PREFIX(Color4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); [all...] |