• Home
  • Raw
  • Download

Lines Matching refs:RsContext

126 nContextFinish(JNIEnv *_env, jobject _this, RsContext con)  in nContextFinish()
133 nAssignName(JNIEnv *_env, jobject _this, RsContext con, jint obj, jbyteArray str) in nAssignName()
143 nGetName(JNIEnv *_env, jobject _this, RsContext con, jint obj) in nGetName()
155 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj) in nObjDestroy()
216 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p) in nContextSetPriority()
225 nContextSetSurface(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd) in nContextSetSurface()
240 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) in nContextDestroy()
247 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits) in nContextDump()
249 LOG_API("nContextDump, con(%p) bits(%i)", (RsContext)con, bits); in nContextDump()
250 rsContextDump((RsContext)con, bits); in nContextDump()
254 nContextPause(JNIEnv *_env, jobject _this, RsContext con) in nContextPause()
261 nContextResume(JNIEnv *_env, jobject _this, RsContext con) in nContextResume()
269 nContextGetErrorMessage(JNIEnv *_env, jobject _this, RsContext con) in nContextGetErrorMessage()
287 nContextGetUserMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray data) in nContextGetUserMessage()
306 nContextPeekMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray auxData) in nContextPeekMessage()
320 static void nContextInitToClient(JNIEnv *_env, jobject _this, RsContext con) in nContextInitToClient()
326 static void nContextDeinitToClient(JNIEnv *_env, jobject _this, RsContext con) in nContextDeinitToClient()
333 nContextSendMessage(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray data) in nContextSendMessage()
351 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jin… in nElementCreate()
358 nElementCreate2(JNIEnv *_env, jobject _this, RsContext con, in nElementCreate2()
383 nElementGetNativeData(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _elementData) in nElementGetNativeData()
401 nElementGetSubElements(JNIEnv *_env, jobject _this, RsContext con, jint id, in nElementGetSubElements()
429 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, in nTypeCreate()
440 nTypeGetNativeData(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _typeData) in nTypeGetNativeData()
460 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage… in nAllocationCreateTyped()
467 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits) in nAllocationSyncAll()
474 nAllocationGetSurface(JNIEnv *_env, jobject _this, RsContext con, jint a) in nAllocationGetSurface()
487 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur) in nAllocationSetSurface()
501 nAllocationIoSend(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) in nAllocationIoSend()
508 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) in nAllocationIoReceive()
516 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, RsContext con, jint alloc) in nAllocationGenerateMipmaps()
523 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobjec… in nAllocationCreateFromBitmap()
539 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, RsContext con, jint type, jint… in nAllocationCreateBitmapBackedAllocation()
555 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jo… in nAllocationCubeCreateFromBitmap()
571 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) in nAllocationCopyFromBitmap()
588 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) in nAllocationCopyToBitmap()
609 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_i()
619 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_s()
629 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_b()
639 nAllocationData1D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, … in nAllocationData1D_f()
650 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint … in nAllocationElementData1D()
660 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_s()
671 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_b()
682 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_i()
693 nAllocationData2D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData2D_f()
704 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, RsContext con, in nAllocationData2D_alloc()
728 nAllocationData3D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData3D_s()
739 nAllocationData3D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData3D_b()
750 nAllocationData3D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData3D_i()
761 nAllocationData3D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, j… in nAllocationData3D_f()
772 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, RsContext con, in nAllocationData3D_alloc()
794 nAllocationRead_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jintArray data) in nAllocationRead_i()
805 nAllocationRead_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jshortArray data) in nAllocationRead_s()
816 nAllocationRead_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jbyteArray data) in nAllocationRead_b()
827 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data) in nAllocationRead_f()
838 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) in nAllocationGetType()
845 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) in nAllocationResize1D()
854 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, RsContext con, jint native_asset) in nFileA3DCreateFromAssetStream()
865 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, RsContext con, jobject _assetMgr, jstring _pat… in nFileA3DCreateFromAsset()
883 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, RsContext con, jstring fileName) in nFileA3DCreateFromFile()
892 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D) in nFileA3DGetNumIndexEntries()
900 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D, jint numEntries, … in nFileA3DGetIndexEntries()
916 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D, jint index) in nFileA3DGetEntryByIndex()
926 nFontCreateFromFile(JNIEnv *_env, jobject _this, RsContext con, in nFontCreateFromFile()
938 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, RsContext con, in nFontCreateFromAssetStream()
952 nFontCreateFromAsset(JNIEnv *_env, jobject _this, RsContext con, jobject _assetMgr, jstring _path, in nFontCreateFromAsset()
977 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slo… in nScriptBindAllocation()
984 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) in nScriptSetVarI()
991 nScriptGetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarI()
1000 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) in nScriptSetVarObj()
1007 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) in nScriptSetVarJ()
1014 nScriptGetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarJ()
1023 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val) in nScriptSetVarF()
1030 nScriptGetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarF()
1039 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) in nScriptSetVarD()
1046 nScriptGetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot) in nScriptGetVarD()
1055 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) in nScriptSetVarV()
1065 nScriptGetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) in nScriptGetVarV()
1075 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data… in nScriptSetVarVE()
1090 nScriptSetTimeZone(JNIEnv *_env, jobject _this, RsContext con, jint script, jbyteArray timeZone) in nScriptSetTimeZone()
1106 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) in nScriptInvoke()
1113 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) in nScriptInvokeV()
1123 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con, in nScriptForEach()
1130 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con, in nScriptForEachV()
1141 nScriptForEachClipped(JNIEnv *_env, jobject _this, RsContext con, in nScriptForEachClipped()
1161 nScriptForEachClippedV(JNIEnv *_env, jobject _this, RsContext con, in nScriptForEachClippedV()
1186 nScriptCCreate(JNIEnv *_env, jobject _this, RsContext con, in nScriptCCreate()
1235 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, RsContext con, jint id, jint eid) in nScriptIntrinsicCreate()
1242 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot, jint sig) in nScriptKernelIDCreate()
1249 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot) in nScriptFieldIDCreate()
1256 nScriptGroupCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _kernels, jintArray _src, in nScriptGroupCreate()
1288 nScriptGroupSetInput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) in nScriptGroupSetInput()
1296 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) in nScriptGroupSetOutput()
1304 nScriptGroupExecute(JNIEnv *_env, jobject _this, RsContext con, jint gid) in nScriptGroupExecute()
1313 nProgramStoreCreate(JNIEnv *_env, jobject _this, RsContext con, in nProgramStoreCreate()
1328 nProgramBindConstants(JNIEnv *_env, jobject _this, RsContext con, jint vpv, jint slot, jint a) in nProgramBindConstants()
1335 nProgramBindTexture(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a) in nProgramBindTexture()
1342 nProgramBindSampler(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a) in nProgramBindSampler()
1351 nProgramFragmentCreate(JNIEnv *_env, jobject _this, RsContext con, jstring shader, in nProgramFragmentCreate()
1377 nProgramVertexCreate(JNIEnv *_env, jobject _this, RsContext con, jstring shader, in nProgramVertexCreate()
1402 nProgramRasterCreate(JNIEnv *_env, jobject _this, RsContext con, jboolean pointSprite, jint cull) in nProgramRasterCreate()
1412 nContextBindRootScript(JNIEnv *_env, jobject _this, RsContext con, jint script) in nContextBindRootScript()
1419 nContextBindProgramStore(JNIEnv *_env, jobject _this, RsContext con, jint pfs) in nContextBindProgramStore()
1426 nContextBindProgramFragment(JNIEnv *_env, jobject _this, RsContext con, jint pf) in nContextBindProgramFragment()
1433 nContextBindProgramVertex(JNIEnv *_env, jobject _this, RsContext con, jint pf) in nContextBindProgramVertex()
1440 nContextBindProgramRaster(JNIEnv *_env, jobject _this, RsContext con, jint pf) in nContextBindProgramRaster()
1450 nSamplerCreate(JNIEnv *_env, jobject _this, RsContext con, jint magFilter, jint minFilter, in nSamplerCreate()
1467 nPathCreate(JNIEnv *_env, jobject _this, RsContext con, jint prim, jboolean isStatic, jint _vtx, ji… in nPathCreate()
1477 nMeshCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _vtx, jintArray _idx, jintArray _… in nMeshCreate()
1500 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, RsContext con, jint mesh) in nMeshGetVertexBufferCount()
1509 nMeshGetIndexCount(JNIEnv *_env, jobject _this, RsContext con, jint mesh) in nMeshGetIndexCount()
1518 nMeshGetVertices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _ids, int numVtxI… in nMeshGetVertices()
1533 nMeshGetIndices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _idxIds, jintArray… in nMeshGetIndices()