Searched refs:mRenderScript (Results 1 – 1 of 1) sorted by relevance
57 private RenderScript mRenderScript; field in ActivityTestBase89 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()