Lines Matching refs:renderscript

59     } lod[android::renderscript::Allocation::MAX_LOD];
71 bool rsdAllocationInit(const android::renderscript::Context *rsc,
72 android::renderscript::Allocation *alloc,
74 void rsdAllocationDestroy(const android::renderscript::Context *rsc,
75 android::renderscript::Allocation *alloc);
77 void rsdAllocationResize(const android::renderscript::Context *rsc,
78 const android::renderscript::Allocation *alloc,
79 const android::renderscript::Type *newType, bool zeroNew);
80 void rsdAllocationSyncAll(const android::renderscript::Context *rsc,
81 const android::renderscript::Allocation *alloc,
83 void rsdAllocationMarkDirty(const android::renderscript::Context *rsc,
84 const android::renderscript::Allocation *alloc);
85 int32_t rsdAllocationInitSurfaceTexture(const android::renderscript::Context *rsc,
86 const android::renderscript::Allocation *alloc);
87 void rsdAllocationSetSurfaceTexture(const android::renderscript::Context *rsc,
88 android::renderscript::Allocation *alloc, ANativeWindow *nw);
89 void rsdAllocationIoSend(const android::renderscript::Context *rsc,
90 android::renderscript::Allocation *alloc);
91 void rsdAllocationIoReceive(const android::renderscript::Context *rsc,
92 android::renderscript::Allocation *alloc);
94 void rsdAllocationData1D(const android::renderscript::Context *rsc,
95 const android::renderscript::Allocation *alloc,
98 void rsdAllocationData2D(const android::renderscript::Context *rsc,
99 const android::renderscript::Allocation *alloc,
103 void rsdAllocationData3D(const android::renderscript::Context *rsc,
104 const android::renderscript::Allocation *alloc,
109 void rsdAllocationRead1D(const android::renderscript::Context *rsc,
110 const android::renderscript::Allocation *alloc,
113 void rsdAllocationRead2D(const android::renderscript::Context *rsc,
114 const android::renderscript::Allocation *alloc,
118 void rsdAllocationRead3D(const android::renderscript::Context *rsc,
119 const android::renderscript::Allocation *alloc,
124 void * rsdAllocationLock1D(const android::renderscript::Context *rsc,
125 const android::renderscript::Allocation *alloc);
126 void rsdAllocationUnlock1D(const android::renderscript::Context *rsc,
127 const android::renderscript::Allocation *alloc);
130 void rsdAllocationData1D_alloc(const android::renderscript::Context *rsc,
131 const android::renderscript::Allocation *dstAlloc,
133 const android::renderscript::Allocation *srcAlloc,
135 void rsdAllocationData2D_alloc(const android::renderscript::Context *rsc,
136 const android::renderscript::Allocation *dstAlloc,
139 const android::renderscript::Allocation *srcAlloc,
142 void rsdAllocationData3D_alloc(const android::renderscript::Context *rsc,
143 const android::renderscript::Allocation *dstAlloc,
147 const android::renderscript::Allocation *srcAlloc,
151 void rsdAllocationElementData1D(const android::renderscript::Context *rsc,
152 const android::renderscript::Allocation *alloc,
155 void rsdAllocationElementData2D(const android::renderscript::Context *rsc,
156 const android::renderscript::Allocation *alloc,
160 void rsdAllocationGenerateMipmaps(const android::renderscript::Context *rsc,
161 const android::renderscript::Allocation *alloc);