Lines Matching defs:alloc

1228 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc)  in nAllocationSetupBufferQueue()
1265 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) in nAllocationSetSurface()
1282 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoSend()
1291 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoReceive()
1300 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationGenerateMipmaps()
1357 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyFromBitmap()
1373 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) in nAllocationCopyToBitmap()
1391 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D() local
1402 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationElementData()
1430 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D() local
1475 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D() local
1518 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead() local
1533 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D() local
1544 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationElementRead()
1571 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead2D() local
1588 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead3D() local
1609 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) in nAllocationResize1D()
1632 nAllocationAdapterOffset(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationAdapterOffset()
1774 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) in nScriptBindAllocation()
2397 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetInput()
2407 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetOutput()
2728 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetVertices() local
2748 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetIndices() local
2764 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, in nAllocationGetByteBuffer()