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

  /hardware/interfaces/renderscript/1.0/
IContext.hal 305 allocationGenerateMipmaps(Allocation allocation);
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.h 55 Return<void> allocationGenerateMipmaps(Allocation allocation) override;
Context.cpp 203 Return<void> Context::allocationGenerateMipmaps(Allocation allocation) {
205 Device::getHal().AllocationGenerateMipmaps(mContext, _allocation);
    [all...]
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsCopyTests.cpp 334 * dataIn and the mipmaps are filled with allocationGenerateMipmaps. Then
338 * allocationGenerateMipmaps, allocationSyncAll, allocation2DRead
364 context->allocationGenerateMipmaps(allocation);
381 * and the mipmaps are filled with allocationGenerateMipmaps. Then dataOut is
  /frameworks/rs/
rsHidlAdaptation.cpp 106 mEntryFuncs.AllocationGenerateMipmaps = AllocationGenerateMipmaps;
611 void RsHidlAdaptation::AllocationGenerateMipmaps (RsContext context, RsAllocation allocation)
615 GetIContextHandle(context)->allocationGenerateMipmaps(_allocation);
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp 484 } else if (target_func == "allocationGenerateMipmaps") {
492 renderscript->allocationGenerateMipmaps(arg0);
    [all...]

Completed in 56 milliseconds