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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Initialize.cpp 617 TType fragData(EbtFloat, EbpMedium, EvqFragColor, 4, false, true);
618 fragData.setArraySize(resources.MaxDrawBuffers);
619 symbolTable.insert(*new TVariable(NewPoolTString("gl_FragData"), fragData));
ParseHelper.cpp 827 TSymbol* fragData = symbolTable.find("gl_MaxDrawBuffers", &builtIn);
828 if (fragData == 0) {
833 int fragDataValue = static_cast<TVariable*>(fragData)->getConstPointer()[0].getIConst();
    [all...]

Completed in 152 milliseconds