Searched refs:gradTypeName (Results 1 – 1 of 1) sorted by relevance
762 const char* gradTypeName = glu::getDataTypeName(gradType); in initShaderSources() local803 vert << "in " << coordPrecName << " " << gradTypeName << " a_in1;\n"; in initShaderSources()804 vert << "in " << coordPrecName << " " << gradTypeName << " a_in2;\n"; in initShaderSources()824 vert << "out " << coordPrecName << " " << gradTypeName << " v_gradX;\n"; in initShaderSources()825 vert << "out " << coordPrecName << " " << gradTypeName << " v_gradY;\n"; in initShaderSources()826 frag << "in " << coordPrecName << " " << gradTypeName << " v_gradX;\n"; in initShaderSources()827 frag << "in " << coordPrecName << " " << gradTypeName << " v_gradY;\n"; in initShaderSources()