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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 76 .AllocationCubeCreateFromBitmap =
Context.cpp 106 Return<Allocation> Context::allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips, const hidl_vec<uint8_t>& bitmap, int32_t usage) {
111 RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips, _bitmap.data(), _bitmap.size(), _usage);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 50 dispatchTab.AllocationCubeCreateFromBitmap = (AllocationCubeCreateFromBitmapFnPtr)dlsym(handle, "rsAllocationCubeCreateFromBitmap");
227 if (dispatchTab.AllocationCubeCreateFromBitmap == nullptr) {
228 LOG_ERR("Couldn't initialize dispatchTab.AllocationCubeCreateFromBitmap");
rsDispatch.h 161 AllocationCubeCreateFromBitmapFnPtr AllocationCubeCreateFromBitmap;
  /frameworks/rs/
rsHidlAdaptation.h 79 static RsAllocation AllocationCubeCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
rs.spec 74 AllocationCubeCreateFromBitmap {
rsHidlAdaptation.cpp 103 mEntryFuncs.AllocationCubeCreateFromBitmap = AllocationCubeCreateFromBitmap;
446 RsAllocation RsHidlAdaptation::AllocationCubeCreateFromBitmap(RsContext context, RsType type,
455 uint64_t allocation = GetIContextHandle(context)->allocationCubeCreateFromBitmap(_type, (AllocationMipmapControl)mipmaps, _bitmap, usages);
    [all...]
rsApiStubs.cpp 352 return RS_DISPATCH(ctxWrapper, AllocationCubeCreateFromBitmap, vtype, mipmaps, data, data_length, usages);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 260 milliseconds