Lines Matching defs:alloc

1240 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc)  in nAllocationSetupBufferQueue()
1277 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface()
1295 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoSend()
1304 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoReceive()
1313 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationGenerateMipmaps()
1363 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyFromBitmap()
1376 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyToBitmap()
1390 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D() local
1401 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationElementData()
1429 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D() local
1474 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D() local
1517 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead() local
1532 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D() local
1543 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationElementRead()
1570 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead2D() local
1587 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead3D() local
1608 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) in nAllocationResize1D()
1631 nAllocationAdapterOffset(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationAdapterOffset()
1780 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) in nScriptBindAllocation()
2403 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetInput()
2413 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetOutput()
2734 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetVertices() local
2754 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetIndices() local
2770 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationGetByteBuffer()