/frameworks/rs/cpp/ |
D | rsDispatch.h | 22 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/ |
D | rs.spec | 52 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 …]
|
D | rsg.spec | 25 param RsAllocation constants 32 param RsAllocation a 73 param RsAllocation *vtx 74 param RsAllocation *idx 82 param RsAllocation vertex 83 param RsAllocation loops
|
D | rsAllocation.cpp | 564 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 …]
|
D | rs.h | 37 void rsaMeshGetVertices(RsContext, RsMesh, RsAllocation *vtxData, uint32_t vtxDataCount); 38 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va, 46 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
|
D | rsPath.cpp | 74 RsAllocation vtx, RsAllocation loops, float quality) { in rsi_PathCreate()
|
D | rsScript.cpp | 165 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()
|
D | rsEnv.h | 6 typedef void * RsAllocation; typedef
|
D | rsAdapter.cpp | 60 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()
|
D | rsMesh.cpp | 270 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()
|
D | rsProgram.cpp | 215 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()
|
D | rsScriptGroup.cpp | 391 RsAllocation alloc) { in rsi_ScriptGroupSetInput() 398 RsAllocation alloc) { in rsi_ScriptGroupSetOutput()
|
D | rsDefines.h | 34 typedef void * RsAllocation; typedef
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 330 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/ |
D | android_renderscript_RenderScript.cpp | 541 …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 …]
|