Home | History | Annotate | Download | only in renderscript

Lines Matching full:synchronized

214     synchronized long nContextCreateGL(long dev, int ver, int sdkVer,
226 synchronized long nContextCreate(long dev, int ver, int sdkVer, int contextType) {
230 synchronized void nContextDestroy() {
246 synchronized void nContextSetSurface(int w, int h, Surface sur) {
251 synchronized void nContextSetSurfaceTexture(int w, int h, SurfaceTexture sur) {
256 synchronized void nContextSetPriority(int p) {
261 synchronized void nContextSetCacheDir(String cacheDir) {
266 synchronized void nContextDump(int bits) {
271 synchronized void nContextFinish() {
277 synchronized void nContextSendMessage(int id, int[] data) {
283 synchronized void nContextBindRootScript(long script) {
288 synchronized void nContextBindSampler(int sampler, int slot) {
293 synchronized void nContextBindProgramStore(long pfs) {
298 synchronized void nContextBindProgramFragment(long pf) {
303 synchronized void nContextBindProgramVertex(long pv) {
308 synchronized void nContextBindProgramRaster(long pr) {
313 synchronized void nContextPause() {
318 synchronized void nContextResume() {
326 synchronized long nClosureCreate(long kernelID, long returnValue,
340 synchronized long nInvokeClosureCreate(long invokeID, byte[] params,
353 synchronized void nClosureSetArg(long closureID, int index, long value,
361 // Does this have to be synchronized?
362 synchronized void nClosureSetGlobal(long closureID, long fieldID,
370 synchronized long nScriptGroup2Create(String name, String cachePath,
381 synchronized void nScriptGroup2Execute(long groupID) {
387 synchronized void nAssignName(long obj, byte[] name) {
392 synchronized String nGetName(long obj) {
409 synchronized long nElementCreate(long type, int kind, boolean norm, int vecSize) {
414 synchronized long nElementCreate2(long[] elements, String[] names, int[] arraySizes) {
419 synchronized void nElementGetNativeData(long id, int[] elementData) {
425 synchronized void nElementGetSubElements(long id, long[] IDs, String[] names, int[] arraySizes) {
431 synchronized long nTypeCreate(long eid, int x, int y, int z, boolean mips, boolean faces, int yuv) {
436 synchronized
442 synchronized long nAllocationCreateTyped(long type, int mip, int usage, long pointer) {
447 synchronized long nAllocationCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) {
453 synchronized long nAllocationCreateBitmapBackedAllocation(long type, int mip, Bitmap bmp, int usage) {
459 synchronized long nAllocationCubeCreateFromBitmap(long type, int mip, Bitmap bmp, int usage) {
464 synchronized long nAllocationCreateBitmapRef(long type, Bitmap bmp) {
469 synchronized long nAllocationCreateFromAssetStream(int mips, int assetStream, int usage) {
475 synchronized void nAllocationCopyToBitmap(long alloc, Bitmap bmp) {
481 synchronized void nAllocationSyncAll(long alloc, int src) {
487 synchronized ByteBuffer nAllocationGetByteBuffer(long alloc, long[] stride, int xBytesSize, int dimY, int dimZ) {
493 synchronized void nAllocationSetupBufferQueue(long alloc, int numAlloc) {
498 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) {
503 synchronized Surface nAllocationGetSurface(long alloc) {
508 synchronized void nAllocationSetSurface(long alloc, Surface sur) {
513 synchronized void nAllocationIoSend(long alloc) {
518 synchronized long nAllocationIoReceive(long alloc) {
524 synchronized void nAllocationGenerateMipmaps(long alloc) {
529 synchronized void nAllocationCopyFromBitmap(long alloc, Bitmap bmp) {
537 synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt,
544 synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compIdx, byte[] d, int sizeBytes) {
555 synchronized void nAllocationData2D(long dstAlloc, int dstXoff, int dstYoff,
572 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face,
580 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) {
591 synchronized void nAllocationData3D(long dstAlloc, int dstXoff, int dstYoff, int dstZoff,
606 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip,
615 synchronized void nAllocationRead(long id, Object d, Element.DataType dt, int mSize, boolean usePadding) {
622 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d,
630 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff,
639 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face,
649 synchronized void nAllocationRead3D(long id, int xoff, int yoff, int zoff, int mip,
657 synchronized long nAllocationGetType(long id) {
663 synchronized void nAllocationResize1D(long id, int dimX) {
669 synchronized long nAllocationAdapterCreate(long allocId, long typeId) {
676 synchronized void nAllocationAdapterOffset(long id, int x, int y, int z,
683 synchronized long nFileA3DCreateFromAssetStream(long assetStream) {
688 synchronized long nFileA3DCreateFromFile(String path) {
693 synchronized long nFileA3DCreateFromAsset(AssetManager mgr, String path) {
698 synchronized int nFileA3DGetNumIndexEntries(long fileA3D) {
703 synchronized void nFileA3DGetIndexEntries(long fileA3D, int numEntries, int[] IDs, String[] names) {
708 synchronized long nFileA3DGetEntryByIndex(long fileA3D, int index) {
714 synchronized long nFontCreateFromFile(String fileName, float size, int dpi) {
719 synchronized long nFontCreateFromAssetStream(String name, float size, int dpi, long assetStream) {
724 synchronized long nFontCreateFromAsset(AssetManager mgr, String path, float size, int dpi) {
731 synchronized void nScriptBindAllocation(long script, long alloc, int slot) {
736 synchronized void nScriptSetTimeZone(long script, byte[] timeZone) {
741 synchronized void nScriptInvoke(long id, int slot) {
749 synchronized void nScriptForEach(long id, int slot, long[] ains, long aout,
757 synchronized void nScriptReduce(long id, int slot, long ains[], long aout,
764 synchronized void nScriptInvokeV(long id, int slot, byte[] params) {
770 synchronized void nScriptSetVarI(long id, int slot, int val) {
775 synchronized int nScriptGetVarI(long id, int slot) {
781 synchronized void nScriptSetVarJ(long id, int slot, long val) {
786 synchronized long nScriptGetVarJ(long id, int slot) {
792 synchronized void nScriptSetVarF(long id, int slot, float val) {
797 synchronized float nScriptGetVarF(long id, int slot) {
802 synchronized void nScriptSetVarD(long id, int slot, double val) {
807 synchronized double nScriptGetVarD(long id, int slot) {
812 synchronized void nScriptSetVarV(long id, int slot, byte[] val) {
817 synchronized void nScriptGetVarV(long id, int slot, byte[] val) {
823 synchronized void nScriptSetVarVE(long id, int slot, byte[] val,
829 synchronized void nScriptSetVarObj(long id, int slot, long val) {
836 synchronized long nScriptCCreate(String resName, String cacheDir, byte[] script, int length) {
842 synchronized long nScriptIntrinsicCreate(int id, long eid) {
848 synchronized long nScriptKernelIDCreate(long sid, int slot, int sig) {
854 synchronized long nScriptInvokeIDCreate(long sid, int slot) {
860 synchronized long nScriptFieldIDCreate(long sid, int slot) {
866 synchronized long nScriptGroupCreate(long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) {
872 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) {
878 synchronized void nScriptGroupSetOutput(long group, long kernel, long alloc) {
884 synchronized void nScriptGroupExecute(long group) {
891 synchronized long nSamplerCreate(int magFilter, int minFilter,
900 synchronized long nProgramStoreCreate(boolean r, boolean g, boolean b, boolean a,
909 synchronized long nProgramRasterCreate(boolean pointSprite, int cullMode) {
915 synchronized void nProgramBindConstants(long pv, int slot, long mID) {
920 synchronized void nProgramBindTexture(long vpf, int slot, long a) {
925 synchronized void nProgramBindSampler(long vpf, int slot, long s) {
930 synchronized long nProgramFragmentCreate(String shader, String[] texNames, long[] params) {
935 synchronized long nProgramVertexCreate(String shader, String[] texNames, long[] params) {
941 synchronized long nMeshCreate(long[] vtx, long[] idx, int[] prim) {
946 synchronized int nMeshGetVertexBufferCount(long id) {
951 synchronized int nMeshGetIndexCount(long id) {
956 synchronized void nMeshGetVertices(long id, long[] vtxIds, int vtxIdCount) {
961 synchronized void nMeshGetIndices(long id, long[] idxIds, int[] primitives, int vtxIdCount) {
970 synchronized void nScriptIntrinsicBLAS_Single(long id, int func, int TransA,
982 synchronized void nScriptIntrinsicBLAS_Double(long id, int func, int TransA,
994 synchronized void nScriptIntrinsicBLAS_Complex(long id, int func, int TransA,
1006 synchronized void nScriptIntrinsicBLAS_Z(long id, int func, int TransA,
1017 synchronized void nScriptIntrinsicBLAS_BNNM(long id, int M, int N, int K,
1388 static synchronized String getCachePath() {
1516 synchronized (mProcessContextList) {
1547 synchronized (mProcessContextList) {
1599 synchronized(this) {