• Home
  • Raw
  • Download

Lines Matching refs:RsAllocation

469     LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits);  in nAllocationSyncAll()
470 rsAllocationSyncAll(con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()
476 LOG_API("nAllocationGetSurface, con(%p), a(%p)", con, (RsAllocation)a); in nAllocationGetSurface()
478 …IGraphicBufferProducer *v = (IGraphicBufferProducer *)rsAllocationGetSurface(con, (RsAllocation)a); in nAllocationGetSurface()
487 nAllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur) in nAllocationSetSurface()
501 nAllocationIoSend(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) in nAllocationIoSend()
508 nAllocationIoReceive(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc) in nAllocationIoReceive()
518 LOG_API("nAllocationGenerateMipmaps, con(%p), a(%p)", con, (RsAllocation)alloc); in nAllocationGenerateMipmaps()
519 rsAllocationGenerateMipmaps(con, (RsAllocation)alloc); in nAllocationGenerateMipmaps()
581 rsAllocation2DData(con, (RsAllocation)alloc, 0, 0, in nAllocationCopyFromBitmap()
596 rsAllocationCopyToBitmap(con, (RsAllocation)alloc, ptr, bitmap.getSize()); in nAllocationCopyToBitmap()
612 …), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, … in nAllocationData1D_i()
614 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D_i()
622 …), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, … in nAllocationData1D_s()
624 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D_s()
632 …), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, … in nAllocationData1D_b()
634 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D_b()
642 …), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, … in nAllocationData1D_f()
644 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D_f()
653 …(%p), alloc(%p), offset(%i), comp(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, … in nAllocationElementData1D()
655 rsAllocation1DElementData(con, (RsAllocation)alloc, offset, lod, ptr, sizeBytes, compIdx); in nAllocationElementData1D()
664 …n(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yo… in nAllocationData2D_s()
666 …rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h,… in nAllocationData2D_s()
675 …n(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yo… in nAllocationData2D_b()
677 …rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h,… in nAllocationData2D_b()
686 …n(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yo… in nAllocationData2D_i()
688 …rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h,… in nAllocationData2D_i()
697 …n(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yo… in nAllocationData2D_f()
699 …rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h,… in nAllocationData2D_f()
714 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
715 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData2D_alloc()
718 (RsAllocation)dstAlloc, in nAllocationData2D_alloc()
722 (RsAllocation)srcAlloc, in nAllocationData2D_alloc()
732 …n(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yo… in nAllocationData3D_s()
734 rsAllocation3DData(con, (RsAllocation)alloc, xoff, yoff, zoff, lod, w, h, d, ptr, sizeBytes, 0); in nAllocationData3D_s()
743 …n(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yo… in nAllocationData3D_b()
745 rsAllocation3DData(con, (RsAllocation)alloc, xoff, yoff, zoff, lod, w, h, d, ptr, sizeBytes, 0); in nAllocationData3D_b()
754 …n(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yo… in nAllocationData3D_i()
756 rsAllocation3DData(con, (RsAllocation)alloc, xoff, yoff, zoff, lod, w, h, d, ptr, sizeBytes, 0); in nAllocationData3D_i()
765 …n(%p), adapter(%p), xoff(%i), yoff(%i), w(%i), h(%i), len(%i)", con, (RsAllocation)alloc, xoff, yo… in nAllocationData3D_f()
767 rsAllocation3DData(con, (RsAllocation)alloc, xoff, yoff, zoff, lod, w, h, d, ptr, sizeBytes, 0); in nAllocationData3D_f()
782 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc()
783 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace); in nAllocationData3D_alloc()
786 (RsAllocation)dstAlloc, in nAllocationData3D_alloc()
789 (RsAllocation)srcAlloc, in nAllocationData3D_alloc()
797 LOG_API("nAllocationRead_i, con(%p), alloc(%p), len(%i)", con, (RsAllocation)alloc, len); in nAllocationRead_i()
800 rsAllocationRead(con, (RsAllocation)alloc, ptr, length * sizeof(int)); in nAllocationRead_i()
808 LOG_API("nAllocationRead_i, con(%p), alloc(%p), len(%i)", con, (RsAllocation)alloc, len); in nAllocationRead_s()
811 rsAllocationRead(con, (RsAllocation)alloc, ptr, length * sizeof(short)); in nAllocationRead_s()
819 LOG_API("nAllocationRead_i, con(%p), alloc(%p), len(%i)", con, (RsAllocation)alloc, len); in nAllocationRead_b()
822 rsAllocationRead(con, (RsAllocation)alloc, ptr, length * sizeof(char)); in nAllocationRead_b()
830 LOG_API("nAllocationRead_f, con(%p), alloc(%p), len(%i)", con, (RsAllocation)alloc, len); in nAllocationRead_f()
833 rsAllocationRead(con, (RsAllocation)alloc, ptr, length * sizeof(float)); in nAllocationRead_f()
840 LOG_API("nAllocationGetType, con(%p), a(%p)", con, (RsAllocation)a); in nAllocationGetType()
841 return (jint) rsaAllocationGetType(con, (RsAllocation)a); in nAllocationGetType()
847 LOG_API("nAllocationResize1D, con(%p), alloc(%p), sizeX(%i)", con, (RsAllocation)alloc, dimX); in nAllocationResize1D()
848 rsAllocationResize1D(con, (RsAllocation)alloc, dimX); in nAllocationResize1D()
979 …tion, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot); in nScriptBindAllocation()
980 rsScriptBindAllocation(con, (RsScript)script, (RsAllocation)alloc, slot); in nScriptBindAllocation()
1127 …rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, NULL, 0, NULL,… in nScriptForEach()
1136 …rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, ptr, len, NULL… in nScriptForEachV()
1157 …rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, NULL, 0, &sc, … in nScriptForEachClipped()
1179 …rsScriptForEach(con, (RsScript)script, slot, (RsAllocation)ain, (RsAllocation)aout, ptr, len, &sc,… in nScriptForEachClippedV()
1292 rsScriptGroupSetInput(con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)alloc); in nScriptGroupSetInput()
1300 rsScriptGroupSetOutput(con, (RsScriptGroup)gid, (RsScriptKernelID)kid, (RsAllocation)alloc); in nScriptGroupSetOutput()
1330 …dConstants, con(%p), vpf(%p), sloat(%i), a(%p)", con, (RsProgramVertex)vpv, slot, (RsAllocation)a); in nProgramBindConstants()
1331 rsProgramBindConstants(con, (RsProgram)vpv, slot, (RsAllocation)a); in nProgramBindConstants()
1337 …ndTexture, con(%p), vpf(%p), slot(%i), a(%p)", con, (RsProgramFragment)vpf, slot, (RsAllocation)a); in nProgramBindTexture()
1338 rsProgramBindTexture(con, (RsProgramFragment)vpf, slot, (RsAllocation)a); in nProgramBindTexture()
1471 (RsAllocation)_vtx, in nPathCreate()
1472 (RsAllocation)_loop, q); in nPathCreate()
1489 (RsAllocation *)vtxPtr, vtxLen, in nMeshCreate()
1490 (RsAllocation *)idxPtr, idxLen, in nMeshCreate()
1522 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation)); in nMeshGetVertices()
1537 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation)); in nMeshGetIndices()