HomeSort by relevance Sort by last modified time
    Searched full:allocationgettype (Results 1 - 17 of 17) sorted by null

  /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 166 AllocationGetTypeFnPtr AllocationGetType;
Allocation.cpp 144 const void *typeID = RS::dispatch->AllocationGetType(mRS->getContext(), getID());
  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 44 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocationGetType
63 Type type2 = context->allocationGetType(allocation);
  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 117 .AllocationGetType =
Context.h 42 Return<Type> allocationGetType(Allocation allocation) override;
Context.cpp 80 Return<Type> Context::allocationGetType(Allocation allocation) {
82 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation);
    [all...]
  /frameworks/rs/
rsHidlAdaptation.cpp 109 mEntryFuncs.AllocationGetType = AllocationGetType;
214 const void* RsHidlAdaptation::AllocationGetType(RsContext context, RsAllocation allocation)
218 uint64_t typeRet = GetIContextHandle(context)->allocationGetType(_allocation);
    [all...]
rsHidlAdaptation.h 80 static const void* AllocationGetType(RsContext con, RsAllocation va);
rsApiStubs.cpp 357 return RS_DISPATCH(ctxWrapper, AllocationGetType, va);
    [all...]
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-sp/
android.hardware.renderscript@1.0.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-sp/
android.hardware.renderscript@1.0.so 
  /prebuilts/sdk/renderscript/lib/arm/
librsjni.so 
  /prebuilts/sdk/renderscript/lib/x86/
librsjni.so 
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp 67 } else if (target_func == "allocationGetType") {
75 renderscript->allocationGetType(arg0);
    [all...]
  /hardware/interfaces/renderscript/1.0/
IContext.hal 84 allocationGetType(Allocation allocation) generates (Type type);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 689 milliseconds