Lines Matching full:rsallocation
452 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
629 RsAllocation in_allocs[3];
630 in_allocs[0] = (RsAllocation)A;
631 in_allocs[1] = (RsAllocation)B;
632 in_allocs[2] = (RsAllocation)C;
662 RsAllocation in_allocs[3];
663 in_allocs[0] = (RsAllocation)A;
664 in_allocs[1] = (RsAllocation)B;
665 in_allocs[2] = (RsAllocation)C;
697 RsAllocation in_allocs[3];
698 in_allocs[0] = (RsAllocation)A;
699 in_allocs[1] = (RsAllocation)B;
700 in_allocs[2] = (RsAllocation)C;
732 RsAllocation in_allocs[3];
733 in_allocs[0] = (RsAllocation)A;
734 in_allocs[1] = (RsAllocation)B;
735 in_allocs[2] = (RsAllocation)C;
758 RsAllocation in_allocs[3];
759 in_allocs[0] = (RsAllocation)A;
760 in_allocs[1] = (RsAllocation)B;
761 in_allocs[2] = (RsAllocation)C;
1221 ALOGD("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", (RsContext)con, (RsAllocation)a,
1224 rsAllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits);
1232 (RsAllocation)alloc, numAlloc);
1234 rsAllocationSetupBufferQueue((RsContext)con, (RsAllocation)alloc, (uint32_t)numAlloc);
1242 (RsAllocation)alloc1, (RsAllocation)alloc2);
1245 rsAllocationShareBufferQueue((RsContext)con, (RsAllocation)alloc1, (RsAllocation)alloc2);
1252 ALOGD("nAllocationGetSurface, con(%p), a(%p)", (RsContext)con, (RsAllocation)a);
1256 (RsAllocation)a);
1269 (RsAllocation)alloc, (Surface *)sur);
1277 rsAllocationSetSurface((RsContext)con, (RsAllocation)alloc,
1285 ALOGD("nAllocationIoSend, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
1287 rsAllocationIoSend((RsContext)con, (RsAllocation)alloc);
1294 ALOGD("nAllocationIoReceive, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
1296 return (jlong) rsAllocationIoReceive((RsContext)con, (RsAllocation)alloc);
1303 ALOGD("nAllocationGenerateMipmaps, con(%p), a(%p)", (RsContext)con, (RsAllocation)alloc);
1305 rsAllocationGenerateMipmaps((RsContext)con, (RsAllocation)alloc);
1366 rsAllocation2DData((RsContext)con, (RsAllocation)alloc, 0, 0,
1380 rsAllocationCopyToBitmap((RsContext)con, (RsAllocation)alloc, ptr, bitmap.getSize());
1391 RsAllocation *alloc = (RsAllocation *)_alloc;
1394 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes,
1409 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1417 rsAllocationElementData((RsContext)con, (RsAllocation)alloc,
1430 RsAllocation *alloc = (RsAllocation *)_alloc;
1455 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
1456 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
1460 (RsAllocation)dstAlloc,
1464 (RsAllocation)srcAlloc,
1475 RsAllocation *alloc = (RsAllocation *)_alloc;
1478 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff,
1500 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip,
1501 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip);
1505 (RsAllocation)dstAlloc,
1508 (RsAllocation)srcAlloc,
1518 RsAllocation *alloc = (RsAllocation *)_alloc;
1520 ALOGD("nAllocationRead, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
1533 RsAllocation *alloc = (RsAllocation *)_alloc;
1551 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1559 rsAllocationElementRead((RsContext)con, (RsAllocation)alloc,
1571 RsAllocation *alloc = (RsAllocation *)_alloc;
1588 RsAllocation *alloc = (RsAllocation *)_alloc;
1591 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff,
1603 ALOGD("nAllocationGetType, con(%p), a(%p)", (RsContext)con, (RsAllocation)a);
1605 return (jlong)(uintptr_t) rsaAllocationGetType((RsContext)con, (RsAllocation)a);
1613 (RsAllocation)alloc, dimX);
1615 rsAllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX);
1624 (RsContext)con, (RsAllocation)basealloc, (RsElement)type);
1627 (RsAllocation)basealloc);
1642 (RsContext)con, (RsAllocation)alloc, x, y, z, face, lod, a1, a2, a3, a4);
1644 rsAllocationAdapterOffset((RsContext)con, (RsAllocation)alloc,
1778 (RsScript)script, (RsAllocation)alloc, slot);
1780 rsScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1994 RsAllocation *in_allocs = nullptr;
2010 if (sizeof(RsAllocation) == sizeof(jlong)) {
2011 in_allocs = (RsAllocation*)in_ptr;
2015 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation));
2023 in_allocs[index] = (RsAllocation)in_ptr[index];
2079 in_allocs, in_len, (RsAllocation)aout,
2122 RsAllocation *in_allocs = nullptr;
2123 if (sizeof(RsAllocation) == sizeof(jlong)) {
2124 in_allocs = (RsAllocation*)in_ptr;
2128 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation));
2137 in_allocs[index] = (RsAllocation)in_ptr[index];
2180 in_allocs, in_len, (RsAllocation)aout,
2403 rsScriptGroupSetInput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)alloc);
2413 rsScriptGroupSetOutput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)alloc);
2449 (RsProgramVertex)vpv, slot, (RsAllocation)a);
2451 rsProgramBindConstants((RsContext)con, (RsProgram)vpv, slot, (RsAllocation)a);
2459 (RsProgramFragment)vpf, slot, (RsAllocation)a);
2461 rsProgramBindTexture((RsContext)con, (RsProgramFragment)vpf, slot, (RsAllocation)a);
2639 RsAllocation* vtxPtr;
2643 RsAllocation* idxPtr;
2663 vtxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * vtxLen);
2665 vtxPtr[i] = (RsAllocation)(uintptr_t)jVtxPtr[i];
2668 idxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * idxLen);
2670 idxPtr[i] = (RsAllocation)(uintptr_t)jIdxPtr[i];
2674 (RsAllocation *)vtxPtr, vtxLen,
2675 (RsAllocation *)idxPtr, idxLen,
2724 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation));
2742 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation));
2768 ALOGD("nAllocationGetByteBuffer, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
2780 ptr = rsAllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0,