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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ConstantUnion.h 18 void setBConst(bool b) {bConst = b; type = EbtBool; }
257 case EbtBool: returnValue.setBConst(bConst && constant.bConst); break;
269 case EbtBool: returnValue.setBConst(bConst || constant.bConst); break;
Intermediate.cpp     [all...]
glslang.y 211 unionArray->setBConst($1.b);
    [all...]

Completed in 88 milliseconds