Home | History | Annotate | Download | only in functional

Lines Matching refs:vecType

372 	const string		vecType	= getColorOutputType(m_texFmt);
377 << "layout(location = 0) inout highp " << vecType << " o_color;\n"
378 << "uniform highp " << vecType << " u_color;\n"
719 const string vecType = getColorOutputType(m_texFmt);
724 << "layout(location = 0) inout highp " << vecType << " o_color0;\n"
725 << "layout(location = 1) inout highp " << vecType << " o_color1;\n"
726 << "layout(location = 2) inout highp " << vecType << " o_color2;\n"
727 << "layout(location = 3) inout highp " << vecType << " o_color3;\n"
728 << "uniform highp " << vecType << " u_color;\n"
791 const string vecType = getColorOutputType(m_texFmt);
805 << "uniform highp " << vecType << " u_color;\n"
894 const string vecType = getColorOutputType(m_texFmt);
899 << "layout(location = 0) inout highp " << vecType << " o_color;\n"
968 const string vecType = getColorOutputType(m_texFmt);
985 << "layout(location = 0) inout highp " << vecType << " o_color;\n"
986 << "uniform highp " << vecType << " u_color;\n"
1062 const string vecType = getColorOutputType(m_texFmt);
1067 << "layout(location = 0) inout highp " << vecType << " o_color;\n"
1068 << "uniform highp " << vecType << " u_color;\n"