Searched defs:fragColor (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp81 "layout(location = 0) out mediump vec4 fragColor;\n"
85 " fragColor = v_frag_FragColor;\n"
664 "layout(location = 0) out mediump vec4 fragColor;\n";
993 rr::GenericVec4 fragColor; local
996 fragColor = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f);
997 output.EmitVertex(vertex->position, pointSize, &fragColor, packets[packetNdx].primitiveIDIn);
1001 rr::GenericVec4 fragColor; local
1002 fragColor = colors[packets[packetNdx].primitiveIDIn % 4];
1004 output.EmitVertex(vertex->position + tcu::Vec4(0.05f, 0.0f, 0.0f, 0.0f), 1.0f, &fragColor, packets[packetNdx].primitiveIDIn);
1005 output.EmitVertex(vertex->position - tcu::Vec4(0.05f, 0.0f, 0.0f, 0.0f), 1.0f, &fragColor, packet
1315 rr::GenericVec4 fragColor; local
[all...]

Completed in 319 milliseconds