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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 89 .AllocationGetType =
Context.cpp 82 Return<Type> Context::allocationGetType(Allocation allocation) {
84 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 56 dispatchTab.AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType");
155 if (dispatchTab.AllocationGetType == nullptr) {
156 LOG_ERR("Couldn't initialize dispatchTab.AllocationGetType");
rsDispatch.h 167 AllocationGetTypeFnPtr AllocationGetType;
Allocation.cpp 144 const void *typeID = RS::dispatch->AllocationGetType(mRS->getContext(), getID());
  /frameworks/rs/
rsHidlAdaptation.h 80 static const void* AllocationGetType(RsContext con, RsAllocation va);
rsHidlAdaptation.cpp 109 mEntryFuncs.AllocationGetType = AllocationGetType;
214 const void* RsHidlAdaptation::AllocationGetType(RsContext context, RsAllocation allocation)
218 uint64_t typeRet = GetIContextHandle(context)->allocationGetType(_allocation);
    [all...]
rsApiStubs.cpp 362 return RS_DISPATCH(ctxWrapper, AllocationGetType, va);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 180 milliseconds