Lines Matching defs:alloc
1241 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) in nAllocationSetupBufferQueue()
1278 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface()
1296 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoSend()
1305 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoReceive()
1314 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationGenerateMipmaps()
1365 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyFromBitmap()
1379 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyToBitmap()
1395 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D() local
1406 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationElementData()
1434 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D() local
1479 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D() local
1522 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead() local
1537 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D() local
1548 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationElementRead()
1575 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead2D() local
1592 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead3D() local
1613 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) in nAllocationResize1D()
1636 nAllocationAdapterOffset(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationAdapterOffset()
1785 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) in nScriptBindAllocation()
2408 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetInput()
2418 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetOutput()
2739 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetVertices() local
2759 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetIndices() local
2775 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationGetByteBuffer()