/hardware/interfaces/renderscript/1.0/vts/functional/ |
VtsCopyTests.cpp | 25 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation1DWrite, 36 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE); 61 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite, 72 Type type = context->typeCreate(element, 128, 128, 0, false, false, YuvFormat::YUV_NONE); 98 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation3DWrite, 109 Type type = context->typeCreate(element, 32, 32, 32, false, false, YuvFormat::YUV_NONE); 135 * Calls: elementCreate, typeCreate, allocationCreateFromBitmap, 146 Type type = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE); 175 * Calls: elementCreate, typeCreate, allocationCreateFromBitmap, 186 Type typeSrc = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE) [all...] |
VtsMiscellaneousTests.cpp | 44 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocationGetType 52 Type type = context->typeCreate(element, 1, 0, 0, false, false, YuvFormat::YUV_NONE); 71 * Calls: elementCreate, typeCreate, elementGetNativeMetadata, 80 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE); 107 * Calls: elementCreate, typeCreate, allocationCreateTyped, 116 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE); 144 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite, 154 Type type = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE); 195 * Calls: elementCreate, typeCreate, allocationCreateTyped, 207 Type type = context->typeCreate(element, 512, 512, 0, false, false, YuvFormat::YUV_NONE) [all...] |
VtsScriptTests.cpp | 41 * scriptSetVarF, scriptSetVarD, elementCreate, typeCreate, 83 Type type = context->typeCreate(element, 128, 0, 0, false, false, YuvFormat::YUV_NONE); 191 * Calls: scriptCCreate, elementCreate, typeCreate, allocationCreateTyped, 205 Type type = context->typeCreate(element, 64, 0, 0, false, false, YuvFormat::YUV_NONE); 237 * Calls: scriptCCreate, elementCreate, typeCreate, allocationCreateTyped, 251 Type type = context->typeCreate(element, 64, 0, 0, false, false, YuvFormat::YUV_NONE); 254 Type type2 = context->typeCreate(element, 1, 0, 0, false, false, YuvFormat::YUV_NONE); 287 * Calls: scriptCCreate, elementCreate, typeCreate, allocationCreateTyped, 302 Type type = context->typeCreate(element, 64, 0, 0, false, false, YuvFormat::YUV_NONE); 331 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite [all...] |
/hardware/interfaces/renderscript/1.0/ |
IContext.hal | 643 typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Context.h | 73 Return<Type> typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) override;
|
Context.cpp | 397 Return<Type> Context::typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, YuvFormat yuv) { 405 RsType _type = Device::getHal().TypeCreate(mContext, _element, _dimX, _dimY, _dimZ, _mipmaps, _faces, _yuv); [all...] |
/frameworks/rs/ |
rsHidlAdaptation.cpp | 166 mEntryFuncs.TypeCreate = TypeCreate; 408 RsType RsHidlAdaptation::TypeCreate (RsContext context, RsElement element, uint32_t dimX, 414 uint64_t type = GetIContextHandle(context)->typeCreate(_element, dimX, dimY, dimZ, mipmaps, faces, [all...] |
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/ |
Context.fuzzer.cpp | [all...] |