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

  /external/chromium_org/third_party/angle/src/compiler/translator/
ConstantUnion.h 24 void setBConst(bool b) {bConst = b; type = EbtBool; }
29 bool getBConst() const { return bConst; }
48 return b == bConst;
64 return constant.bConst == bConst;
250 case EbtBool: returnValue.setBConst(bConst && constant.bConst); break;
262 case EbtBool: returnValue.setBConst(bConst || constant.bConst); break;
275 bool bConst; // used for bvec, scalar bool
    [all...]
  /hardware/intel/img/psb_video/src/
psb_texture.h 62 signed short bConst;
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 297 signed short bConst;
    [all...]

Completed in 1718 milliseconds