Searched refs:PER_ARRAY_TYPE (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 52 #define PER_ARRAY_TYPE(flag, fnc, readonly, ...) { \ macro 1396 PER_ARRAY_TYPE(nullptr, rsAllocation1DData, true, in nAllocationData1D() 1436 PER_ARRAY_TYPE(nullptr, rsAllocation2DData, true, in nAllocationData2D() 1481 PER_ARRAY_TYPE(nullptr, rsAllocation3DData, true, in nAllocationData3D() 1522 PER_ARRAY_TYPE(0, rsAllocationRead, false, in nAllocationRead() 1537 PER_ARRAY_TYPE(0, rsAllocation1DRead, false, in nAllocationRead1D() 1577 PER_ARRAY_TYPE(0, rsAllocation2DRead, false, in nAllocationRead2D() 1594 PER_ARRAY_TYPE(nullptr, rsAllocation3DRead, false, in nAllocationRead3D()
|