Searched refs:EbpMedium (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | BaseTypes.h | 18 EbpMedium, enumerator 27 case EbpMedium: return "mediump"; break; in getPrecisionString()
|
D | Initialize.cpp | 521 …iable(NewPoolTString("gl_FragCoord"), TType(EbtFloat, EbpMedium, EvqFragCoord, … in IdentifyBuiltIns() 523 …iable(NewPoolTString("gl_FragColor"), TType(EbtFloat, EbpMedium, EvqFragColor, … in IdentifyBuiltIns() 524 …iable(NewPoolTString("gl_FragData[gl_MaxDrawBuffers]"), TType(EbtFloat, EbpMedium, EvqFragData, … in IdentifyBuiltIns() 525 …iable(NewPoolTString("gl_PointCoord"), TType(EbtFloat, EbpMedium, EvqPointCoord, … in IdentifyBuiltIns() 530 …insert(*new TVariable(NewPoolTString("gl_PointSize"), TType(EbtFloat, EbpMedium, EvqPointSize, … in IdentifyBuiltIns() 617 TType fragData(EbtFloat, EbpMedium, EvqFragColor, 4, false, true); in IdentifyBuiltIns()
|
D | glslang.y | 1506 $$ = EbpMedium;
|
D | glslang_tab.cpp | 3691 (yyval.interm.precision) = EbpMedium;
|