• Home
  • Raw
  • Download

Lines Matching defs:con

140     native int nContextGetUserMessage(long con, int[] data);  in nContextGetUserMessage()
141 native String nContextGetErrorMessage(long con); in nContextGetErrorMessage()
142 native int nContextPeekMessage(long con, int[] subID); in nContextPeekMessage()
143 native void nContextInitToClient(long con); in nContextInitToClient()
144 native void nContextDeinitToClient(long con); in nContextDeinitToClient()
233 native void rsnContextDestroy(long con); in rsnContextDestroy()
249 native void rsnContextSetSurface(long con, int w, int h, Surface sur); in rsnContextSetSurface()
254 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur); in rsnContextSetSurfaceTexture()
259 native void rsnContextSetPriority(long con, int p); in rsnContextSetPriority()
264 native void rsnContextSetCacheDir(long con, String cacheDir); in rsnContextSetCacheDir()
269 native void rsnContextDump(long con, int bits); in rsnContextDump()
274 native void rsnContextFinish(long con); in rsnContextFinish()
280 native void rsnContextSendMessage(long con, int id, int[] data); in rsnContextSendMessage()
286 native void rsnContextBindRootScript(long con, long script); in rsnContextBindRootScript()
291 native void rsnContextBindSampler(long con, int sampler, int slot); in rsnContextBindSampler()
296 native void rsnContextBindProgramStore(long con, long pfs); in rsnContextBindProgramStore()
301 native void rsnContextBindProgramFragment(long con, long pf); in rsnContextBindProgramFragment()
306 native void rsnContextBindProgramVertex(long con, long pv); in rsnContextBindProgramVertex()
311 native void rsnContextBindProgramRaster(long con, long pr); in rsnContextBindProgramRaster()
316 native void rsnContextPause(long con); in rsnContextPause()
321 native void rsnContextResume(long con); in rsnContextResume()
327 native long rsnClosureCreate(long con, long kernelID, long returnValue, in rsnClosureCreate()
342 native long rsnInvokeClosureCreate(long con, long invokeID, byte[] params, in rsnInvokeClosureCreate()
355 native void rsnClosureSetArg(long con, long closureID, int index, in rsnClosureSetArg()
363 native void rsnClosureSetGlobal(long con, long closureID, long fieldID, in rsnClosureSetGlobal()
372 native long rsnScriptGroup2Create(long con, String name, String cachePath, in rsnScriptGroup2Create()
384 native void rsnScriptGroup2Execute(long con, long groupID); in rsnScriptGroup2Execute()
390 native void rsnAssignName(long con, long obj, byte[] name); in rsnAssignName()
395 native String rsnGetName(long con, long obj); in rsnGetName()
402 native void rsnObjDestroy(long con, long id); in rsnObjDestroy()
412 native long rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize); in rsnElementCreate()
417 native long rsnElementCreate2(long con, long[] elements, String[] names, int[] arraySizes); in rsnElementCreate2()
422 native void rsnElementGetNativeData(long con, long id, int[] elementData); in rsnElementGetNativeData()
427 native void rsnElementGetSubElements(long con, long id, in rsnElementGetSubElements()
434 …native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, in… in rsnTypeCreate()
439 native void rsnTypeGetNativeData(long con, long id, long[] typeData); in rsnTypeGetNativeData()
445 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); in rsnAllocationCreateTyped()
450 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, long bitmapHandle, in rsnAllocationCreateFromBitmap()
457 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, long bitmapHan… in rsnAllocationCreateBitmapBackedAllocation()
466 native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, long bitmapHandle, in rsnAllocationCubeCreateFromBitmap()
473 native long rsnAllocationCreateBitmapRef(long con, long type, long bitmapHandle); in rsnAllocationCreateBitmapRef()
478 native long rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage); in rsnAllocationCreateFromAssetStream()
484 native void rsnAllocationCopyToBitmap(long con, long alloc, long bitmapHandle); in rsnAllocationCopyToBitmap()
490 native void rsnAllocationSyncAll(long con, long alloc, int src); in rsnAllocationSyncAll()
496 native ByteBuffer rsnAllocationGetByteBuffer(long con, long alloc, long[] stride, in rsnAllocationGetByteBuffer()
504 native void rsnAllocationSetupBufferQueue(long con, long alloc, int numAlloc); in rsnAllocationSetupBufferQueue()
509 native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2); in rsnAllocationShareBufferQueue()
514 native Surface rsnAllocationGetSurface(long con, long alloc); in rsnAllocationGetSurface()
519 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
524 native void rsnAllocationIoSend(long con, long alloc); in rsnAllocationIoSend()
529 native long rsnAllocationIoReceive(long con, long alloc); in rsnAllocationIoReceive()
535 native void rsnAllocationGenerateMipmaps(long con, long alloc); in rsnAllocationGenerateMipmaps()
540 native void rsnAllocationCopyFromBitmap(long con, long alloc, long bitmapHandle); in rsnAllocationCopyFromBitmap()
547 …native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int size… in rsnAllocationData1D()
555 …native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int … in rsnAllocationElementData()
561 native void rsnAllocationData2D(long con, in rsnAllocationData2D()
581 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D()
591 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D()
597 native void rsnAllocationData3D(long con, in rsnAllocationData3D()
615 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D()
626 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead()
632 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, in rsnAllocationRead1D()
640 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, in rsnAllocationElementRead()
648 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationRead2D()
658 native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationRead3D()
668 native long rsnAllocationGetType(long con, long id); in rsnAllocationGetType()
674 native void rsnAllocationResize1D(long con, long id, int dimX); in rsnAllocationResize1D()
680 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate()
686 native void rsnAllocationAdapterOffset(long con, long id, int x, int y, int z, in rsnAllocationAdapterOffset()
694 native long rsnFileA3DCreateFromAssetStream(long con, long assetStream); in rsnFileA3DCreateFromAssetStream()
699 native long rsnFileA3DCreateFromFile(long con, String path); in rsnFileA3DCreateFromFile()
704 native long rsnFileA3DCreateFromAsset(long con, AssetManager mgr, String path); in rsnFileA3DCreateFromAsset()
709 native int rsnFileA3DGetNumIndexEntries(long con, long fileA3D); in rsnFileA3DGetNumIndexEntries()
714 …native void rsnFileA3DGetIndexEntries(long con, long fileA3D, int numEntries, int[] IDs, String[] … in rsnFileA3DGetIndexEntries()
719 native long rsnFileA3DGetEntryByIndex(long con, long fileA3D, int index); in rsnFileA3DGetEntryByIndex()
725 native long rsnFontCreateFromFile(long con, String fileName, float size, int dpi); in rsnFontCreateFromFile()
730 …native long rsnFontCreateFromAssetStream(long con, String name, float size, int dpi, long assetStr… in rsnFontCreateFromAssetStream()
735 … native long rsnFontCreateFromAsset(long con, AssetManager mgr, String path, float size, int dpi); in rsnFontCreateFromAsset()
742 native void rsnScriptBindAllocation(long con, long script, long alloc, int slot); in rsnScriptBindAllocation()
747 native void rsnScriptSetTimeZone(long con, long script, byte[] timeZone); in rsnScriptSetTimeZone()
752 native void rsnScriptInvoke(long con, long id, int slot); in rsnScriptInvoke()
758 native void rsnScriptForEach(long con, long id, int slot, long[] ains, in rsnScriptForEach()
767 native void rsnScriptReduce(long con, long id, int slot, long[] ains, in rsnScriptReduce()
775 native void rsnScriptInvokeV(long con, long id, int slot, byte[] params); in rsnScriptInvokeV()
781 native void rsnScriptSetVarI(long con, long id, int slot, int val); in rsnScriptSetVarI()
786 native int rsnScriptGetVarI(long con, long id, int slot); in rsnScriptGetVarI()
792 native void rsnScriptSetVarJ(long con, long id, int slot, long val); in rsnScriptSetVarJ()
797 native long rsnScriptGetVarJ(long con, long id, int slot); in rsnScriptGetVarJ()
803 native void rsnScriptSetVarF(long con, long id, int slot, float val); in rsnScriptSetVarF()
808 native float rsnScriptGetVarF(long con, long id, int slot); in rsnScriptGetVarF()
813 native void rsnScriptSetVarD(long con, long id, int slot, double val); in rsnScriptSetVarD()
818 native double rsnScriptGetVarD(long con, long id, int slot); in rsnScriptGetVarD()
823 native void rsnScriptSetVarV(long con, long id, int slot, byte[] val); in rsnScriptSetVarV()
828 native void rsnScriptGetVarV(long con, long id, int slot, byte[] val); in rsnScriptGetVarV()
833 native void rsnScriptSetVarVE(long con, long id, int slot, byte[] val, in rsnScriptSetVarVE()
840 native void rsnScriptSetVarObj(long con, long id, int slot, long val); in rsnScriptSetVarObj()
846 native long rsnScriptCCreate(long con, String resName, String cacheDir, in rsnScriptCCreate()
854 native long rsnScriptIntrinsicCreate(long con, int id, long eid); in rsnScriptIntrinsicCreate()
860 native long rsnScriptKernelIDCreate(long con, long sid, int slot, int sig); in rsnScriptKernelIDCreate()
866 native long rsnScriptInvokeIDCreate(long con, long sid, int slot); in rsnScriptInvokeIDCreate()
872 native long rsnScriptFieldIDCreate(long con, long sid, int slot); in rsnScriptFieldIDCreate()
878 …native long rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, l… in rsnScriptGroupCreate()
884 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput()
890 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetOutput()
896 native void rsnScriptGroupExecute(long con, long group); in rsnScriptGroupExecute()
902 native long rsnSamplerCreate(long con, int magFilter, int minFilter, in rsnSamplerCreate()
910 native long rsnProgramStoreCreate(long con, boolean r, boolean g, boolean b, boolean a, in rsnProgramStoreCreate()
921 native long rsnProgramRasterCreate(long con, boolean pointSprite, int cullMode); in rsnProgramRasterCreate()
927 native void rsnProgramBindConstants(long con, long pv, int slot, long mID); in rsnProgramBindConstants()
932 native void rsnProgramBindTexture(long con, long vpf, int slot, long a); in rsnProgramBindTexture()
937 native void rsnProgramBindSampler(long con, long vpf, int slot, long s); in rsnProgramBindSampler()
942 native long rsnProgramFragmentCreate(long con, String shader, String[] texNames, long[] params); in rsnProgramFragmentCreate()
947 native long rsnProgramVertexCreate(long con, String shader, String[] texNames, long[] params); in rsnProgramVertexCreate()
953 native long rsnMeshCreate(long con, long[] vtx, long[] idx, int[] prim); in rsnMeshCreate()
958 native int rsnMeshGetVertexBufferCount(long con, long id); in rsnMeshGetVertexBufferCount()
963 native int rsnMeshGetIndexCount(long con, long id); in rsnMeshGetIndexCount()
968 native void rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount); in rsnMeshGetVertices()
973 … native void rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount); in rsnMeshGetIndices()
979 native void rsnScriptIntrinsicBLAS_Single(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Single()
991 native void rsnScriptIntrinsicBLAS_Double(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Double()
1003 native void rsnScriptIntrinsicBLAS_Complex(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Complex()
1015 native void rsnScriptIntrinsicBLAS_Z(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Z()
1027 native void rsnScriptIntrinsicBLAS_BNNM(long con, long id, int M, int N, int K, in rsnScriptIntrinsicBLAS_BNNM()