/frameworks/rs/cpp/ |
D | rsDispatch.h | 24 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va); 33 typedef RsClosure (*ClosureCreateFnPtr)(RsContext, RsScriptKernelID, RsAllocation, RsScriptFieldID*… 44 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, u… 45 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapContr… 46 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapC… 47 typedef RsNativeWindow (*AllocationGetSurfaceFnPtr) (RsContext, RsAllocation); 48 typedef void (*AllocationSetSurfaceFnPtr) (RsContext, RsAllocation, RsNativeWindow); 56 typedef void (*AllocationCopyToBitmapFnPtr) (RsContext, RsAllocation, void*, size_t); 57 typedef void (*Allocation1DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, const… 58 typedef void (*Allocation1DElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, const vo… [all …]
|
/frameworks/rs/ |
D | rs.spec | 62 ret RsAllocation 71 ret RsAllocation 80 ret RsAllocation 84 param RsAllocation alloc 90 param RsAllocation alloc 98 param RsAllocation baseAlloc 99 ret RsAllocation 103 param RsAllocation alloc 151 param RsAllocation alloc 156 param RsAllocation va [all …]
|
D | rsAllocation.cpp | 645 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) { in rsi_AllocationSyncAll() 651 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) { in rsi_AllocationGenerateMipmaps() 656 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationCopyToBitmap() 663 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DData() 669 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, in rsi_Allocation1DElementData() 675 void rsi_AllocationElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t z, in rsi_AllocationElementData() 681 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData() 687 void rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zof… in rsi_Allocation3DData() 694 void rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationRead() 709 void rsi_AllocationResize1D(Context *rsc, RsAllocation va, uint32_t dimX) { in rsi_AllocationResize1D() [all …]
|
D | rsg.spec | 25 param RsAllocation constants 32 param RsAllocation a 73 param RsAllocation *vtx 74 param RsAllocation *idx
|
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 | rsScript.cpp | 170 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { in rsi_ScriptBindAllocation() 196 RsAllocation *vains, size_t inLen, in rsi_ScriptForEachMulti() 197 RsAllocation vaout, const void *params, in rsi_ScriptForEachMulti() 211 RsAllocation vain, RsAllocation vaout, in rsi_ScriptForEach() 219 RsAllocation ains[1] = {vain}; in rsi_ScriptForEach() 222 sizeof(ains) / sizeof(RsAllocation), vaout, in rsi_ScriptForEach()
|
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 | rsScriptGroup.cpp | 370 sizeof(ains) / sizeof(RsAllocation), in execute() 407 RsAllocation alloc) { in rsi_ScriptGroupSetInput() 414 RsAllocation alloc) { in rsi_ScriptGroupSetOutput()
|
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 | rsClosure.cpp | 12 RsAllocation returnValue, in rsi_ClosureCreate()
|
D | rsDefines.h | 34 typedef void * RsAllocation; typedef
|
D | rsScriptC_Lib.cpp | 250 sizeof(ins) / sizeof(RsAllocation), out, usr, in rsrForEach()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 413 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue, in nClosureCreate() 575 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Single() 576 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Single() 577 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Single() 578 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Single() 608 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Double() 609 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Double() 610 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Double() 611 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Double() 643 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Complex() [all …]
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 430 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue, in nClosureCreate() 600 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Single() 601 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Single() 602 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Single() 603 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Single() 640 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Double() 641 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Double() 642 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Double() 643 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Double() 682 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Complex() [all …]
|
D | android_rscompat_usage_io.cpp | 9 extern "C" void AllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc… in AllocationSetSurface()
|
D | android_rscompat_usage_io_driver.cpp | 33 extern "C" void rscAllocationSetSurface(RsContext rscR, RsAllocation allocR, ANativeWindow *nw) { in rscAllocationSetSurface()
|