Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 13 of 13) sorted by relevance

/cts/tests/openglperf2/assets/fragment/
Dwater24 // Get normal from bump map.
27 vec3 normal = normalize((map1 * weight) + (map2 * (1.0 - weight)));
30 // Calculate the dot product of the light vector and vertex normal.
31 float diffuse = max(dot(lightVector, normal), 0.0);
Dperspective23 // Calculate the dot product of the light vector and vertex normal.
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java332 final File normal = new File(context.getCacheDir(), "normal"); in testCacheBehavior() local
342 normal.mkdir(); in testCacheBehavior()
349 final File a = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
350 final File b = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
351 final File c = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
361 normal.setLastModified(normalTime); in testCacheBehavior()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedImageDrawableTest.java614 Bitmap normal = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in testAutoMirroredDrawing() local
616 Canvas canvas = new Canvas(normal); in testAutoMirroredDrawing()
630 assertEquals(normal.getPixel(i, j), flipped.getPixel(width - 1 - i, j)); in testAutoMirroredDrawing()
635 drawAndCompare(normal, drawable); in testAutoMirroredDrawing()
641 drawAndCompare(normal, drawable); in testAutoMirroredDrawing()
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java459 Bitmap normal = ImageDecoder.decodeBitmap(src); in testUnpremul() local
460 assertNotNull(normal); in testUnpremul()
461 assertEquals(normal.hasAlpha(), hasAlpha[i]); in testUnpremul()
462 assertEquals(normal.isPremultiplied(), hasAlpha[i]); in testUnpremul()
814 Bitmap normal = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in testResizeTransparency() local
816 Canvas canvas = new Canvas(normal); in testResizeTransparency()
831 int normalColor = normal.getPixel(i, j); in testResizeTransparency()
1787 Bitmap normal = null; in testConserveMemoryPlusHardware() local
1789 normal = ImageDecoder.decodeBitmap(f.apply(resId), ((decoder, info, source) -> { in testConserveMemoryPlusHardware()
1795 assertNotNull(normal); in testConserveMemoryPlusHardware()
[all …]
/cts/tests/openglperf2/
Dcob_exporter.py51 n = vertex.normal.xyz
/cts/tests/openglperf2/assets/vertex/
Dperspective28 // Transform the normal\'s orientation into eye space.
/cts/suite/audio_quality/test_description/processing/
Dgen_random.py33 randomSignal = np.random.normal(scale = peakAmpl * 2 / 3, size=samples)
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_message_extensions/
DNotificationMode.java38 normal(0), enumConstant
/cts/hostsidetests/sustainedperf/dhrystone/
DDrystone-2.1.sh307 X It is often hard to draw an exact line between "normal code
336 Xthese conditions should be explicitly marked as such; "normal"
DRationale291 It is often hard to draw an exact line between "normal code
299 but is intended to be similarly optimizable as normal programs. For
302 value propagation etc., but normal programs usually also benefit from
320 these conditions should be explicitly marked as such; "normal"
/cts/tests/media/
DREADME.md2 …ically while running tests. The test suite looks to cover sdk/ndk api in normal and error scenario…
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java787 checkValue(res, R.configVarying.normal, "default"); in testScreenSize()
796 checkValue(res, R.configVarying.normal, "normal"); in testScreenSize()
805 checkValue(res, R.configVarying.normal, "normal"); in testScreenSize()
814 checkValue(res, R.configVarying.normal, "normal"); in testScreenSize()