Home
last modified time | relevance | path

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

/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/test/java/software/amazon/awssdk/testutils/
H A DLogCaptorTest.java72 private static Stream<Level> allLevels() { in allLevels() method in LogCaptorTest
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp47 bool allLevels = (desc.Texture2D.MipLevels == std::numeric_limits<UINT>::max()); in ImageIndexConflictsWithSRV() local
63 bool allLevels = (desc.Texture2DArray.MipLevels == std::numeric_limits<UINT>::max()); in ImageIndexConflictsWithSRV() local
80 bool allLevels = (desc.TextureCube.MipLevels == std::numeric_limits<UINT>::max()); in ImageIndexConflictsWithSRV() local
90 bool allLevels = (desc.Texture3D.MipLevels == std::numeric_limits<UINT>::max()); in ImageIndexConflictsWithSRV() local