Home | History | Annotate | Download | only in jni

Lines Matching refs:RsAllocation

443       (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
605 RsAllocation in_allocs[3];
606 in_allocs[0] = (RsAllocation)A;
607 in_allocs[1] = (RsAllocation)B;
608 in_allocs[2] = (RsAllocation)C;
645 RsAllocation in_allocs[3];
646 in_allocs[0] = (RsAllocation)A;
647 in_allocs[1] = (RsAllocation)B;
648 in_allocs[2] = (RsAllocation)C;
687 RsAllocation in_allocs[3];
688 in_allocs[0] = (RsAllocation)A;
689 in_allocs[1] = (RsAllocation)B;
690 in_allocs[2] = (RsAllocation)C;
730 RsAllocation in_allocs[3];
731 in_allocs[0] = (RsAllocation)A;
732 in_allocs[1] = (RsAllocation)B;
733 in_allocs[2] = (RsAllocation)C;
764 RsAllocation in_allocs[3];
765 in_allocs[0] = (RsAllocation)A;
766 in_allocs[1] = (RsAllocation)B;
767 in_allocs[2] = (RsAllocation)C;
1039 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", (RsContext)con, (RsAllocation)a, bits);
1040 dispatchTab.AllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits);
1046 ioDispatch.sAllocationSetSurface(_env, _this, (RsContext)con, (RsAllocation)alloc, sur, dispatchTab);
1052 dispatchTab.AllocationIoSend((RsContext)con, (RsAllocation)alloc);
1058 LOG_API("nAllocationGenerateMipmaps, con(%p), a(%p)", (RsContext)con, (RsAllocation)alloc);
1059 dispatchTab.AllocationGenerateMipmaps((RsContext)con, (RsAllocation)alloc);
1145 dispatchTab.Allocation2DData((RsContext)con, (RsAllocation)alloc, 0, 0, 0,
1163 dispatchTab.AllocationCopyToBitmap((RsContext)con, (RsAllocation)alloc, pixels,
1176 RsAllocation *alloc = (RsAllocation *)_alloc;
1178 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes,
1190 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, compIdx,
1194 dispatchTab.Allocation1DElementData((RsContext)con, (RsAllocation)alloc, xoff,
1207 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1210 dispatchTab.AllocationElementData((RsContext)con, (RsAllocation)alloc,
1223 RsAllocation *alloc = (RsAllocation *)_alloc;
1243 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
1244 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
1247 (RsAllocation)dstAlloc,
1251 (RsAllocation)srcAlloc,
1262 RsAllocation *alloc = (RsAllocation *)_alloc;
1264 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff,
1282 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
1283 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
1286 (RsAllocation)dstAlloc,
1289 (RsAllocation)srcAlloc,
1298 RsAllocation *alloc = (RsAllocation *)_alloc;
1299 LOG_API("nAllocationRead, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
1311 RsAllocation *alloc = (RsAllocation *)_alloc;
1327 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1330 dispatchTab.AllocationElementRead((RsContext)con, (RsAllocation)alloc,
1343 RsAllocation *alloc = (RsAllocation *)_alloc;
1359 RsAllocation *alloc = (RsAllocation *)_alloc;
1361 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff,
1372 LOG_API("nAllocationGetType, con(%p), a(%p)", (RsContext)con, (RsAllocation)a);
1373 return (jlong)(uintptr_t) dispatchTab.AllocationGetType((RsContext)con, (RsAllocation)a);
1380 (RsAllocation)alloc, dimX);
1381 dispatchTab.AllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX);
1390 (RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1392 dispatchTabInc.ScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1394 dispatchTab.ScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1546 (RsAllocation)ain, (RsAllocation)aout,
1550 (RsAllocation)ain, (RsAllocation)aout,
1565 (RsAllocation)ain, (RsAllocation)aout,
1569 (RsAllocation)ain, (RsAllocation)aout,
1601 (RsAllocation)ain, (RsAllocation)aout,
1605 (RsAllocation)ain, (RsAllocation)aout,
1638 (RsAllocation)ain, (RsAllocation)aout,
1642 (RsAllocation)ain, (RsAllocation)aout,
1658 RsAllocation *in_allocs = nullptr;
1670 if (sizeof(RsAllocation) == sizeof(jlong)) {
1671 in_allocs = (RsAllocation*)in_ptr;
1676 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation));
1684 in_allocs[index] = (RsAllocation)in_ptr[index];
1732 in_allocs, in_len, (RsAllocation)aout,
1775 RsAllocation *in_allocs = nullptr;
1776 if (sizeof(RsAllocation) == sizeof(jlong)) {
1777 in_allocs = (RsAllocation*)in_ptr;
1781 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation));
1790 in_allocs[index] = (RsAllocation)in_ptr[index];
1838 in_allocs, in_len, (RsAllocation)aout,
2056 (RsAllocation)alloc);
2065 (RsAllocation)alloc);
2209 RsAllocation ainI = NULL;
2211 pIn = dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0,
2241 LOG_API("nAllocationGetByteBuffer, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
2245 ptr = dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0,
2267 LOG_API("nAllocationGetStride, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
2270 dispatchTab.AllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0,