Lines Matching refs:RsContext

126 nContextFinish(JNIEnv *_env, jobject _this, RsContext con)
133 nAssignName(JNIEnv *_env, jobject _this, RsContext con, jint obj, jbyteArray str)
143 nGetName(JNIEnv *_env, jobject _this, RsContext con, jint obj)
155 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj)
216 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p)
225 nContextSetSurface(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd)
240 nContextSetSurfaceTexture(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject sur)
257 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con)
264 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits)
266 LOG_API("nContextDump, con(%p) bits(%i)", (RsContext)con, bits);
267 rsContextDump((RsContext)con, bits);
271 nContextPause(JNIEnv *_env, jobject _this, RsContext con)
278 nContextResume(JNIEnv *_env, jobject _this, RsContext con)
286 nContextGetErrorMessage(JNIEnv *_env, jobject _this, RsContext con)
304 nContextGetUserMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray data)
323 nContextPeekMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray auxData)
337 static void nContextInitToClient(JNIEnv *_env, jobject _this, RsContext con)
343 static void nContextDeinitToClient(JNIEnv *_env, jobject _this, RsContext con)
351 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size)
358 nElementCreate2(JNIEnv *_env, jobject _this, RsContext con,
383 nElementGetNativeData(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _elementData)
401 nElementGetSubElements(JNIEnv *_env, jobject _this, RsContext con, jint id,
429 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid,
440 nTypeGetNativeData(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _typeData)
460 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer)
467 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits)
474 nAllocationGetSurfaceTextureID(JNIEnv *_env, jobject _this, RsContext con, jint a)
481 nAllocationGetSurfaceTextureID2(JNIEnv *_env, jobject _this, RsContext con, jint a, jobject jst)
490 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur)
504 nAllocationIoSend(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc)
511 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc)
519 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, RsContext con, jint alloc)
526 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage)
542 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage)
558 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap)
575 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap)
596 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes)
606 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes)
616 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes)
626 nAllocationData1D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jfloatArray data, int sizeBytes)
637 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes)
647 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face,
658 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face,
669 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face,
680 nAllocationData2D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face,
691 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, RsContext con,
715 nAllocationRead_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jintArray data)
726 nAllocationRead_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jshortArray data)
737 nAllocationRead_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jbyteArray data)
748 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data)
759 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a)
766 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX)
773 nAllocationResize2D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX, jint dimY)
782 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, RsContext con, jint native_asset)
793 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, RsContext con, jobject _assetMgr, jstring _path)
811 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, RsContext con, jstring fileName)
820 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D)
828 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries)
844 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, RsContext con, jint fileA3D, jint index)
854 nFontCreateFromFile(JNIEnv *_env, jobject _this, RsContext con,
866 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, RsContext con,
880 nFontCreateFromAsset(JNIEnv *_env, jobject _this, RsContext con, jobject _assetMgr, jstring _path,
905 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot)
912 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val)
919 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val)
926 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val)
933 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val)
940 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val)
947 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data)
957 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data, jint elem, jintArray dims)
972 nScriptSetTimeZone(JNIEnv *_env, jobject _this, RsContext con, jint script, jbyteArray timeZone)
988 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot)
995 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data)
1005 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con,
1012 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con,
1026 nScriptCCreate(JNIEnv *_env, jobject _this, RsContext con,
1075 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, RsContext con, jint id, jint eid)
1082 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot, jint sig)
1089 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot)
1096 nScriptGroupCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _kernels, jintArray _src,
1128 nScriptGroupSetInput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc)
1136 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc)
1144 nScriptGroupExecute(JNIEnv *_env, jobject _this, RsContext con, jint gid)
1153 nProgramStoreCreate(JNIEnv *_env, jobject _this, RsContext con,
1168 nProgramBindConstants(JNIEnv *_env, jobject _this, RsContext con, jint vpv, jint slot, jint a)
1175 nProgramBindTexture(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a)
1182 nProgramBindSampler(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a)
1191 nProgramFragmentCreate(JNIEnv *_env, jobject _this, RsContext con, jstring shader,
1217 nProgramVertexCreate(JNIEnv *_env, jobject _this, RsContext con, jstring shader,
1242 nProgramRasterCreate(JNIEnv *_env, jobject _this, RsContext con, jboolean pointSprite, jint cull)
1252 nContextBindRootScript(JNIEnv *_env, jobject _this, RsContext con, jint script)
1259 nContextBindProgramStore(JNIEnv *_env, jobject _this, RsContext con, jint pfs)
1266 nContextBindProgramFragment(JNIEnv *_env, jobject _this, RsContext con, jint pf)
1273 nContextBindProgramVertex(JNIEnv *_env, jobject _this, RsContext con, jint pf)
1280 nContextBindProgramRaster(JNIEnv *_env, jobject _this, RsContext con, jint pf)
1290 nSamplerCreate(JNIEnv *_env, jobject _this, RsContext con, jint magFilter, jint minFilter,
1307 nPathCreate(JNIEnv *_env, jobject _this, RsContext con, jint prim, jboolean isStatic, jint _vtx, jint _loop, jfloat q) {
1317 nMeshCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _vtx, jintArray _idx, jintArray _prim)
1340 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, RsContext con, jint mesh)
1349 nMeshGetIndexCount(JNIEnv *_env, jobject _this, RsContext con, jint mesh)
1358 nMeshGetVertices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _ids, int numVtxIDs)
1373 nMeshGetIndices(JNIEnv *_env, jobject _this, RsContext con, jint mesh, jintArray _idxIds, jintArray _primitives, int numIndices)