HomeSort by relevance Sort by last modified time
    Searched refs:allocationAdapter (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsCopyTests.cpp 276 * one 2D AllocationAdapter with a window of 256 * 256 based on the Allocation.
278 * into dataOut with allocationRead on the AllocationAdapter.
310 AllocationAdapter allocationAdapter = context->allocationAdapterCreate(subType, allocation);
311 ASSERT_NE(AllocationAdapter(0), allocationAdapter);
319 context->allocationAdapterOffset(allocationAdapter, _offsets);
321 context->allocation2DRead(allocationAdapter, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 256,
  /frameworks/rs/
rsHidlAdaptation.cpp     [all...]

Completed in 532 milliseconds