Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLFeatureControlTest.cpp102 EXPECT_STREQ(FeatureStatusToString(features[i]->enabled), in TEST_P()
183 EXPECT_STREQ(FeatureStatusToString(shouldBe[i]), in TEST_P()
/third_party/skia/third_party/externals/angle2/include/platform/
DFeature.h99 inline const char *FeatureStatusToString(const bool &status) in FeatureStatusToString() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp2185 result = angle::FeatureStatusToString(mFeatures[index]->enabled); in queryStringi()