/hardware/interfaces/renderscript/1.0/vts/functional/ |
VtsMiscellaneousTests.cpp | 144 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite, 182 context->allocation2DWrite(allocationSend, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512, 198 * allocation2DWrite, allocation2DRead, allocationIoSend, 248 context->allocation2DWrite(allocationSend, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512, 256 context->allocation2DWrite(allocationSend, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 512, 512,
|
VtsCopyTests.cpp | 58 * into the Allocation using allocation2DWrite. Then the Allocation is copied 61 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite, 85 context->allocation2DWrite(allocation, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 128, 128, 337 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite, 362 context->allocation2DWrite(allocation, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 64, 64,
|
VtsScriptTests.cpp | 331 * Calls: elementCreate, typeCreate, allocationCreateTyped, allocation2DWrite, 357 context->allocation2DWrite(allocation1, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 256, 256, 372 context->allocation2DWrite(allocation2, 0, 0, 0, AllocationCubemapFace::POSITIVE_X, 256, 256,
|
/hardware/interfaces/renderscript/1.0/ |
IContext.hal | 261 allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Context.h | 53 Return<void> allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32_t h, const hidl_vec<uint8_t>& data, Size stride) override;
|
Context.cpp | 172 Return<void> Context::allocation2DWrite(Allocation allocation, uint32_t xoff, uint32_t yoff, uint32_t lod, AllocationCubemapFace face, uint32_t w, uint32_t h, const hidl_vec<uint8_t>& data, Size stride) { [all...] |
/frameworks/rs/ |
rsHidlAdaptation.cpp | 597 GetIContextHandle(context)->allocation2DWrite(_allocation, xoff, yoff, lod, (AllocationCubemapFace)face, w, h, _data, stride); [all...] |
/test/vts/compilation_tools/vtsc/test/golden/FUZZER/ |
Context.fuzzer.cpp | 345 } else if (target_func == "allocation2DWrite") { 409 renderscript->allocation2DWrite(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); [all...] |