Lines Matching defs:con
125 nContextFinish(JNIEnv *_env, jobject _this, RsContext con) in nContextFinish()
132 nAssignName(JNIEnv *_env, jobject _this, RsContext con, jint obj, jbyteArray str) in nAssignName()
142 nGetName(JNIEnv *_env, jobject _this, RsContext con, jint obj) in nGetName()
154 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj) in nObjDestroy()
215 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p) in nContextSetPriority()
224 nContextSetSurface(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd) in nContextSetSurface()
239 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) in nContextDestroy()
246 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits) in nContextDump()
253 nContextPause(JNIEnv *_env, jobject _this, RsContext con) in nContextPause()
260 nContextResume(JNIEnv *_env, jobject _this, RsContext con) in nContextResume()
268 nContextGetErrorMessage(JNIEnv *_env, jobject _this, RsContext con) in nContextGetErrorMessage()
286 nContextGetUserMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray data) in nContextGetUserMessage()
305 nContextPeekMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray auxData) in nContextPeekMessage()
319 static void nContextInitToClient(JNIEnv *_env, jobject _this, RsContext con) in nContextInitToClient()
325 static void nContextDeinitToClient(JNIEnv *_env, jobject _this, RsContext con) in nContextDeinitToClient()
332 nContextSendMessage(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray data) in nContextSendMessage()
350 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jin… in nElementCreate()
357 nElementCreate2(JNIEnv *_env, jobject _this, RsContext con, in nElementCreate2()
382 nElementGetNativeData(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _elementData) in nElementGetNativeData()
400 nElementGetSubElements(JNIEnv *_env, jobject _this, RsContext con, jint id, in nElementGetSubElements()
428 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, in nTypeCreate()
439 nTypeGetNativeData(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _typeData) in nTypeGetNativeData()
459 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage… in nAllocationCreateTyped()
466 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits) in nAllocationSyncAll()
473 nAllocationGetSurface(JNIEnv *_env, jobject _this, RsContext con, jint a) in nAllocationGetSurface()
486 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur) in nAllocationSetSurface()
500 nAllocationIoSend(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) in nAllocationIoSend()
507 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) in nAllocationIoReceive()
515 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, RsContext con, jint alloc) in nAllocationGenerateMipmaps()
522 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobjec… in nAllocationCreateFromBitmap()
538 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, RsContext con, jint type, jint… in nAllocationCreateBitmapBackedAllocation()
554 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jo… in nAllocationCubeCreateFromBitmap()
570 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) in nAllocationCopyFromBitmap()
587 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) in nAllocationCopyToBitmap()
608 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_i()
618 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_s()
628 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_b()
638 nAllocationData1D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_f()
649 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint … in nAllocationElementData1D()
659 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_s()
670 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_b()
681 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_i()
692 nAllocationData2D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_f()
703 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, RsContext con, in nAllocationData2D_alloc()
727 nAllocationData3D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData3D_s()
738 nAllocationData3D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData3D_b()
749 nAllocationData3D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData3D_i()
760 nAllocationData3D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData3D_f()
771 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, RsContext con, in nAllocationData3D_alloc()
793 nAllocationRead_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jintArray data) in nAllocationRead_i()
804 nAllocationRead_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jshortArray data) in nAllocationRead_s()
815 nAllocationRead_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jbyteArray data) in nAllocationRead_b()
826 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data) in nAllocationRead_f()
837 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) in nAllocationGetType()
844 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) in nAllocationResize1D()
853 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, RsContext con, jint native_asset) in nFileA3DCreateFromAssetStream()
864 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, RsContext con, jobject _assetMgr, jstring _pat… in nFileA3DCreateFromAsset()
882 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, RsContext con, jstring fileName) in nFileA3DCreateFromFile()
891 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D) in nFileA3DGetNumIndexEntries()
899 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D, jint numEntries, … in nFileA3DGetIndexEntries()
915 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D, jint index) in nFileA3DGetEntryByIndex()
925 nFontCreateFromFile(JNIEnv *_env, jobject _this, RsContext con, in nFontCreateFromFile()
937 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, RsContext con, in nFontCreateFromAssetStream()
951 nFontCreateFromAsset(JNIEnv *_env, jobject _this, RsContext con, jobject _assetMgr, jstring _path, in nFontCreateFromAsset()
976 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slo… in nScriptBindAllocation()
983 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) in nScriptSetVarI()
990 nScriptGetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarI()
999 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) in nScriptSetVarObj()
1006 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) in nScriptSetVarJ()
1013 nScriptGetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarJ()
1022 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val) in nScriptSetVarF()
1029 nScriptGetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarF()
1038 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) in nScriptSetVarD()
1045 nScriptGetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarD()
1054 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) in nScriptSetVarV()
1064 nScriptGetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) in nScriptGetVarV()
1074 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data… in nScriptSetVarVE()
1089 nScriptSetTimeZone(JNIEnv *_env, jobject _this, RsContext con, jint script, jbyteArray timeZone) in nScriptSetTimeZone()
1105 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) in nScriptInvoke()
1112 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) in nScriptInvokeV()
1122 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con, in nScriptForEach()
1129 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con, in nScriptForEachV()
1140 nScriptForEachClipped(JNIEnv *_env, jobject _this, RsContext con, in nScriptForEachClipped()
1160 nScriptForEachClippedV(JNIEnv *_env, jobject _this, RsContext con, in nScriptForEachClippedV()
1185 nScriptCCreate(JNIEnv *_env, jobject _this, RsContext con, in nScriptCCreate()
1234 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, RsContext con, jint id, jint eid) in nScriptIntrinsicCreate()
1241 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot, jint sig) in nScriptKernelIDCreate()
1248 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot) in nScriptFieldIDCreate()
1255 nScriptGroupCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _kernels, jintArray _src, in nScriptGroupCreate()
1287 nScriptGroupSetInput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) in nScriptGroupSetInput()
1295 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) in nScriptGroupSetOutput()
1303 nScriptGroupExecute(JNIEnv *_env, jobject _this, RsContext con, jint gid) in nScriptGroupExecute()
1312 nProgramStoreCreate(JNIEnv *_env, jobject _this, RsContext con, in nProgramStoreCreate()
1327 nProgramBindConstants(JNIEnv *_env, jobject _this, RsContext con, jint vpv, jint slot, jint a) in nProgramBindConstants()
1334 nProgramBindTexture(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a) in nProgramBindTexture()
1341 nProgramBindSampler(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a) in nProgramBindSampler()
1350 nProgramFragmentCreate(JNIEnv *_env, jobject _this, RsContext con, jstring shader, in nProgramFragmentCreate()
1376 nProgramVertexCreate(JNIEnv *_env, jobject _this, RsContext con, jstring shader, in nProgramVertexCreate()
1401 nProgramRasterCreate(JNIEnv *_env, jobject _this, RsContext con, jboolean pointSprite, jint cull) in nProgramRasterCreate()
1411 nContextBindRootScript(JNIEnv *_env, jobject _this, RsContext con, jint script) in nContextBindRootScript()
1418 nContextBindProgramStore(JNIEnv *_env, jobject _this, RsContext con, jint pfs) in nContextBindProgramStore()
1425 nContextBindProgramFragment(JNIEnv *_env, jobject _this, RsContext con, jint pf) in nContextBindProgramFragment()
1432 nContextBindProgramVertex(JNIEnv *_env, jobject _this, RsContext con, jint pf) in nContextBindProgramVertex()
1439 nContextBindProgramRaster(JNIEnv *_env, jobject _this, RsContext con, jint pf) in nContextBindProgramRaster()
1449 nSamplerCreate(JNIEnv *_env, jobject _this, RsContext con, jint magFilter, jint minFilter, in nSamplerCreate()
1466 nPathCreate(JNIEnv *_env, jobject _this, RsContext con, jint prim, jboolean isStatic, jint _vtx, ji… in nPathCreate()
1476 nMeshCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _vtx, jintArray _idx, jintArray _… in nMeshCreate()
1499 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, RsContext con, jint mesh) in nMeshGetVertexBufferCount()
1508 nMeshGetIndexCount(JNIEnv *_env, jobject _this, RsContext con, jint mesh) in nMeshGetIndexCount()
1517 nMeshGetVertices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _ids, int numVtxI… in nMeshGetVertices()
1532 nMeshGetIndices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _idxIds, jintArray… in nMeshGetIndices()