Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h304 GLenum glVariableType(const TType &type);
DOutputASM.cpp2850 …activeVaryings.push_back(glsl::Varying(glVariableType(type), name, varying->getArraySize(), reg, 0… in declareVarying()
2922 …activeAttributes.push_back(Attribute(glVariableType(type), name, type.getArraySize(), type.getLayo… in attributeRegister()
3202 …activeUniforms.push_back(Uniform(glVariableType(type), glVariablePrecision(type), name.c_str(), ty… in declareUniform()
3296 GLenum OutputASM::glVariableType(const TType &type) in glVariableType() function in glsl::OutputASM