Searched refs:mRenderScript (Results 1 – 2 of 2) sorted by relevance
62 private RenderScript mRenderScript; field in ActivityTestBase104 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()
91 RenderScript mRenderScript; field in RefocusTest.RsTaskParams96 mRenderScript = renderScript; in RsTaskParams()