Home | History | Annotate | Download | only in jni

Lines Matching refs:RsAllocation

464       (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
641 RsAllocation in_allocs[3];
642 in_allocs[0] = (RsAllocation)A;
643 in_allocs[1] = (RsAllocation)B;
644 in_allocs[2] = (RsAllocation)C;
674 RsAllocation in_allocs[3];
675 in_allocs[0] = (RsAllocation
676 in_allocs[1] = (RsAllocation)B;
677 in_allocs[2] = (RsAllocation)C;
709 RsAllocation in_allocs[3];
710 in_allocs[0] = (RsAllocation)A;
711 in_allocs[1] = (RsAllocation)B;
712 in_allocs[2] = (RsAllocation)C;
744 RsAllocation in_allocs[3];
745 in_allocs[0] = (RsAllocation)A;
746 in_allocs[1] = (RsAllocation)B;
747 in_allocs[2] = (RsAllocation)C;
770 RsAllocation in_allocs[3];
771 in_allocs[0] = (RsAllocation)A;
772 in_allocs[1] = (RsAllocation)B;
773 in_allocs[2] = (RsAllocation)C;
1233 ALOGD("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", (RsContext)con, (RsAllocation)a,
1236 rsAllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits);
1244 (RsAllocation)alloc, numAlloc);
1246 rsAllocationSetupBufferQueue((RsContext)con, (RsAllocation)alloc, (uint32_t)numAlloc);
1254 (RsAllocation)alloc1, (RsAllocation)alloc2);
1257 rsAllocationShareBufferQueue((RsContext)con, (RsAllocation)alloc1, (RsAllocation)alloc2);
1264 ALOGD("nAllocationGetSurface, con(%p), a(%p)", (RsContext)con, (RsAllocation)a);
1267 ANativeWindow *anw = (ANativeWindow *)rsAllocationGetSurface((RsContext)con, (RsAllocation)a);
1281 (RsAllocation)alloc, (Surface *)sur);
1291 rsAllocationSetSurface((RsContext)con, (RsAllocation)alloc, anw);
1298 ALOGD("nAllocationIoSend, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
1300 rsAllocationIoSend((RsContext)con, (RsAllocation)alloc);
1307 ALOGD("nAllocationIoReceive, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
1309 return (jlong) rsAllocationIoReceive((RsContext)con, (RsAllocation)alloc);
1316 ALOGD("nAllocationGenerateMipmaps, con(%p), a(%p)", (RsContext)con, (RsAllocation)alloc);
1318 rsAllocationGenerateMipmaps((RsContext)con, (RsAllocation)alloc);
1372 rsAllocation2DData((RsContext)con, (RsAllocation)alloc, 0, 0,
1384 rsAllocationCopyToBitmap((RsContext)con, (RsAllocation)alloc, ptr, bitmap.getSize());
1394 RsAllocation *alloc = (RsAllocation *)_alloc;
1397 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes,
1412 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1420 rsAllocationElementData((RsContext)con, (RsAllocation)alloc,
1433 RsAllocation *alloc = (RsAllocation *)_alloc;
1458 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
1459 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
1463 (RsAllocation)dstAlloc,
1467 (RsAllocation)srcAlloc,
1478 RsAllocation *alloc = (RsAllocation *)_alloc;
1481 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff,
1503 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip,
1504 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip);
1508 (RsAllocation)dstAlloc,
1511 (RsAllocation)srcAlloc,
1521 RsAllocation *alloc = (RsAllocation *)_alloc;
1523 ALOGD("nAllocationRead, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
1536 RsAllocation *alloc = (RsAllocation *)_alloc;
1554 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1562 rsAllocationElementRead((RsContext)con, (RsAllocation)alloc,
1574 RsAllocation *alloc = (RsAllocation *)_alloc;
1591 RsAllocation *alloc = (RsAllocation *)_alloc;
1594 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff,
1606 ALOGD("nAllocationGetType, con(%p), a(%p)", (RsContext)con, (RsAllocation)a);
1608 return (jlong)(uintptr_t) rsaAllocationGetType((RsContext)con, (RsAllocation)a);
1616 (RsAllocation)alloc, dimX);
1618 rsAllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX);
1627 (RsContext)con, (RsAllocation)basealloc, (RsElement)type);
1630 (RsAllocation)basealloc);
1645 (RsContext)con, (RsAllocation)alloc, x, y, z, face, lod, a1, a2, a3, a4);
1647 rsAllocationAdapterOffset((RsContext)con, (RsAllocation)alloc,
1781 (RsScript)script, (RsAllocation)alloc, slot);
1783 rsScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1997 RsAllocation *in_allocs = nullptr;
2013 if (sizeof(RsAllocation) == sizeof(jlong)) {
2014 in_allocs = (RsAllocation*)in_ptr;
2018 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation));
2026 in_allocs[index] = (RsAllocation)in_ptr[index];
2082 in_allocs, in_len, (RsAllocation)aout,
2125 RsAllocation *in_allocs = nullptr;
2126 if (sizeof(RsAllocation) == sizeof(jlong)) {
2127 in_allocs = (RsAllocation*)in_ptr;
2131 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation));
2140 in_allocs[index] = (RsAllocation)in_ptr[index];
2183 in_allocs, in_len, (RsAllocation)aout,
2406 rsScriptGroupSetInput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)alloc);
2416 rsScriptGroupSetOutput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)alloc);
2452 (RsProgramVertex)vpv, slot, (RsAllocation)a);
2454 rsProgramBindConstants((RsContext)con, (RsProgram)vpv, slot, (RsAllocation)a);
2462 (RsProgramFragment)vpf, slot, (RsAllocation)a);
2464 rsProgramBindTexture((RsContext)con, (RsProgramFragment)vpf, slot, (RsAllocation)a);
2642 RsAllocation* vtxPtr;
2646 RsAllocation* idxPtr;
2666 vtxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * vtxLen);
2668 vtxPtr[i] = (RsAllocation)(uintptr_t)jVtxPtr[i];
2671 idxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * idxLen);
2673 idxPtr[i] = (RsAllocation)(uintptr_t)jIdxPtr[i];
2677 (RsAllocation *)vtxPtr, vtxLen,
2678 (RsAllocation *)idxPtr, idxLen,
2727 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation));
2745 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation));
2771 ALOGD("nAllocationGetByteBuffer, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
2783 ptr = rsAllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0,