HomeSort by relevance Sort by last modified time
    Searched full:stageref (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c 854 GLubyte stageref[7] = {0, 0, 0, 0, 0, 0, 0}; local
865 stageref[maxunitused + 1] = REF_COLOR | REF_ALPHA;
872 if (stageref[j + 1]) {
893 stageref[j] = REF_COLOR | REF_ALPHA;
906 if ((stageref[j + 1] & REF_COLOR) || isdot3rgba) {
913 stageref[j] |= (op >> 1) + 1;
933 if ((stageref[j + 1] & REF_ALPHA) && !isdot3rgba) {
939 stageref[j] |= REF_ALPHA;
974 if (ctx->Texture.Unit[i]._ReallyEnabled && stageref[i+1]) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 854 GLubyte stageref[7] = {0, 0, 0, 0, 0, 0, 0}; local
865 stageref[maxunitused + 1] = REF_COLOR | REF_ALPHA;
872 if (stageref[j + 1]) {
893 stageref[j] = REF_COLOR | REF_ALPHA;
906 if ((stageref[j + 1] & REF_COLOR) || isdot3rgba) {
913 stageref[j] |= (op >> 1) + 1;
933 if ((stageref[j + 1] & REF_ALPHA) && !isdot3rgba) {
939 stageref[j] |= REF_ALPHA;
974 if (ctx->Texture.Unit[i]._ReallyEnabled && stageref[i+1]) {
    [all...]

Completed in 87 milliseconds