Lines Matching refs:fragData
908 TSymbol* fragData = symbolTable.find("gl_MaxDrawBuffers", mShaderVersion, &builtIn);909 ASSERT(fragData);911 int fragDataValue = static_cast<TVariable*>(fragData)->getConstPointer()[0].getIConst();1183 // both FragData and FragColor. For simplicity, and because users shouldn't