Home | History | Annotate | Download | only in glshared

Lines Matching refs:outputTypeToGLType

683 std::string ContextArray::outputTypeToGLType (Array::OutputType type)
916 << "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrays[arrayNdx]->getAttribNdx() << ";\n";