Searched refs:alloc (Results 1 - 25 of 73) sorted by relevance

123

/frameworks/support/v8/renderscript/jni/
H A Dandroid_rscompat_usage_io_driver.cpp15 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
16 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
28 alloc->mHal.drvState.lod[0].mallocPtr = dst;
29 alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
35 Allocation *alloc = (Allocation *)allocR; local
36 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
49 r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX,
50 alloc->mHal.drvState.lod[0].dimY,
57 IoGetBuffer(rsc, alloc, n
71 rscAllocationDestroy(const Context *rsc, Allocation *alloc) argument
96 rscAllocationIoSend(const Context *rsc, Allocation *alloc) argument
[all...]
H A Dandroid_rscompat_usage_io.cpp9 extern "C" void AllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur, dispatchTable dispatchTab) argument
11 LOG_API("nAllocationSetSurface, con(%p), alloc(%p), surface(%p)",
12 con, alloc, sur);
18 dispatchTab.AllocationSetSurface(con, alloc, s);
/frameworks/rs/driver/
H A DrsdAllocation.cpp91 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc, argument
94 uint8_t *ptr = (uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
95 ptr += face * alloc->mHal.drvState.faceOffset;
96 ptr += zoff * alloc->mHal.drvState.lod[lod].dimY * alloc->mHal.drvState.lod[lod].stride;
97 ptr += yoff * alloc->mHal.drvState.lod[lod].stride;
98 ptr += xoff * alloc->mHal.state.elementSizeBytes;
103 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr, argument
107 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
113 if (alloc
122 Upload2DTexture(const Context *rsc, const Allocation *alloc, bool isFirstUpload) argument
164 UploadToTexture(const Context *rsc, const Allocation *alloc) argument
202 AllocateRenderTarget(const Context *rsc, const Allocation *alloc) argument
227 UploadToBufferObject(const Context *rsc, const Allocation *alloc) argument
305 AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, const Type *type, uint8_t *ptr, size_t requiredAlignment) argument
361 AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, const Type *type, uint8_t *ptr) argument
378 rsdAllocationInitStrided(const Context *rsc, Allocation *alloc, bool forceZero, size_t requiredAlignment) argument
502 rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) argument
506 rsdAllocationAdapterOffset(const Context *rsc, const Allocation *alloc) argument
529 rsdAllocationAdapterInit(const Context *rsc, Allocation *alloc) argument
542 rsdAllocationDestroy(const Context *rsc, Allocation *alloc) argument
601 rsdAllocationResize(const Context *rsc, const Allocation *alloc, const Type *newType, bool zeroNew) argument
629 rsdAllocationSyncFromFBO(const Context *rsc, const Allocation *alloc) argument
663 rsdAllocationSyncAll(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src) argument
708 rsdAllocationMarkDirty(const Context *rsc, const Allocation *alloc) argument
714 IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) argument
739 rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) argument
829 rsdAllocationIoSend(const Context *rsc, Allocation *alloc) argument
857 rsdAllocationIoReceive(const Context *rsc, Allocation *alloc) argument
870 rsdAllocationData1D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t lod, size_t count, const void *data, size_t sizeBytes) argument
890 rsdAllocationData2D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) argument
952 rsdAllocationData3D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, const void *data, size_t sizeBytes, size_t stride) argument
991 rsdAllocationRead1D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t lod, size_t count, void *data, size_t sizeBytes) argument
1003 rsdAllocationRead2D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) argument
1032 rsdAllocationRead3D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, void *data, size_t sizeBytes, size_t stride) argument
1062 rsdAllocationLock1D(const android::renderscript::Context *rsc, const android::renderscript::Allocation *alloc) argument
1067 rsdAllocationUnlock1D(const android::renderscript::Context *rsc, const android::renderscript::Allocation *alloc) argument
1154 rsdAllocationElementData(const Context *rsc, const Allocation *alloc, uint32_t x, uint32_t y, uint32_t z, const void *data, uint32_t cIdx, size_t sizeBytes) argument
1173 rsdAllocationElementRead(const Context *rsc, const Allocation *alloc, uint32_t x, uint32_t y, uint32_t z, void *data, uint32_t cIdx, size_t sizeBytes) argument
1186 mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
1204 mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
1222 mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
1240 rsdAllocationGenerateMipmaps(const Context *rsc, const Allocation *alloc) argument
1262 rsdAllocationGrallocBits(const android::renderscript::Context *rsc, android::renderscript::Allocation *alloc) argument
1268 rsdAllocationUpdateCachedObject(const Context *rsc, const Allocation *alloc, rs_allocation *obj) argument
[all...]
H A DrsdSampler.cpp45 const Sampler *alloc,
48 obj->p = alloc;
51 if (alloc != nullptr) {
52 obj->v1 = alloc->mHal.drv;
44 rsdSamplerUpdateCachedObject(const Context *rsc, const Sampler *alloc, rs_sampler *obj) argument
H A DrsdAllocation.h83 android::renderscript::Allocation *alloc);
85 android::renderscript::Allocation *alloc,
89 android::renderscript::Allocation *alloc,
93 android::renderscript::Allocation *alloc);
95 android::renderscript::Allocation *alloc);
98 const android::renderscript::Allocation *alloc,
101 const android::renderscript::Allocation *alloc,
104 const android::renderscript::Allocation *alloc);
106 android::renderscript::Allocation *alloc, ANativeWindow *nw);
108 android::renderscript::Allocation *alloc);
[all...]
H A DrsdMeshObj.cpp136 const Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[ct]; local
137 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
139 rsdAllocationSyncAll(rsc, alloc, RS_ALLOCATION_USAGE_SCRIPT);
146 Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[allocIndex]; local
147 DrvAllocation *drvAlloc = (DrvAllocation *)alloc->mHal.drv;
154 mAttribs[ct].ptr = (const uint8_t*)alloc->mHal.drvState.lod[0].mallocPtr;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc_copyPadded.java93 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
94 alloc.setAutoPadding(true);
95 alloc.copyFrom(inArray);
96 alloc.copyTo(outArray);
125 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
126 alloc.setAutoPadding(true);
127 alloc.copyFrom(inArray);
128 alloc.copyTo(outArray);
158 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
159 alloc
[all...]
H A DUT_apitest.java46 Allocation alloc = Allocation.createTyped(pRS, type);
51 s.set_allocNonNull(alloc);
55 s.bind_allocPtr(alloc);
H A DUT_alloc_copy.java68 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
71 alloc.copy1DRangeFrom(offset, count, inArray);
72 alloc.copy1DRangeTo(offset, count, outArray);
110 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
113 alloc.copy1DRangeFrom(offset, count, inArray);
114 alloc.copy1DRangeTo(offset, count, outArray);
152 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
155 alloc.copy1DRangeFrom(offset, count, inArray);
156 alloc.copy1DRangeTo(offset, count, outArray);
194 Allocation alloc
[all...]
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc_copyPadded.java93 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
94 alloc.setAutoPadding(true);
95 alloc.copyFrom(inArray);
96 alloc.copyTo(outArray);
125 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
126 alloc.setAutoPadding(true);
127 alloc.copyFrom(inArray);
128 alloc.copyTo(outArray);
158 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
159 alloc
[all...]
H A DUT_apitest.java46 Allocation alloc = Allocation.createTyped(pRS, type);
51 s.set_allocNonNull(alloc);
55 s.bind_allocPtr(alloc);
H A DUT_alloc_copy.java68 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
71 alloc.copy1DRangeFrom(offset, count, inArray);
72 alloc.copy1DRangeTo(offset, count, outArray);
110 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
113 alloc.copy1DRangeFrom(offset, count, inArray);
114 alloc.copy1DRangeTo(offset, count, outArray);
152 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create());
155 alloc.copy1DRangeFrom(offset, count, inArray);
156 alloc.copy1DRangeTo(offset, count, outArray);
194 Allocation alloc
[all...]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_fp16.java28 private Allocation alloc; field in class:UT_fp16
48 alloc = Allocation.createTyped(RS, typeBuilder.create());
53 s.set_gAlloc(alloc);
60 s.forEach_set_kernel_half(alloc);
66 s.forEach_verify_kernel_half(alloc);
73 s.forEach_set_kernel_half2(alloc);
79 s.forEach_verify_kernel_half2(alloc);
86 s.forEach_set_kernel_half3(alloc);
92 s.forEach_verify_kernel_half3(alloc);
99 s.forEach_set_kernel_half4(alloc);
[all...]
/frameworks/rs/driver/runtime/
H A Drs_allocation.c7 Allocation_t *alloc = (Allocation_t *)a.p; local
8 return alloc->mHal.drvState.lod[0].dimX;
13 Allocation_t *alloc = (Allocation_t *)a.p; local
14 return alloc->mHal.drvState.lod[0].dimY;
19 Allocation_t *alloc = (Allocation_t *)a.p; local
20 return alloc->mHal.drvState.lod[0].dimZ;
25 Allocation_t *alloc = (Allocation_t *)a.p; local
26 return alloc->mHal.state.hasMipmaps;
31 Allocation_t *alloc = (Allocation_t *)a.p; local
32 return alloc
38 Allocation_t *alloc = (Allocation_t *)a.p; local
109 Allocation_t *alloc = (Allocation_t *)a.p; local
124 Allocation_t *alloc = (Allocation_t *)a.p; local
255 Allocation_t *alloc = (Allocation_t *)a.p; local
263 Allocation_t *alloc = (Allocation_t *)a.p; local
272 Allocation_t *alloc = (Allocation_t *)a.p; local
281 Allocation_t *alloc = (Allocation_t *)a.p; local
289 Allocation_t *alloc = (Allocation_t *)a.p; local
298 Allocation_t *alloc = (Allocation_t *)a.p; local
381 Allocation_t *alloc = (Allocation_t *)a.p; local
395 Allocation_t *alloc = (Allocation_t *)a.p; local
[all...]
H A Drs_sample.c268 getBilinearSample1D(const Allocation_t *alloc, float2 weights, argument
272 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
318 getBilinearSample2D(const Allocation_t *alloc, float w0, float w1, float w2, float w3, argument
322 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
323 size_t stride = alloc->mHal.drvState.lod[lod].stride;
348 getNearestSample(const Allocation_t *alloc, uint32_t iPixel, rs_data_kind dk, argument
351 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
385 getNearestSample(const Allocation_t *alloc, uint2 iPixel, rs_data_kind dk, argument
388 const uint8_t *p = (const uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
389 size_t stride = alloc
421 sample_LOD_LinearPixel(const Allocation_t *alloc, rs_data_kind dk, rs_data_type dt, rs_sampler_value wrapS, float uv, uint32_t lod) argument
453 sample_LOD_NearestPixel(const Allocation_t *alloc, rs_data_kind dk, rs_data_type dt, rs_sampler_value wrapS, float uv, uint32_t lod) argument
466 sample_LOD_LinearPixel(const Allocation_t *alloc, rs_data_kind dk, rs_data_type dt, rs_sampler_value wrapS, rs_sampler_value wrapT, float2 uv, uint32_t lod) argument
514 sample_LOD_NearestPixel(const Allocation_t *alloc, rs_data_kind dk, rs_data_type dt, rs_sampler_value wrapS, rs_sampler_value wrapT, float2 uv, uint32_t lod) argument
536 const Allocation_t *alloc = (const Allocation_t *)a.p; local
588 const Allocation_t *alloc = (const Allocation_t *)a.p; local
635 const Allocation_t *alloc = (const Allocation_t *)a.p; local
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicYuvToRGB.cpp47 ObjectBaseRef<Allocation> alloc; member in class:android::renderscript::RsdCpuScriptIntrinsicYuvToRGB
60 alloc.set(static_cast<Allocation *>(data));
108 if (!cp->alloc.get()) {
112 const uchar *pinY = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr;
118 size_t strideY = cp->alloc->mHal.drvState.lod[0].stride;
121 if (cp->alloc->mHal.drvState.lod[0].dimY == 0) {
130 size_t cstep = cp->alloc->mHal.drvState.yuv.step;
132 const uchar *pinU = (const uchar *)cp->alloc->mHal.drvState.lod[1].mallocPtr;
133 const size_t strideU = cp->alloc->mHal.drvState.lod[1].stride;
136 const uchar *pinV = (const uchar *)cp->alloc
[all...]
/frameworks/rs/
H A Drs_hal.h218 bool (*init)(const Context *rsc, Allocation *alloc, bool forceZero);
219 bool (*initOem)(const Context *rsc, Allocation *alloc, bool forceZero, void *usrPtr);
220 bool (*initAdapter)(const Context *rsc, Allocation *alloc);
221 void (*destroy)(const Context *rsc, Allocation *alloc);
222 uint32_t (*grallocBits)(const Context *rsc, Allocation *alloc);
224 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
226 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
227 void (*markDirty)(const Context *rsc, const Allocation *alloc);
229 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur);
230 void (*ioSend)(const Context *rsc, Allocation *alloc);
[all...]
H A DrsAllocation.cpp43 Allocation::Allocation(Context *rsc, const Allocation *alloc, const Type *type) argument
47 mHal.state.baseAlloc = alloc;
48 mHal.state.usageFlags = alloc->mHal.state.usageFlags;
94 rsc->setError(RS_ERROR_FATAL_DRIVER, "Allocation::Allocation, alloc failure");
107 Allocation * Allocation::createAdapter(Context *rsc, const Allocation *alloc, const Type *type) { argument
116 Allocation *a = new (allocMem) Allocation(rsc, alloc, type);
119 rsc->setError(RS_ERROR_FATAL_DRIVER, "Allocation::Allocation, alloc failure");
483 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT); local
489 uint32_t packedSize = alloc->getPackedSize();
494 ObjectBase::checkDelete(alloc);
640 shareBufferQueue(const Context *rsc, const Allocation *alloc) argument
712 Allocation *alloc = static_cast<Allocation *>(va); local
782 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps, (void*)ptr); local
794 Allocation * alloc = Allocation::createAllocationStrided(rsc, static_cast<Type *>(vtype), usages, mipmaps, local
896 Allocation *alloc = static_cast<Allocation *>(valloc); local
901 Allocation *alloc = static_cast<Allocation *>(valloc); local
913 Allocation *alloc = static_cast<Allocation *>(valloc); local
918 Allocation *alloc = static_cast<Allocation *>(valloc); local
923 Allocation *alloc = static_cast<Allocation *>(valloc); local
931 Allocation *alloc = static_cast<Allocation *>(valloc); local
967 Allocation * alloc = Allocation::createAdapter(rsc, local
[all...]
H A DrsProgram.cpp152 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) { argument
153 if (alloc != nullptr) {
155 ALOGE("Attempt to bind alloc at slot %u, on shader id %" PRIuPTR ", but const count is %u",
160 if (alloc->getType() != mConstantTypes[slot].get()) {
161 ALOGE("Attempt to bind alloc at slot %u, on shader id %" PRIuPTR ", but types mismatch",
167 if (mConstants[slot].get() == alloc) {
173 mConstants[slot].set(alloc);
174 mHal.state.constants[slot] = alloc;
175 if (alloc) {
176 alloc
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListCanvas.cpp86 addDrawOp(new (alloc()) DrawFunctorOp(functor));
109 addStateOp(new (alloc()) SaveOp((int) flags));
136 addStateOp(new (alloc()) SaveLayerOp(left, top, right, bottom, paint, (int) flags));
153 addStateOp(new (alloc()) RotateOp(degrees));
160 addStateOp(new (alloc()) ScaleOp(sx, sy));
165 addStateOp(new (alloc()) SkewOp(sx, sy));
170 addStateOp(new (alloc()) SetMatrixOp(matrix));
175 addStateOp(new (alloc()) ConcatMatrixOp(matrix));
197 addStateOp(new (alloc()) ClipRectOp(left, top, right, bottom, op));
203 addStateOp(new (alloc()) ClipPathO
[all...]
H A DRecordingCanvas.cpp96 addOp(alloc().create_trivial<EndLayerOp>());
98 addOp(alloc().create_trivial<EndUnclippedLayerOp>());
180 addOp(alloc().create_trivial<BeginLayerOp>(
188 addOp(alloc().create_trivial<BeginUnclippedLayerOp>(
247 addOp(alloc().create_trivial<ColorOp>(
273 addOp(alloc().create_trivial<PointsOp>(
284 addOp(alloc().create_trivial<LinesOp>(
292 addOp(alloc().create_trivial<RectOp>(
325 addOp(alloc().create_trivial<SimpleRectsOp>(
360 addOp(alloc()
[all...]
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java49 int[] alloc = new int[FakeApp.PAGE_SIZE/4];
50 mAllocs.add(alloc);
53 alloc[j] = VAL;
/frameworks/base/libs/hwui/tests/unit/
H A DLinearAllocatorTests.cpp33 la.alloc<char>(64);
53 la.alloc<char>(100);
58 la.alloc<char>(100);
72 auto addr = la.alloc<char>(100);
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java474 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); argument
475 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { argument
477 rsnAllocationCopyToBitmap(mContext, alloc, bmp);
480 native void rsnAllocationSyncAll(long con, long alloc, int src); argument
481 synchronized void nAllocationSyncAll(long alloc, int src) { argument
483 rsnAllocationSyncAll(mContext, alloc, src);
486 native ByteBuffer rsnAllocationGetByteBuffer(long con, long alloc, long[] stride, int xBytesSize, int dimY, int dimZ); argument
487 synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, long[] stride, int xBytesSize, int dimY, int dimZ) { argument
489 return rsnAllocationGetByteBuffer(mContext, alloc, stride, xBytesSize, dimY, dimZ);
492 native void rsnAllocationSetupBufferQueue(long con, long alloc, in argument
493 nAllocationSetupBufferQueue(long alloc, int numAlloc) argument
502 rsnAllocationGetSurface(long con, long alloc) argument
503 nAllocationGetSurface(long alloc) argument
507 rsnAllocationSetSurface(long con, long alloc, Surface sur) argument
508 nAllocationSetSurface(long alloc, Surface sur) argument
512 rsnAllocationIoSend(long con, long alloc) argument
513 nAllocationIoSend(long alloc) argument
517 rsnAllocationIoReceive(long con, long alloc) argument
518 nAllocationIoReceive(long alloc) argument
523 rsnAllocationGenerateMipmaps(long con, long alloc) argument
524 nAllocationGenerateMipmaps(long alloc) argument
528 rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp) argument
529 nAllocationCopyFromBitmap(long alloc, Bitmap bmp) argument
730 rsnScriptBindAllocation(long con, long script, long alloc, int slot) argument
731 nScriptBindAllocation(long script, long alloc, int slot) argument
871 rsnScriptGroupSetInput(long con, long group, long kernel, long alloc) argument
872 nScriptGroupSetInput(long group, long kernel, long alloc) argument
877 rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc) argument
878 nScriptGroupSetOutput(long group, long kernel, long alloc) argument
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java409 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); argument
410 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) { argument
412 rsnAllocationCopyToBitmap(mContext, alloc, bmp);
416 native void rsnAllocationSyncAll(long con, long alloc, int src); argument
417 synchronized void nAllocationSyncAll(long alloc, int src) { argument
419 rsnAllocationSyncAll(mContext, alloc, src);
422 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); argument
423 synchronized void nAllocationSetSurface(long alloc, Surface sur) { argument
425 rsnAllocationSetSurface(mContext, alloc, sur);
428 native void rsnAllocationIoSend(long con, long alloc); argument
429 nAllocationIoSend(long alloc) argument
433 rsnAllocationIoReceive(long con, long alloc) argument
434 nAllocationIoReceive(long alloc) argument
438 rsnAllocationGetByteBuffer(long con, long alloc, int xBytesSize, int dimY, int dimZ) argument
439 nAllocationGetByteBuffer(long alloc, int xBytesSize, int dimY, int dimZ) argument
443 rsnAllocationGetStride(long con, long alloc) argument
444 nAllocationGetStride(long alloc) argument
449 rsnAllocationGenerateMipmaps(long con, long alloc) argument
450 nAllocationGenerateMipmaps(long alloc) argument
454 rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp) argument
455 nAllocationCopyFromBitmap(long alloc, Bitmap bmp) argument
611 rsnScriptBindAllocation(long con, long script, long alloc, int slot, boolean mUseInc) argument
612 nScriptBindAllocation(long script, long alloc, int slot, boolean mUseInc) argument
830 rsnScriptGroupSetInput(long con, long group, long kernel, long alloc) argument
831 nScriptGroupSetInput(long group, long kernel, long alloc) argument
836 rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc) argument
837 nScriptGroupSetOutput(long group, long kernel, long alloc) argument
1027 rsnIncAllocationCreateTyped(long con, long incCon, long alloc, long type, int xBytesSize) argument
1028 nIncAllocationCreateTyped(long alloc, long type, int xBytesSize) argument
[all...]

Completed in 4213 milliseconds

123