Home
last modified time | relevance | path

Searched refs:RsAllocation (Results 1 – 15 of 15) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.h22 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);
39 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, u…
40 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapContr…
41 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapC…
42 typedef RsNativeWindow (*AllocationGetSurfaceFnPtr) (RsContext, RsAllocation);
43 typedef void (*AllocationSetSurfaceFnPtr) (RsContext, RsAllocation, RsNativeWindow);
51 typedef void (*AllocationCopyToBitmapFnPtr) (RsContext, RsAllocation, void*, size_t);
52 typedef void (*Allocation1DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, const…
53 typedef void (*Allocation1DElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, const vo…
54 typedef void (*Allocation2DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAll…
[all …]
/frameworks/rs/
Drs.spec52 ret RsAllocation
61 ret RsAllocation
70 ret RsAllocation
74 param RsAllocation alloc
80 param RsAllocation alloc
129 param RsAllocation alloc
134 param RsAllocation va
144 param RsAllocation va
152 param RsAllocation va
160 param RsAllocation va
[all …]
Drsg.spec25 param RsAllocation constants
32 param RsAllocation a
73 param RsAllocation *vtx
74 param RsAllocation *idx
82 param RsAllocation vertex
83 param RsAllocation loops
DrsAllocation.cpp564 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) { in rsi_AllocationSyncAll()
570 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) { in rsi_AllocationGenerateMipmaps()
575 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationCopyToBitmap()
582 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DData()
588 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lo… in rsi_Allocation2DElementData()
594 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t lod, in rsi_Allocation1DElementData()
600 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData()
606 void rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zof… in rsi_Allocation3DData()
613 void rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationRead()
625 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) { in rsi_AllocationResize1D()
[all …]
Drs.h37 void rsaMeshGetVertices(RsContext, RsMesh, RsAllocation *vtxData, uint32_t vtxDataCount);
38 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
46 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
DrsPath.cpp74 RsAllocation vtx, RsAllocation loops, float quality) { in rsi_PathCreate()
DrsScript.cpp165 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { in rsi_ScriptBindAllocation()
191 RsAllocation vain, RsAllocation vaout, in rsi_ScriptForEach()
209 RsAllocation *vains, size_t inLen, in rsi_ScriptForEachMulti()
210 RsAllocation vaout, const void *params, in rsi_ScriptForEachMulti()
DrsEnv.h6 typedef void * RsAllocation; typedef
DrsAdapter.cpp60 void rsi_Adapter1DBindAllocation(Context *rsc, RsAdapter1D va, RsAllocation valloc) { in rsi_Adapter1DBindAllocation()
134 void rsi_Adapter2DBindAllocation(Context *rsc, RsAdapter2D va, RsAllocation valloc) { in rsi_Adapter2DBindAllocation()
DrsMesh.cpp270 RsAllocation * vtx, size_t vtxCount, in rsi_MeshCreate()
271 RsAllocation * idx, size_t idxCount, in rsi_MeshCreate()
302 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { in rsaMeshGetVertices()
312 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idx… in rsaMeshGetIndices()
DrsProgram.cpp215 void rsi_ProgramBindConstants(Context *rsc, RsProgram vp, uint32_t slot, RsAllocation constants) { in rsi_ProgramBindConstants()
220 void rsi_ProgramBindTexture(Context *rsc, RsProgram vpf, uint32_t slot, RsAllocation a) { in rsi_ProgramBindTexture()
DrsScriptGroup.cpp391 RsAllocation alloc) { in rsi_ScriptGroupSetInput()
398 RsAllocation alloc) { in rsi_ScriptGroupSetOutput()
DrsDefines.h34 typedef void * RsAllocation; typedef
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp330 LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", con, (RsAllocation)a, bits); in nAllocationSyncAll()
331 rsAllocationSyncAll(con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()
337 LOG_API("nAllocationGenerateMipmaps, con(%p), a(%p)", con, (RsAllocation)alloc); in nAllocationGenerateMipmaps()
338 rsAllocationGenerateMipmaps(con, (RsAllocation)alloc); in nAllocationGenerateMipmaps()
413 rsAllocation2DData(con, (RsAllocation)alloc, 0, 0, in nAllocationCopyFromBitmap()
431 rsAllocationCopyToBitmap(con, (RsAllocation)alloc, pixels, GetBitmapSize(_env, jbitmap)); in nAllocationCopyToBitmap()
442 …), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, … in nAllocationData1D_i()
444 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D_i()
452 …), adapter(%p), offset(%i), count(%i), len(%i), sizeBytes(%i)", con, (RsAllocation)alloc, offset, … in nAllocationData1D_s()
454 rsAllocation1DData(con, (RsAllocation)alloc, offset, lod, count, ptr, sizeBytes); in nAllocationData1D_s()
[all …]
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp541 …LOG_API("nAllocationSyncAll, con(%p), a(%p), bits(0x%08x)", (RsContext)con, (RsAllocation)a, bits); in nAllocationSyncAll()
542 rsAllocationSyncAll((RsContext)con, (RsAllocation)a, (RsAllocationUsageType)bits); in nAllocationSyncAll()
548 LOG_API("nAllocationGetSurface, con(%p), a(%p)", (RsContext)con, (RsAllocation)a); in nAllocationGetSurface()
550 …ferProducer *v = (IGraphicBufferProducer *)rsAllocationGetSurface((RsContext)con, (RsAllocation)a); in nAllocationGetSurface()
562 (RsContext)con, (RsAllocation)alloc, (Surface *)sur); in nAllocationSetSurface()
569 …rsAllocationSetSurface((RsContext)con, (RsAllocation)alloc, static_cast<ANativeWindow *>(s.get())); in nAllocationSetSurface()
576 rsAllocationIoSend((RsContext)con, (RsAllocation)alloc); in nAllocationIoSend()
583 rsAllocationIoReceive((RsContext)con, (RsAllocation)alloc); in nAllocationIoReceive()
590 LOG_API("nAllocationGenerateMipmaps, con(%p), a(%p)", (RsContext)con, (RsAllocation)alloc); in nAllocationGenerateMipmaps()
591 rsAllocationGenerateMipmaps((RsContext)con, (RsAllocation)alloc); in nAllocationGenerateMipmaps()
[all …]