Home
last modified time | relevance | path

Searched defs:kInterpolationQualifiers (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DCollectVariables_test.cpp1527 const std::array<std::string, 3> kInterpolationQualifiers = {{"flat", "smooth", "centroid"}}; in TEST_F() local
1564 const std::array<std::string, 4> kInterpolationQualifiers = { in TEST_F() local
H A DGeometryShader_test.cpp100 const std::array<std::string, 4> kInterpolationQualifiers = {{"flat", "smooth", "centroid"}}; member in GeometryShaderTest