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

  /external/chromium_org/third_party/angle/src/compiler/translator/
ConstantUnion.h 85 void setBConst(bool b) {bConst = b; type = EbtBool; }
90 bool getBConst() const { return bConst; }
109 return b == bConst;
125 return constant.bConst == bConst;
311 case EbtBool: returnValue.setBConst(bConst && constant.bConst); break;
323 case EbtBool: returnValue.setBConst(bConst || constant.bConst); break;
336 bool bConst; // used for bvec, scalar bool
    [all...]
  /hardware/intel/img/psb_video/src/
psb_texture.h 62 signed short bConst;
psb_texture.c 791 &pPriv->coeffs.bV, &pPriv->coeffs.bConst,
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 297 signed short bConst;
    [all...]

Completed in 124 milliseconds