Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java62 private RenderScript mRenderScript; field in ActivityTestBase
104 mRenderScript = RenderScript.create(getActivity().getApplicationContext()); in setUp()
165 Allocation idealAllocation = Allocation.createFromBitmap(mRenderScript, bitmap1, in assertBitmapsAreSimilar()
167 Allocation givenAllocation = Allocation.createFromBitmap(mRenderScript, bitmap2, in assertBitmapsAreSimilar()
170 givenAllocation, 0, TEST_WIDTH, TEST_WIDTH, TEST_HEIGHT, mRenderScript); in assertBitmapsAreSimilar()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DRefocusTest.java91 RenderScript mRenderScript; field in RefocusTest.RsTaskParams
96 mRenderScript = renderScript; in RsTaskParams()