Home | History | Annotate | Download | only in translator

Lines Matching refs:EbtBool

250     TType *bool1 = new TType(EbtBool);
251 TType *bool2 = new TType(EbtBool, 2);
252 TType *bool3 = new TType(EbtBool, 3);
253 TType *bool4 = new TType(EbtBool, 4);
609 symbolTable.insert(COMMON_BUILTINS, new TVariable(NewPoolTString("gl_FrontFacing"), TType(EbtBool, EbpUndefined, EvqFrontFacing, 1)));