Home | History | Annotate | Download | only in driver

Lines Matching refs:renderscript

60 bool rsdAllocationInit(const android::renderscript::Context *rsc,
61 android::renderscript::Allocation *alloc,
63 void rsdAllocationDestroy(const android::renderscript::Context *rsc,
64 android::renderscript::Allocation *alloc);
66 void rsdAllocationResize(const android::renderscript::Context *rsc,
67 const android::renderscript::Allocation *alloc,
68 const android::renderscript::Type *newType, bool zeroNew);
69 void rsdAllocationSyncAll(const android::renderscript::Context *rsc,
70 const android::renderscript::Allocation *alloc,
72 void rsdAllocationMarkDirty(const android::renderscript::Context *rsc,
73 const android::renderscript::Allocation *alloc);
74 int32_t rsdAllocationInitSurfaceTexture(const android::renderscript::Context *rsc,
75 const android::renderscript::Allocation *alloc);
76 void rsdAllocationSetSurfaceTexture(const android::renderscript::Context *rsc,
77 android::renderscript::Allocation *alloc, ANativeWindow *nw);
78 void rsdAllocationIoSend(const android::renderscript::Context *rsc,
79 android::renderscript::Allocation *alloc);
80 void rsdAllocationIoReceive(const android::renderscript::Context *rsc,
81 android::renderscript::Allocation *alloc);
83 void rsdAllocationData1D(const android::renderscript::Context *rsc,
84 const android::renderscript::Allocation *alloc,
87 void rsdAllocationData2D(const android::renderscript::Context *rsc,
88 const android::renderscript::Allocation *alloc,
92 void rsdAllocationData3D(const android::renderscript::Context *rsc,
93 const android::renderscript::Allocation *alloc,
98 void rsdAllocationData1D_alloc(const android::renderscript::Context *rsc,
99 const android::renderscript::Allocation *dstAlloc,
101 const android::renderscript::Allocation *srcAlloc,
103 void rsdAllocationData2D_alloc(const android::renderscript::Context *rsc,
104 const android::renderscript::Allocation *dstAlloc,
107 const android::renderscript::Allocation *srcAlloc,
110 void rsdAllocationData3D_alloc(const android::renderscript::Context *rsc,
111 const android::renderscript::Allocation *dstAlloc,
115 const android::renderscript::Allocation *srcAlloc,
119 void rsdAllocationElementData1D(const android::renderscript::Context *rsc,
120 const android::renderscript::Allocation *alloc,
123 void rsdAllocationElementData2D(const android::renderscript::Context *rsc,
124 const android::renderscript::Allocation *alloc,