Home
last modified time | relevance | path

Searched refs:clipNegativeVertex (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp2223 std::string clipNegativeVertex = m_vertex; in init() local
2225 commonUtils::replaceToken("<CLIP_DISTANCE>", "-1.0", clipNegativeVertex); in init()
2226 commonUtils::replaceToken("<CULL_DISTANCE>", "1.0", clipNegativeVertex); in init()
2227 commonUtils::replaceToken("<VERTEX_COLOR>", "vec4(1.0, 1.0, 1.0, 1.0)", clipNegativeVertex); in init()
2232 validationClipNegative.shaders.push_back(VertexSource(clipNegativeVertex)); in init()