Home
last modified time | relevance | path

Searched refs:declareFragmentOutput (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h299 void declareFragmentOutput(TIntermTyped *fragmentOutput);
DOutputASM.cpp679 declareFragmentOutput(symbol); in visitSymbol()
3214 void OutputASM::declareFragmentOutput(TIntermTyped *fragmentOutput) in declareFragmentOutput() function in glsl::OutputASM