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

  /hardware/interfaces/renderscript/1.0/vts/functional/
VtsMiscellaneousTests.cpp 44 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocationGetType
56 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
107 * Calls: elementCreate, typeCreate, allocationCreateTyped,
120 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
144 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite,
162 Allocation allocationRecv = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
168 Allocation allocationSend = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
195 * Calls: elementCreate, typeCreate, allocationCreateTyped,
215 Allocation allocationRecv1 = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
221 Allocation allocationRecv2 = context->allocationCreateTyped(type, AllocationMipmapControl::NONE
    [all...]
VtsScriptTests.cpp 42 * allocationCreateTyped, scriptSetVarObj, scriptSetVarV, scriptSetVarVE
87 Allocation allocationIn = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
191 * Calls: scriptCCreate, elementCreate, typeCreate, allocationCreateTyped,
214 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
219 Allocation vout = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
237 * Calls: scriptCCreate, elementCreate, typeCreate, allocationCreateTyped,
262 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
267 Allocation vaout = context->allocationCreateTyped(type2, AllocationMipmapControl::NONE,
287 * Calls: scriptCCreate, elementCreate, typeCreate, allocationCreateTyped,
306 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE
    [all...]
VtsCopyTests.cpp 25 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation1DWrite,
40 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
61 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite,
76 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
98 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation3DWrite,
113 Allocation allocation = context->allocationCreateTyped(type, AllocationMipmapControl::NONE,
176 * allocationCreateTyped, allocationCopy2DRange, allocationRead
204 Allocation allocDst = context->allocationCreateTyped(typeDst, AllocationMipmapControl::NONE,
227 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation3DWrite,
250 Allocation allocSrc = context->allocationCreateTyped(typeSrc, AllocationMipmapControl::NONE
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 49 dispatchTab.AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(handle, "rsAllocationCreateTyped");
219 if (dispatchTab.AllocationCreateTyped == nullptr) {
220 LOG_ERR("Couldn't initialize dispatchTab.AllocationCreateTyped");
rsDispatch.h 159 AllocationCreateTypedFnPtr AllocationCreateTyped;
Allocation.cpp 428 id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage, 0);
442 id = RS::dispatch->AllocationCreateTyped(rs->getContext(), type->getID(), mipmaps, usage,
  /frameworks/rs/
rs.spec 56 AllocationCreateTyped {
rsHidlAdaptation.cpp 102 mEntryFuncs.AllocationCreateTyped = AllocationCreateTyped;
419 RsAllocation RsHidlAdaptation::AllocationCreateTyped (RsContext context, RsType type,
426 uint64_t allocation = GetIContextHandle(context)->allocationCreateTyped(_type,
    [all...]
rsHidlAdaptation.h 77 static RsAllocation AllocationCreateTyped(RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
rsApiStubs.cpp 335 return RS_DISPATCH(ctxWrapper, AllocationCreateTyped, vtype, mipmaps, usages, ptr);
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 102 .AllocationCreateTyped = (AllocationCreateTypedFnPtr)dlsym(
Context.h 43 Return<Allocation> allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t usage, Ptr ptr) override;
Context.cpp 86 Return<Allocation> Context::allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t usage, Ptr ptr) {
91 RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage, _ptr);
    [all...]
  /prebuilts/sdk/renderscript/lib/arm/
librsjni.so 
  /prebuilts/sdk/renderscript/lib/x86/
librsjni.so 
  /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 
  /test/vts/compilation_tools/vtsc/test/golden/FUZZER/
Context.fuzzer.cpp 77 } else if (target_func == "allocationCreateTyped") {
106 renderscript->allocationCreateTyped(arg0, arg1, arg2, arg3);
    [all...]
  /hardware/interfaces/renderscript/1.0/
IContext.hal 101 allocationCreateTyped(Type type, AllocationMipmapControl mips,
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 469 milliseconds