Home | History | Annotate | Download | only in glshared

Lines Matching refs:getOutputType

773 		m_componentCount[arrayNdx]	= getComponentCount(arrays[arrayNdx]->getOutputType());
774 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType());
916 << "${VTX_IN} highp " << ContextArray::outputTypeToGLType(arrays[arrayNdx]->getOutputType()) << " a_" << arrays[arrayNdx]->getAttribNdx() << ";\n";
933 switch (arrays[arrayNdx]->getOutputType())
984 switch (arrays[arrayNdx]->getOutputType())
1128 decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType()));