Searched refs:VERT_BIT_COLOR0 (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.c295 VERT_BIT_COLOR0,
360 GLuint inputs = VERT_BIT_POS | VERT_BIT_COLOR0;
H A Dradeon_maos_arrays.c191 if (inputs & VERT_BIT_COLOR0) {
H A Dradeon_maos_verts.c337 if (inputs & VERT_BIT_COLOR0) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.c295 VERT_BIT_COLOR0,
360 GLuint inputs = VERT_BIT_POS | VERT_BIT_COLOR0;
H A Dradeon_maos_arrays.c191 if (inputs & VERT_BIT_COLOR0) {
H A Dradeon_maos_verts.c337 if (inputs & VERT_BIT_COLOR0) {
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dgen_matypes.c141 DEFINE( "VERT_BIT_RGBA ", VERT_BIT_COLOR0 );
/external/mesa3d/src/mesa/x86/
H A Dgen_matypes.c141 DEFINE( "VERT_BIT_RGBA ", VERT_BIT_COLOR0 );
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogramopt.c665 if (prog->Base.InputsRead & VERT_BIT_COLOR0)
/external/mesa3d/src/mesa/program/
H A Dprogramopt.c665 if (prog->Base.InputsRead & VERT_BIT_COLOR0)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c423 ~(VERT_BIT_POS | VERT_BIT_NORMAL | VERT_BIT_COLOR0 | VERT_BIT_COLOR1 |
521 if (mesa_vp->Base.InputsRead & VERT_BIT_COLOR0) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c423 ~(VERT_BIT_POS | VERT_BIT_NORMAL | VERT_BIT_COLOR0 | VERT_BIT_COLOR1 |
521 if (mesa_vp->Base.InputsRead & VERT_BIT_COLOR0) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c135 if ((key->varying_vp_inputs & VERT_BIT_COLOR0) &&
869 if (p->state->varying_vp_inputs & VERT_BIT_COLOR0) {
H A Dff_fragment_shader.cpp369 if (varying_inputs & VERT_BIT_COLOR0)
H A Denable.c72 flag = VERT_BIT_COLOR0;
H A Dmtypes.h174 #define VERT_BIT_COLOR0 BITFIELD64_BIT(VERT_ATTRIB_COLOR0) macro
/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c135 if ((key->varying_vp_inputs & VERT_BIT_COLOR0) &&
869 if (p->state->varying_vp_inputs & VERT_BIT_COLOR0) {
H A Dff_fragment_shader.cpp369 if (varying_inputs & VERT_BIT_COLOR0)
H A Denable.c72 flag = VERT_BIT_COLOR0;
H A Dmtypes.h174 #define VERT_BIT_COLOR0 BITFIELD64_BIT(VERT_ATTRIB_COLOR0) macro

Completed in 412 milliseconds