Home
last modified time | relevance | path

Searched defs:featureAvailable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
H A DIncrementalFeatureTest.java87 private boolean featureAvailable() throws Exception { in featureAvailable() method in IncrementalFeatureTest
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp1178 bool featureAvailable(Context &) in featureAvailable() function in vkt::wsi::__anon88b80f900111::AcquireNextImageWrapper
1212 bool featureAvailable(Context &context) in featureAvailable() function in vkt::wsi::__anon88b80f900111::AcquireNextImage2Wrapper
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp361 … const bool featureAvailable = context.getDeviceFeatures().shaderTessellationAndGeometryPointSize; in getDeviceHelper() local