Home | History | Annotate | Download | only in glshared

Lines Matching full:vec4

49 	"attribute highp vec4 a_position;\n"
50 "attribute mediump vec4 a_color;\n"
51 "varying mediump vec4 v_color;\n"
58 "varying mediump vec4 v_color;\n"
67 "in highp vec4 a_position;\n"
68 "in mediump vec4 a_color;\n"
69 "out mediump vec4 v_color;\n"
77 "in mediump vec4 v_color;\n"
78 "layout(location = 0) out mediump vec4 o_color;\n"
87 "in vec4 a_position;\n"
88 "in vec4 a_color;\n"
89 "in vec4 a_color1;\n"
90 "out vec4 v_color;\n"
91 "out vec4 v_color1;\n"
100 "in vec4 v_color;\n"
101 "in vec4 v_color1;\n"
102 "layout(location = 0, index = 0) out vec4 o_color;\n"
103 "layout(location = 0, index = 1) out vec4 o_color1;\n"
188 DE_STATIC_ASSERT(sizeof(tcu::Vec4) == sizeof(float)*4);
253 tcu::Vec4 color = triQuadInterpolate(quad.color, xRatio, yRatio);
254 tcu::Vec4 color1 = triQuadInterpolate(quad.color1, xRatio, yRatio);