Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DCollectVariables_test.cpp1519 const std::array<std::string, 3> kInterpolationQualifiers = {{"flat", "smooth", "centroid"}}; in TEST_F() local
1556 const std::array<std::string, 4> kInterpolationQualifiers = { in TEST_F() local
DGeometryShader_test.cpp100 const std::array<std::string, 4> kInterpolationQualifiers = {{"flat", "smooth", "centroid"}}; member in GeometryShaderTest