Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DETCTextureTest.cpp393 !getEGLWindow()->isFeatureEnabled(Feature::SupportsComputeTranscodeEtcToBc) || in TEST_P()
414 !getEGLWindow()->isFeatureEnabled(Feature::SupportsComputeTranscodeEtcToBc) || in TEST_P()
460 !getEGLWindow()->isFeatureEnabled(Feature::SupportsComputeTranscodeEtcToBc) || in TEST_P()
504 getEGLWindow()->isFeatureEnabled(Feature::SupportsComputeTranscodeEtcToBc) || in TEST_P()
541 !getEGLWindow()->isFeatureEnabled(Feature::SupportsComputeTranscodeEtcToBc) || in TEST_P()
567 !getEGLWindow()->isFeatureEnabled(Feature::SupportsComputeTranscodeEtcToBc) || in TEST_P()
616 !getEGLWindow()->isFeatureEnabled(Feature::SupportsComputeTranscodeEtcToBc) || in TEST_P()
636 !getEGLWindow()->isFeatureEnabled(Feature::SupportsComputeTranscodeEtcToBc) || in TEST_P()
683 !getEGLWindow()->isFeatureEnabled(Feature::SupportsComputeTranscodeEtcToBc) || in TEST_P()
717 !getEGLWindow()->isFeatureEnabled(Feature::SupportsComputeTranscodeEtcToBc) || in TEST_P()
[all …]
/aosp_15_r20/external/angle/util/autogen/
H A Dangle_features_autogen.h310 SupportsComputeTranscodeEtcToBc, enumerator
H A Dangle_features_autogen.cpp310 {Feature::SupportsComputeTranscodeEtcToBc, "supportsComputeTranscodeEtcToBc"},
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DTextureUploadPerf.cpp485 params.enable(Feature::SupportsComputeTranscodeEtcToBc); in ES3VulkanParams()