Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h305 GLenum glVariablePrecision(const TType &type);
DOutputASM.cpp3202 …activeUniforms.push_back(Uniform(glVariableType(type), glVariablePrecision(type), name.c_str(), ty… in declareUniform()
3439 GLenum OutputASM::glVariablePrecision(const TType &type) in glVariablePrecision() function in glsl::OutputASM