Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java57 private RenderScript mRenderScript; field in ActivityTestBase
89 mRenderScript = RenderScript.create(getActivity().getApplicationContext()); in setUp()
179 Allocation idealAllocation = Allocation.createFromBitmap(mRenderScript, bitmap1, in assertBitmapsAreSimilar()
181 Allocation givenAllocation = Allocation.createFromBitmap(mRenderScript, bitmap2, in assertBitmapsAreSimilar()
184 givenAllocation, 0, TEST_WIDTH, TEST_WIDTH, TEST_HEIGHT, mRenderScript); in assertBitmapsAreSimilar()