• Home
  • Raw
  • Download

Lines Matching defs:con

126     native int nContextGetUserMessage(long con, int[] data);  in nContextGetUserMessage()
127 native String nContextGetErrorMessage(long con); in nContextGetErrorMessage()
128 native int nContextPeekMessage(long con, int[] subID); in nContextPeekMessage()
129 native void nContextInitToClient(long con); in nContextInitToClient()
130 native void nContextDeinitToClient(long con); in nContextDeinitToClient()
218 native void rsnContextDestroy(long con); in rsnContextDestroy()
234 native void rsnContextSetSurface(long con, int w, int h, Surface sur); in rsnContextSetSurface()
239 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur); in rsnContextSetSurfaceTexture()
244 native void rsnContextSetPriority(long con, int p); in rsnContextSetPriority()
249 native void rsnContextSetCacheDir(long con, String cacheDir); in rsnContextSetCacheDir()
254 native void rsnContextDump(long con, int bits); in rsnContextDump()
259 native void rsnContextFinish(long con); in rsnContextFinish()
265 native void rsnContextSendMessage(long con, int id, int[] data); in rsnContextSendMessage()
271 native void rsnContextBindRootScript(long con, long script); in rsnContextBindRootScript()
276 native void rsnContextBindSampler(long con, int sampler, int slot); in rsnContextBindSampler()
281 native void rsnContextBindProgramStore(long con, long pfs); in rsnContextBindProgramStore()
286 native void rsnContextBindProgramFragment(long con, long pf); in rsnContextBindProgramFragment()
291 native void rsnContextBindProgramVertex(long con, long pv); in rsnContextBindProgramVertex()
296 native void rsnContextBindProgramRaster(long con, long pr); in rsnContextBindProgramRaster()
301 native void rsnContextPause(long con); in rsnContextPause()
306 native void rsnContextResume(long con); in rsnContextResume()
312 native long rsnClosureCreate(long con, long kernelID, long returnValue, in rsnClosureCreate()
327 native long rsnInvokeClosureCreate(long con, long invokeID, byte[] params, in rsnInvokeClosureCreate()
340 native void rsnClosureSetArg(long con, long closureID, int index, in rsnClosureSetArg()
348 native void rsnClosureSetGlobal(long con, long closureID, long fieldID, in rsnClosureSetGlobal()
357 native long rsnScriptGroup2Create(long con, String name, String cachePath, in rsnScriptGroup2Create()
369 native void rsnScriptGroup2Execute(long con, long groupID); in rsnScriptGroup2Execute()
375 native void rsnAssignName(long con, long obj, byte[] name); in rsnAssignName()
380 native String rsnGetName(long con, long obj); in rsnGetName()
387 native void rsnObjDestroy(long con, long id); in rsnObjDestroy()
397 native long rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize); in rsnElementCreate()
402 native long rsnElementCreate2(long con, long[] elements, String[] names, int[] arraySizes); in rsnElementCreate2()
407 native void rsnElementGetNativeData(long con, long id, int[] elementData); in rsnElementGetNativeData()
412 native void rsnElementGetSubElements(long con, long id, in rsnElementGetSubElements()
419 …native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, in… in rsnTypeCreate()
424 native void rsnTypeGetNativeData(long con, long id, long[] typeData); in rsnTypeGetNativeData()
430 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); in rsnAllocationCreateTyped()
435 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap()
441 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, in… in rsnAllocationCreateBitmapBackedAllocation()
447 …native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCubeCreateFromBitmap()
452 native long rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp); in rsnAllocationCreateBitmapRef()
457 native long rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage); in rsnAllocationCreateFromAssetStream()
463 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyToBitmap()
470 native void rsnAllocationSyncAll(long con, long alloc, int src); in rsnAllocationSyncAll()
475 native Surface rsnAllocationGetSurface(long con, long alloc); in rsnAllocationGetSurface()
480 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
485 native void rsnAllocationIoSend(long con, long alloc); in rsnAllocationIoSend()
490 native void rsnAllocationIoReceive(long con, long alloc); in rsnAllocationIoReceive()
497 native void rsnAllocationGenerateMipmaps(long con, long alloc); in rsnAllocationGenerateMipmaps()
502 native void rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyFromBitmap()
509 …native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int size… in rsnAllocationData1D()
517 …native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int … in rsnAllocationElementData()
523 native void rsnAllocationData2D(long con, in rsnAllocationData2D()
543 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D()
553 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D()
559 native void rsnAllocationData3D(long con, in rsnAllocationData3D()
577 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D()
588 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead()
594 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, in rsnAllocationRead1D()
602 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, in rsnAllocationElementRead()
610 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationRead2D()
620 native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationRead3D()
630 native long rsnAllocationGetType(long con, long id); in rsnAllocationGetType()
636 native void rsnAllocationResize1D(long con, long id, int dimX); in rsnAllocationResize1D()
642 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate()
648 native void rsnAllocationAdapterOffset(long con, long id, int x, int y, int z, in rsnAllocationAdapterOffset()
656 native long rsnFileA3DCreateFromAssetStream(long con, long assetStream); in rsnFileA3DCreateFromAssetStream()
661 native long rsnFileA3DCreateFromFile(long con, String path); in rsnFileA3DCreateFromFile()
666 native long rsnFileA3DCreateFromAsset(long con, AssetManager mgr, String path); in rsnFileA3DCreateFromAsset()
671 native int rsnFileA3DGetNumIndexEntries(long con, long fileA3D); in rsnFileA3DGetNumIndexEntries()
676 …native void rsnFileA3DGetIndexEntries(long con, long fileA3D, int numEntries, int[] IDs, String[] … in rsnFileA3DGetIndexEntries()
681 native long rsnFileA3DGetEntryByIndex(long con, long fileA3D, int index); in rsnFileA3DGetEntryByIndex()
687 native long rsnFontCreateFromFile(long con, String fileName, float size, int dpi); in rsnFontCreateFromFile()
692 …native long rsnFontCreateFromAssetStream(long con, String name, float size, int dpi, long assetStr… in rsnFontCreateFromAssetStream()
697 … native long rsnFontCreateFromAsset(long con, AssetManager mgr, String path, float size, int dpi); in rsnFontCreateFromAsset()
704 native void rsnScriptBindAllocation(long con, long script, long alloc, int slot); in rsnScriptBindAllocation()
709 native void rsnScriptSetTimeZone(long con, long script, byte[] timeZone); in rsnScriptSetTimeZone()
714 native void rsnScriptInvoke(long con, long id, int slot); in rsnScriptInvoke()
720 native void rsnScriptForEach(long con, long id, int slot, long[] ains, in rsnScriptForEach()
729 native void rsnScriptInvokeV(long con, long id, int slot, byte[] params); in rsnScriptInvokeV()
735 native void rsnScriptSetVarI(long con, long id, int slot, int val); in rsnScriptSetVarI()
740 native int rsnScriptGetVarI(long con, long id, int slot); in rsnScriptGetVarI()
746 native void rsnScriptSetVarJ(long con, long id, int slot, long val); in rsnScriptSetVarJ()
751 native long rsnScriptGetVarJ(long con, long id, int slot); in rsnScriptGetVarJ()
757 native void rsnScriptSetVarF(long con, long id, int slot, float val); in rsnScriptSetVarF()
762 native float rsnScriptGetVarF(long con, long id, int slot); in rsnScriptGetVarF()
767 native void rsnScriptSetVarD(long con, long id, int slot, double val); in rsnScriptSetVarD()
772 native double rsnScriptGetVarD(long con, long id, int slot); in rsnScriptGetVarD()
777 native void rsnScriptSetVarV(long con, long id, int slot, byte[] val); in rsnScriptSetVarV()
782 native void rsnScriptGetVarV(long con, long id, int slot, byte[] val); in rsnScriptGetVarV()
787 native void rsnScriptSetVarVE(long con, long id, int slot, byte[] val, in rsnScriptSetVarVE()
794 native void rsnScriptSetVarObj(long con, long id, int slot, long val); in rsnScriptSetVarObj()
800 native long rsnScriptCCreate(long con, String resName, String cacheDir, in rsnScriptCCreate()
807 native long rsnScriptIntrinsicCreate(long con, int id, long eid); in rsnScriptIntrinsicCreate()
813 native long rsnScriptKernelIDCreate(long con, long sid, int slot, int sig); in rsnScriptKernelIDCreate()
819 native long rsnScriptInvokeIDCreate(long con, long sid, int slot); in rsnScriptInvokeIDCreate()
825 native long rsnScriptFieldIDCreate(long con, long sid, int slot); in rsnScriptFieldIDCreate()
831 …native long rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, l… in rsnScriptGroupCreate()
837 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput()
843 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetOutput()
849 native void rsnScriptGroupExecute(long con, long group); in rsnScriptGroupExecute()
855 native long rsnSamplerCreate(long con, int magFilter, int minFilter, in rsnSamplerCreate()
863 native long rsnProgramStoreCreate(long con, boolean r, boolean g, boolean b, boolean a, in rsnProgramStoreCreate()
874 native long rsnProgramRasterCreate(long con, boolean pointSprite, int cullMode); in rsnProgramRasterCreate()
880 native void rsnProgramBindConstants(long con, long pv, int slot, long mID); in rsnProgramBindConstants()
885 native void rsnProgramBindTexture(long con, long vpf, int slot, long a); in rsnProgramBindTexture()
890 native void rsnProgramBindSampler(long con, long vpf, int slot, long s); in rsnProgramBindSampler()
895 native long rsnProgramFragmentCreate(long con, String shader, String[] texNames, long[] params); in rsnProgramFragmentCreate()
900 native long rsnProgramVertexCreate(long con, String shader, String[] texNames, long[] params); in rsnProgramVertexCreate()
906 native long rsnMeshCreate(long con, long[] vtx, long[] idx, int[] prim); in rsnMeshCreate()
911 native int rsnMeshGetVertexBufferCount(long con, long id); in rsnMeshGetVertexBufferCount()
916 native int rsnMeshGetIndexCount(long con, long id); in rsnMeshGetIndexCount()
921 native void rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount); in rsnMeshGetVertices()
926 … native void rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount); in rsnMeshGetIndices()
932 native void rsnScriptIntrinsicBLAS_Single(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Single()
944 native void rsnScriptIntrinsicBLAS_Double(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Double()
956 native void rsnScriptIntrinsicBLAS_Complex(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Complex()
968 native void rsnScriptIntrinsicBLAS_Z(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Z()
980 native void rsnScriptIntrinsicBLAS_BNNM(long con, long id, int M, int N, int K, in rsnScriptIntrinsicBLAS_BNNM()