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

  /external/mesa3d/src/mesa/main/
clip.c 84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation))
clear.c 86 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.f))
109 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.i))
132 if (TEST_EQ_4V(tmp, ctx->Color.ClearColor.ui))
texgen.c 153 if (TEST_EQ_4V(texgen->ObjectPlane, params))
175 if (TEST_EQ_4V(texgen->EyePlane, tmp))
fog.c 152 if (TEST_EQ_4V(ctx->Fog.Color, params))
light.c 111 if (TEST_EQ_4V(light->Ambient, params))
117 if (TEST_EQ_4V(light->Diffuse, params))
123 if (TEST_EQ_4V(light->Specular, params))
130 if (TEST_EQ_4V(light->EyePosition, params))
463 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params ))
    [all...]
macros.h 211 #define TEST_EQ_4V(a,b) ((a)[0] == (b)[0] && \
223 return TEST_EQ_4V(a, b);
blend.c 553 if (TEST_EQ_4V(tmp, ctx->Color.BlendColorUnclamped))
723 if (!TEST_EQ_4V(tmp, ctx->Color.ColorMask[i])) {
765 if (TEST_EQ_4V(tmp, ctx->Color.ColorMask[buf]))
accum.c 54 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor))
texenv.c 93 if (TEST_EQ_4V(color, texUnit->EnvColorUnclamped))
839 if (TEST_EQ_4V(param, texUnit->RotMatrix))
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 709 !TEST_EQ_4V(st->ctx->Current.RasterColor, cache->color) ||
  /external/mesa3d/src/mesa/drivers/common/
meta.c 863 if (!TEST_EQ_4V(ctx->Color.ColorMask[i], save->ColorMask[i])) {
    [all...]

Completed in 226 milliseconds