Lines Matching refs:alloc

1240 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc)  in nAllocationSetupBufferQueue()  argument
1244 (RsAllocation)alloc, numAlloc); in nAllocationSetupBufferQueue()
1246 rsAllocationSetupBufferQueue((RsContext)con, (RsAllocation)alloc, (uint32_t)numAlloc); in nAllocationSetupBufferQueue()
1277 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface() argument
1281 (RsAllocation)alloc, (Surface *)sur); in nAllocationSetSurface()
1291 rsAllocationSetSurface((RsContext)con, (RsAllocation)alloc, anw); in nAllocationSetSurface()
1295 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoSend() argument
1298 ALOGD("nAllocationIoSend, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc); in nAllocationIoSend()
1300 rsAllocationIoSend((RsContext)con, (RsAllocation)alloc); in nAllocationIoSend()
1304 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoReceive() argument
1307 ALOGD("nAllocationIoReceive, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc); in nAllocationIoReceive()
1309 return (jlong) rsAllocationIoReceive((RsContext)con, (RsAllocation)alloc); in nAllocationIoReceive()
1313 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationGenerateMipmaps() argument
1316 ALOGD("nAllocationGenerateMipmaps, con(%p), a(%p)", (RsContext)con, (RsAllocation)alloc); in nAllocationGenerateMipmaps()
1318 rsAllocationGenerateMipmaps((RsContext)con, (RsAllocation)alloc); in nAllocationGenerateMipmaps()
1363 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyFromBitmap() argument
1370 rsAllocation2DData((RsContext)con, (RsAllocation)alloc, 0, 0, in nAllocationCopyFromBitmap()
1376 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyToBitmap() argument
1380 rsAllocationCopyToBitmap((RsContext)con, (RsAllocation)alloc, ptr, computeByteSize(bitmap)); in nAllocationCopyToBitmap()
1390 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D() local
1393 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes, in nAllocationData1D()
1397 (RsContext)con, alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D()
1401 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationElementData() argument
1408 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len, in nAllocationElementData()
1416 rsAllocationElementData((RsContext)con, (RsAllocation)alloc, in nAllocationElementData()
1429 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D() local
1433 "type(%i)", (RsContext)con, alloc, xoff, yoff, w, h, sizeBytes, dataType); in nAllocationData2D()
1437 (RsContext)con, alloc, xoff, yoff, lod, face, w, h, ptr, sizeBytes, 0); in nAllocationData2D()
1474 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D() local
1477 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, in nAllocationData3D()
1482 (RsContext)con, alloc, xoff, yoff, zoff, lod, w, h, d, ptr, sizeBytes, 0); in nAllocationData3D()
1517 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead() local
1519 ALOGD("nAllocationRead, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc); in nAllocationRead()
1523 (RsContext)con, alloc, ptr, len * typeBytes); in nAllocationRead()
1532 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D() local
1535 "dataType(%i)", (RsContext)con, alloc, offset, count, sizeBytes, dataType); in nAllocationRead1D()
1538 (RsContext)con, alloc, offset, lod, count, ptr, sizeBytes); in nAllocationRead1D()
1543 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationElementRead() argument
1550 "sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, compIdx, len, in nAllocationElementRead()
1558 rsAllocationElementRead((RsContext)con, (RsAllocation)alloc, in nAllocationElementRead()
1570 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead2D() local
1574 "type(%i)", (RsContext)con, alloc, xoff, yoff, w, h, sizeBytes, dataType); in nAllocationRead2D()
1578 (RsContext)con, alloc, xoff, yoff, lod, face, w, h, ptr, sizeBytes, 0); in nAllocationRead2D()
1587 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead3D() local
1590 " h(%i), d(%i), sizeBytes(%i)", (RsContext)con, (RsAllocation)alloc, xoff, yoff, zoff, in nAllocationRead3D()
1595 (RsContext)con, alloc, xoff, yoff, zoff, lod, w, h, d, ptr, sizeBytes, 0); in nAllocationRead3D()
1608 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) in nAllocationResize1D() argument
1612 (RsAllocation)alloc, dimX); in nAllocationResize1D()
1614 rsAllocationResize1D((RsContext)con, (RsAllocation)alloc, dimX); in nAllocationResize1D()
1631 nAllocationAdapterOffset(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationAdapterOffset() argument
1641 (RsContext)con, (RsAllocation)alloc, x, y, z, face, lod, a1, a2, a3, a4); in nAllocationAdapterOffset()
1643 rsAllocationAdapterOffset((RsContext)con, (RsAllocation)alloc, in nAllocationAdapterOffset()
1780 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) in nScriptBindAllocation() argument
1784 (RsScript)script, (RsAllocation)alloc, slot); in nScriptBindAllocation()
1786 rsScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot); in nScriptBindAllocation()
2403 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetInput() argument
2407 (void *)gid, (void *)kid, (void *)alloc); in nScriptGroupSetInput()
2409 …criptGroupSetInput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)alloc); in nScriptGroupSetInput()
2413 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetOutput() argument
2417 (void *)gid, (void *)kid, (void *)alloc); in nScriptGroupSetOutput()
2419 …riptGroupSetOutput((RsContext)con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)alloc); in nScriptGroupSetOutput()
2734 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetVertices() local
2735 _env->SetLongArrayRegion(_ids, i, 1, &alloc); in nMeshGetVertices()
2754 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetIndices() local
2756 _env->SetLongArrayRegion(_idxIds, i, 1, &alloc); in nMeshGetIndices()
2770 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationGetByteBuffer() argument
2774 ALOGD("nAllocationGetByteBuffer, con(%p), alloc(%p)", (RsContext)con, (RsAllocation)alloc); in nAllocationGetByteBuffer()
2785 if (alloc != 0) { in nAllocationGetByteBuffer()
2786 ptr = rsAllocationGetPointer((RsContext)con, (RsAllocation)alloc, 0, in nAllocationGetByteBuffer()