Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp2271 std::string tessGeomVertex = m_vertex; in init() local
2273 commonUtils::replaceToken("<CLIP_DISTANCE>", "1.0", tessGeomVertex); in init()
2274 commonUtils::replaceToken("<CULL_DISTANCE>", "1.0", tessGeomVertex); in init()
2275 commonUtils::replaceToken("<VERTEX_COLOR>", "vec4(1.0, 1.0, 1.0, 1.0)", tessGeomVertex); in init()
2280 validationTessGeom.shaders.push_back(VertexSource(tessGeomVertex)); in init()