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

  /external/chromium_org/third_party/angle/src/compiler/
UnfoldShortCircuitAST.cpp 17 u->setBConst(true);
28 u->setBConst(false);
ConstantUnion.h 23 void setBConst(bool b) {bConst = b; type = EbtBool; }
226 case EbtBool: returnValue.setBConst(bConst && constant.bConst); break;
238 case EbtBool: returnValue.setBConst(bConst || constant.bConst); break;
Intermediate.cpp     [all...]
glslang.y 242 unionArray->setBConst($1.b);
707 unionArray->setBConst(false);
717 unionArray->setBConst(false);
727 unionArray->setBConst(false);
737 unionArray->setBConst(false);
751 unionArray->setBConst(false);
761 unionArray->setBConst(false);
787 unionArray->setBConst(false);
801 unionArray->setBConst(false);
815 unionArray->setBConst(false)
    [all...]
glslang_tab.cpp     [all...]

Completed in 80 milliseconds