/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...] |
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...] |
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...] |
/hardware/interfaces/renderscript/1.0/ |
IContext.hal | 101 allocationCreateTyped(Type type, AllocationMipmapControl mips, [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
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...] |
/frameworks/rs/ |
rsHidlAdaptation.cpp | 102 mEntryFuncs.AllocationCreateTyped = AllocationCreateTyped; 419 RsAllocation RsHidlAdaptation::AllocationCreateTyped (RsContext context, RsType type, 426 uint64_t allocation = GetIContextHandle(context)->allocationCreateTyped(_type, [all...] |
/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...] |