Searched refs:glVariableType (Results 1 – 1 of 1) sorted by relevance
33 GLenum glVariableType(const TType &type) in glVariableType() function266 type(type.isStruct() ? GL_NONE : glVariableType(type)), precision(glVariablePrecision(type)), in ShaderVariable()3350 …activeAttributes.push_back(Attribute(glVariableType(type), name, type.getArraySize(), type.getLayo… in attributeRegister()