Lines Matching defs:con

137     native int nContextGetUserMessage(long con, int[] data);  in nContextGetUserMessage()
138 native String nContextGetErrorMessage(long con); in nContextGetErrorMessage()
139 native int nContextPeekMessage(long con, int[] subID); in nContextPeekMessage()
140 native void nContextInitToClient(long con); in nContextInitToClient()
141 native void nContextDeinitToClient(long con); in nContextDeinitToClient()
229 native void rsnContextDestroy(long con); in rsnContextDestroy()
245 native void rsnContextSetSurface(long con, int w, int h, Surface sur); in rsnContextSetSurface()
250 native void rsnContextSetSurfaceTexture(long con, int w, int h, SurfaceTexture sur); in rsnContextSetSurfaceTexture()
255 native void rsnContextSetPriority(long con, int p); in rsnContextSetPriority()
260 native void rsnContextSetCacheDir(long con, String cacheDir); in rsnContextSetCacheDir()
265 native void rsnContextDump(long con, int bits); in rsnContextDump()
270 native void rsnContextFinish(long con); in rsnContextFinish()
276 native void rsnContextSendMessage(long con, int id, int[] data); in rsnContextSendMessage()
282 native void rsnContextBindRootScript(long con, long script); in rsnContextBindRootScript()
287 native void rsnContextBindSampler(long con, int sampler, int slot); in rsnContextBindSampler()
292 native void rsnContextBindProgramStore(long con, long pfs); in rsnContextBindProgramStore()
297 native void rsnContextBindProgramFragment(long con, long pf); in rsnContextBindProgramFragment()
302 native void rsnContextBindProgramVertex(long con, long pv); in rsnContextBindProgramVertex()
307 native void rsnContextBindProgramRaster(long con, long pr); in rsnContextBindProgramRaster()
312 native void rsnContextPause(long con); in rsnContextPause()
317 native void rsnContextResume(long con); in rsnContextResume()
323 native long rsnClosureCreate(long con, long kernelID, long returnValue, in rsnClosureCreate()
338 native long rsnInvokeClosureCreate(long con, long invokeID, byte[] params, in rsnInvokeClosureCreate()
351 native void rsnClosureSetArg(long con, long closureID, int index, in rsnClosureSetArg()
359 native void rsnClosureSetGlobal(long con, long closureID, long fieldID, in rsnClosureSetGlobal()
368 native long rsnScriptGroup2Create(long con, String name, String cachePath, in rsnScriptGroup2Create()
380 native void rsnScriptGroup2Execute(long con, long groupID); in rsnScriptGroup2Execute()
386 native void rsnAssignName(long con, long obj, byte[] name); in rsnAssignName()
391 native String rsnGetName(long con, long obj); in rsnGetName()
398 native void rsnObjDestroy(long con, long id); in rsnObjDestroy()
408 native long rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize); in rsnElementCreate()
413 native long rsnElementCreate2(long con, long[] elements, String[] names, int[] arraySizes); in rsnElementCreate2()
418 native void rsnElementGetNativeData(long con, long id, int[] elementData); in rsnElementGetNativeData()
423 native void rsnElementGetSubElements(long con, long id, in rsnElementGetSubElements()
430 …native long rsnTypeCreate(long con, long eid, int x, int y, int z, boolean mips, boolean faces, in… in rsnTypeCreate()
435 native void rsnTypeGetNativeData(long con, long id, long[] typeData); in rsnTypeGetNativeData()
441 native long rsnAllocationCreateTyped(long con, long type, int mip, int usage, long pointer); in rsnAllocationCreateTyped()
446 native long rsnAllocationCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap()
452 …native long rsnAllocationCreateBitmapBackedAllocation(long con, long type, int mip, Bitmap bmp, in… in rsnAllocationCreateBitmapBackedAllocation()
458 …native long rsnAllocationCubeCreateFromBitmap(long con, long type, int mip, Bitmap bmp, int usage); in rsnAllocationCubeCreateFromBitmap()
463 native long rsnAllocationCreateBitmapRef(long con, long type, Bitmap bmp); in rsnAllocationCreateBitmapRef()
468 native long rsnAllocationCreateFromAssetStream(long con, int mips, int assetStream, int usage); in rsnAllocationCreateFromAssetStream()
474 native void rsnAllocationCopyToBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyToBitmap()
480 native void rsnAllocationSyncAll(long con, long alloc, int src); in rsnAllocationSyncAll()
486 …native ByteBuffer rsnAllocationGetByteBuffer(long con, long alloc, long[] stride, int xBytesSize, … in rsnAllocationGetByteBuffer()
492 native void rsnAllocationSetupBufferQueue(long con, long alloc, int numAlloc); in rsnAllocationSetupBufferQueue()
497 native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2); in rsnAllocationShareBufferQueue()
502 native Surface rsnAllocationGetSurface(long con, long alloc); in rsnAllocationGetSurface()
507 native void rsnAllocationSetSurface(long con, long alloc, Surface sur); in rsnAllocationSetSurface()
512 native void rsnAllocationIoSend(long con, long alloc); in rsnAllocationIoSend()
517 native long rsnAllocationIoReceive(long con, long alloc); in rsnAllocationIoReceive()
523 native void rsnAllocationGenerateMipmaps(long con, long alloc); in rsnAllocationGenerateMipmaps()
528 native void rsnAllocationCopyFromBitmap(long con, long alloc, Bitmap bmp); in rsnAllocationCopyFromBitmap()
535 …native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int size… in rsnAllocationData1D()
543 …native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int … in rsnAllocationElementData()
549 native void rsnAllocationData2D(long con, in rsnAllocationData2D()
569 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D()
579 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D()
585 native void rsnAllocationData3D(long con, in rsnAllocationData3D()
603 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D()
614 … native void rsnAllocationRead(long con, long id, Object d, int dt, int mSize, boolean usePadding); in rsnAllocationRead()
620 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, in rsnAllocationRead1D()
628 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, in rsnAllocationElementRead()
636 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationRead2D()
646 native void rsnAllocationRead3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationRead3D()
656 native long rsnAllocationGetType(long con, long id); in rsnAllocationGetType()
662 native void rsnAllocationResize1D(long con, long id, int dimX); in rsnAllocationResize1D()
668 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate()
674 native void rsnAllocationAdapterOffset(long con, long id, int x, int y, int z, in rsnAllocationAdapterOffset()
682 native long rsnFileA3DCreateFromAssetStream(long con, long assetStream); in rsnFileA3DCreateFromAssetStream()
687 native long rsnFileA3DCreateFromFile(long con, String path); in rsnFileA3DCreateFromFile()
692 native long rsnFileA3DCreateFromAsset(long con, AssetManager mgr, String path); in rsnFileA3DCreateFromAsset()
697 native int rsnFileA3DGetNumIndexEntries(long con, long fileA3D); in rsnFileA3DGetNumIndexEntries()
702 …native void rsnFileA3DGetIndexEntries(long con, long fileA3D, int numEntries, int[] IDs, String[] … in rsnFileA3DGetIndexEntries()
707 native long rsnFileA3DGetEntryByIndex(long con, long fileA3D, int index); in rsnFileA3DGetEntryByIndex()
713 native long rsnFontCreateFromFile(long con, String fileName, float size, int dpi); in rsnFontCreateFromFile()
718 …native long rsnFontCreateFromAssetStream(long con, String name, float size, int dpi, long assetStr… in rsnFontCreateFromAssetStream()
723 … native long rsnFontCreateFromAsset(long con, AssetManager mgr, String path, float size, int dpi); in rsnFontCreateFromAsset()
730 native void rsnScriptBindAllocation(long con, long script, long alloc, int slot); in rsnScriptBindAllocation()
735 native void rsnScriptSetTimeZone(long con, long script, byte[] timeZone); in rsnScriptSetTimeZone()
740 native void rsnScriptInvoke(long con, long id, int slot); in rsnScriptInvoke()
746 native void rsnScriptForEach(long con, long id, int slot, long[] ains, in rsnScriptForEach()
755 native void rsnScriptReduce(long con, long id, int slot, long[] ains, in rsnScriptReduce()
763 native void rsnScriptInvokeV(long con, long id, int slot, byte[] params); in rsnScriptInvokeV()
769 native void rsnScriptSetVarI(long con, long id, int slot, int val); in rsnScriptSetVarI()
774 native int rsnScriptGetVarI(long con, long id, int slot); in rsnScriptGetVarI()
780 native void rsnScriptSetVarJ(long con, long id, int slot, long val); in rsnScriptSetVarJ()
785 native long rsnScriptGetVarJ(long con, long id, int slot); in rsnScriptGetVarJ()
791 native void rsnScriptSetVarF(long con, long id, int slot, float val); in rsnScriptSetVarF()
796 native float rsnScriptGetVarF(long con, long id, int slot); in rsnScriptGetVarF()
801 native void rsnScriptSetVarD(long con, long id, int slot, double val); in rsnScriptSetVarD()
806 native double rsnScriptGetVarD(long con, long id, int slot); in rsnScriptGetVarD()
811 native void rsnScriptSetVarV(long con, long id, int slot, byte[] val); in rsnScriptSetVarV()
816 native void rsnScriptGetVarV(long con, long id, int slot, byte[] val); in rsnScriptGetVarV()
821 native void rsnScriptSetVarVE(long con, long id, int slot, byte[] val, in rsnScriptSetVarVE()
828 native void rsnScriptSetVarObj(long con, long id, int slot, long val); in rsnScriptSetVarObj()
834 native long rsnScriptCCreate(long con, String resName, String cacheDir, in rsnScriptCCreate()
841 native long rsnScriptIntrinsicCreate(long con, int id, long eid); in rsnScriptIntrinsicCreate()
847 native long rsnScriptKernelIDCreate(long con, long sid, int slot, int sig); in rsnScriptKernelIDCreate()
853 native long rsnScriptInvokeIDCreate(long con, long sid, int slot); in rsnScriptInvokeIDCreate()
859 native long rsnScriptFieldIDCreate(long con, long sid, int slot); in rsnScriptFieldIDCreate()
865 …native long rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, l… in rsnScriptGroupCreate()
871 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput()
877 native void rsnScriptGroupSetOutput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetOutput()
883 native void rsnScriptGroupExecute(long con, long group); in rsnScriptGroupExecute()
889 native long rsnSamplerCreate(long con, int magFilter, int minFilter, in rsnSamplerCreate()
897 native long rsnProgramStoreCreate(long con, boolean r, boolean g, boolean b, boolean a, in rsnProgramStoreCreate()
908 native long rsnProgramRasterCreate(long con, boolean pointSprite, int cullMode); in rsnProgramRasterCreate()
914 native void rsnProgramBindConstants(long con, long pv, int slot, long mID); in rsnProgramBindConstants()
919 native void rsnProgramBindTexture(long con, long vpf, int slot, long a); in rsnProgramBindTexture()
924 native void rsnProgramBindSampler(long con, long vpf, int slot, long s); in rsnProgramBindSampler()
929 native long rsnProgramFragmentCreate(long con, String shader, String[] texNames, long[] params); in rsnProgramFragmentCreate()
934 native long rsnProgramVertexCreate(long con, String shader, String[] texNames, long[] params); in rsnProgramVertexCreate()
940 native long rsnMeshCreate(long con, long[] vtx, long[] idx, int[] prim); in rsnMeshCreate()
945 native int rsnMeshGetVertexBufferCount(long con, long id); in rsnMeshGetVertexBufferCount()
950 native int rsnMeshGetIndexCount(long con, long id); in rsnMeshGetIndexCount()
955 native void rsnMeshGetVertices(long con, long id, long[] vtxIds, int vtxIdCount); in rsnMeshGetVertices()
960 … native void rsnMeshGetIndices(long con, long id, long[] idxIds, int[] primitives, int vtxIdCount); in rsnMeshGetIndices()
966 native void rsnScriptIntrinsicBLAS_Single(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Single()
978 native void rsnScriptIntrinsicBLAS_Double(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Double()
990 native void rsnScriptIntrinsicBLAS_Complex(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Complex()
1002 native void rsnScriptIntrinsicBLAS_Z(long con, long id, int func, int TransA, in rsnScriptIntrinsicBLAS_Z()
1014 native void rsnScriptIntrinsicBLAS_BNNM(long con, long id, int M, int N, int K, in rsnScriptIntrinsicBLAS_BNNM()