Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h24 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/
Drs.spec62 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 …]
DrsAllocation.cpp645 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 …]
Drsg.spec25 param RsAllocation constants
32 param RsAllocation a
73 param RsAllocation *vtx
74 param RsAllocation *idx
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);
DrsScript.cpp170 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()
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()
DrsScriptGroup.cpp370 sizeof(ains) / sizeof(RsAllocation), in execute()
407 RsAllocation alloc) { in rsi_ScriptGroupSetInput()
414 RsAllocation alloc) { in rsi_ScriptGroupSetOutput()
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()
DrsClosure.cpp12 RsAllocation returnValue, in rsi_ClosureCreate()
DrsDefines.h34 typedef void * RsAllocation; typedef
DrsScriptC_Lib.cpp250 sizeof(ins) / sizeof(RsAllocation), out, usr, in rsrForEach()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp413 (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/
Dandroid_renderscript_RenderScript.cpp430 (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 …]
Dandroid_rscompat_usage_io.cpp9 extern "C" void AllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc… in AllocationSetSurface()
Dandroid_rscompat_usage_io_driver.cpp33 extern "C" void rscAllocationSetSurface(RsContext rscR, RsAllocation allocR, ANativeWindow *nw) { in rscAllocationSetSurface()