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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c 900 const GLboolean isdot3rgba = (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA) || local
906 if ((stageref[j + 1] & REF_COLOR) || isdot3rgba) {
933 if ((stageref[j + 1] & REF_ALPHA) && !isdot3rgba) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 900 const GLboolean isdot3rgba = (texUnit->_CurrentCombine->ModeRGB == GL_DOT3_RGBA) || local
906 if ((stageref[j + 1] & REF_COLOR) || isdot3rgba) {
933 if ((stageref[j + 1] & REF_ALPHA) && !isdot3rgba) {
    [all...]

Completed in 414 milliseconds