Home | History | Annotate | Download | only in jni

Lines Matching full:rsallocation

413       (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue,
575 RsAllocation in_allocs[3];
576 in_allocs[0] = (RsAllocation)A;
577 in_allocs[1] = (RsAllocation)B;
578 in_allocs[2] = (RsAllocation)C;
608 RsAllocation in_allocs[3];
609 in_allocs[0] = (RsAllocation)A;
610 in_allocs[1] = (RsAllocation)B;
611 in_allocs[2] = (RsAllocation)C;
643 RsAllocation in_allocs[3];
644 in_allocs[0] = (RsAllocation)A;
645 in_allocs[1] = (RsAllocation)B;
646 in_allocs[2] = (RsAllocation)C;
678 RsAllocation in_allocs[3];
679 in_allocs[0] = (RsAllocation)A;
680 in_allocs[1] = (RsAllocation)B;
681 in_allocs[2] = (RsAllocation)C;
704 RsAllocation in_allocs[3];
705 in_allocs[0] = (RsAllocation)A;
706 in_allocs[1] = (RsAllocation)B;
707 in_allocs[2] = (RsAllocation)C;
1142 ALOGD("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", (RsContext)con, (RsAllocation)a,
1145 rsAllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits);
1152 ALOGD("nAllocationGetSurface, con(%p), a(%p)", (RsContext)con, (RsAllocation)a);
1156 (RsAllocation)a);
1169 (RsAllocation)alloc, (Surface *)sur);
1177 rsAllocationSetSurface((RsContext)con, (RsAllocation)alloc,
1185 ALOGD("nAllocationIoSend, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
1187 rsAllocationIoSend((RsContext)con, (RsAllocation)alloc);
1194 ALOGD("nAllocationIoReceive, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
1196 rsAllocationIoReceive((RsContext)con, (RsAllocation)alloc);
1204 ALOGD("nAllocationGenerateMipmaps, con(%p), a(%p)", (RsContext)con, (RsAllocation)alloc);
1206 rsAllocationGenerateMipmaps((RsContext)con, (RsAllocation)alloc);
1267 rsAllocation2DData((RsContext)con, (RsAllocation)alloc, 0, 0,
1281 rsAllocationCopyToBitmap((RsContext)con, (RsAllocation)alloc, ptr, bitmap.getSize());
1292 RsAllocation *alloc = (RsAllocation *)_alloc;
1295 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes,
1310 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1314 rsAllocationElementData((RsContext)con, (RsAllocation)alloc,
1327 RsAllocation *alloc = (RsAllocation *)_alloc;
1352 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace,
1353 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
1357 (RsAllocation)dstAlloc,
1361 (RsAllocation)srcAlloc,
1372 RsAllocation *alloc = (RsAllocation *)_alloc;
1375 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff,
1397 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip,
1398 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip);
1402 (RsAllocation)dstAlloc,
1405 (RsAllocation)srcAlloc,
1415 RsAllocation *alloc = (RsAllocation *)_alloc;
1417 ALOGD("nAllocationRead, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc);
1430 RsAllocation *alloc = (RsAllocation *)_alloc;
1448 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len,
1452 rsAllocationElementRead((RsContext)con, (RsAllocation)alloc,
1464 RsAllocation *alloc = (RsAllocation *)_alloc;
1481 RsAllocation *alloc = (RsAllocation *)_alloc;
1484 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff,
1496 ALOGD("nAllocationGetType, con(%p), a(%p)", (RsContext)con, (RsAllocation)a);
1498 return (jlong)(uintptr_t) rsaAllocationGetType((RsContext)con, (RsAllocation)a);
1506 (RsAllocation)alloc, dimX);
1508 rsAllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX);
1517 (RsContext)con, (RsAllocation)basealloc, (RsElement)type);
1520 (RsAllocation)basealloc);
1535 (RsContext)con, (RsAllocation)alloc, x, y, z, face, lod, a1, a2, a3, a4);
1537 rsAllocationAdapterOffset((RsContext)con, (RsAllocation)alloc,
1671 (RsScript)script, (RsAllocation)alloc, slot);
1673 rsScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1863 RsAllocation *in_allocs = nullptr;
1875 if (sizeof(RsAllocation) == sizeof(jlong)) {
1876 in_allocs = (RsAllocation*)in_ptr;
1881 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation));
1889 in_allocs[index] = (RsAllocation)in_ptr[index];
1935 in_allocs, in_len, (RsAllocation)aout,
2114 rsScriptGroupSetInput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)alloc);
2124 rsScriptGroupSetOutput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)alloc);
2160 (RsProgramVertex)vpv, slot, (RsAllocation)a);
2162 rsProgramBindConstants((RsContext)con, (RsProgram)vpv, slot, (RsAllocation)a);
2170 (RsProgramFragment)vpf, slot, (RsAllocation)a);
2172 rsProgramBindTexture((RsContext)con, (RsProgramFragment)vpf, slot, (RsAllocation)a);
2342 RsAllocation* vtxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * vtxLen);
2344 vtxPtr[i] = (RsAllocation)(uintptr_t)jVtxPtr[i];
2349 RsAllocation* idxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * idxLen);
2351 idxPtr[i] = (RsAllocation)(uintptr_t)jIdxPtr[i];
2358 (RsAllocation *)vtxPtr, vtxLen,
2359 (RsAllocation *)idxPtr, idxLen,
2399 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation));
2417 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation));