Searched refs:res3 (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | clamp.rscript | 19 float3 res3 = clamp(src3, min3, max3); 20 _RS_ASSERT(res3.x == 1.0f); 21 _RS_ASSERT(res3.y == 2.0f); 22 _RS_ASSERT(res3.z == 3.0f);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | clamp.rscript | 35 float3 res3 = clamp(src3, min3, max3); 36 _RS_ASSERT(res3.x == 1.0f); 37 _RS_ASSERT(res3.y == 2.0f); 38 _RS_ASSERT(res3.z == 3.0f);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | clamp.rscript | 37 float3 res3 = clamp(src3, min3, max3); 38 _RS_ASSERT(res3.x == 1.0f); 39 _RS_ASSERT(res3.y == 2.0f); 40 _RS_ASSERT(res3.z == 3.0f);
|
/aosp12/hardware/interfaces/drm/1.4/vts/functional/ |
H A D | drm_hal_test.cpp | 187 auto res3 = crypto->getLogMessages(cb); in TEST_P() local 188 EXPECT_OK(res3); in TEST_P()
|
/aosp12/art/test/800-smali/smali/ |
H A D | b_22881413.smali | 8 .field private static res3:Ljava/lang/Package; 155 sget-object v0, LB22881413;->res3:Ljava/lang/Package;
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | ColorUtils.cpp | 236 status_t res3 = unwrapColorAspectsFromColorTransfer(transfer, &aspects.mTransfer); in convertPlatformColorAspectsToCodecAspects() local 237 return res1 != OK ? res1 : (res2 != OK ? res2 : res3); in convertPlatformColorAspectsToCodecAspects()
|
/aosp12/system/incremental_delivery/incfs/tests/ |
H A D | incfs_test.cpp | 765 auto [res3, ranges3] = getFilledRanges(fd.get(), std::move(ranges2)); in TEST_F() 766 ASSERT_EQ(0, res3); in TEST_F()
|