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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 295 VERT_BIT_COLOR0,
360 GLuint inputs = VERT_BIT_POS | VERT_BIT_COLOR0;
radeon_maos_arrays.c 191 if (inputs & VERT_BIT_COLOR0) {
radeon_maos_verts.c 337 if (inputs & VERT_BIT_COLOR0) {
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 141 DEFINE( "VERT_BIT_RGBA ", VERT_BIT_COLOR0 );
  /external/mesa3d/src/mesa/program/
programopt.c 665 if (prog->Base.InputsRead & VERT_BIT_COLOR0)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 423 ~(VERT_BIT_POS | VERT_BIT_NORMAL | VERT_BIT_COLOR0 | VERT_BIT_COLOR1 |
521 if (mesa_vp->Base.InputsRead & VERT_BIT_COLOR0) {
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 135 if ((key->varying_vp_inputs & VERT_BIT_COLOR0) &&
869 if (p->state->varying_vp_inputs & VERT_BIT_COLOR0) {
    [all...]
ff_fragment_shader.cpp 369 if (varying_inputs & VERT_BIT_COLOR0)
    [all...]
enable.c 72 flag = VERT_BIT_COLOR0;
    [all...]
mtypes.h 174 #define VERT_BIT_COLOR0 BITFIELD64_BIT(VERT_ATTRIB_COLOR0)
    [all...]

Completed in 100 milliseconds