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

  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 74 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); local
76 Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * sizeof(uint32_t));
127 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); local
129 Device::getHal().AllocationSetupBufferQueue(mContext, _alloc, _numBuffer);
580 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); local
581 Device::getHal().ScriptGroupSetOutput(mContext, _sg, _kid, _alloc);
588 RsAllocation _alloc = hidl_to_rs<RsAllocation>(alloc); local
589 Device::getHal().ScriptGroupSetInput(mContext, _sg, _kid, _alloc);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 1009 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; local
1018 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; local
1089 uint64_t _alloc = (uint64_t)(uintptr_t)alloc; local
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 248 milliseconds