Home
last modified time | relevance | path

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

12

/frameworks/rs/
DrsHidlAdaptation.h77 …static RsAllocation AllocationCreateTyped(RsContext, RsType, RsAllocationMipmapControl, uint32_t, …
78 …static RsAllocation AllocationCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const…
79 …static RsAllocation AllocationCubeCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, c…
80 static const void* AllocationGetType(RsContext con, RsAllocation va);
81 static RsNativeWindow AllocationGetSurface(RsContext, RsAllocation);
82 static void AllocationSetSurface(RsContext, RsAllocation, RsNativeWindow);
83 static void AllocationCopyToBitmap(RsContext, RsAllocation, void*, size_t);
84 …static void Allocation1DData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, const void*, s…
85 …static void Allocation1DElementData(RsContext, RsAllocation, uint32_t, uint32_t, const void*, size…
86 …static void AllocationElementData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t,…
[all …]
Drs.spec62 ret RsAllocation
71 ret RsAllocation
80 ret RsAllocation
84 param RsAllocation alloc
90 param RsAllocation alloc1
91 param RsAllocation alloc2
96 param RsAllocation alloc
102 param RsAllocation alloc
110 param RsAllocation baseAlloc
111 ret RsAllocation
[all …]
DrsApiStubs.h180 extern "C" RsAllocation rsAllocationCreateTyped(
187 extern "C" RsAllocation rsAllocationCreateFromBitmap(
194 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap(
201 extern "C" RsAllocation rsAllocationAdapterCreate(RsContext rsc, RsType vtype,
202 RsAllocation baseAlloc)
207 extern "C" const void* rsaAllocationGetType(RsContext con, RsAllocation va)
213 RsAllocation alloc)
218 extern "C" void rsAllocationSetupBufferQueue(RsContext rsc, RsAllocation alloc,
224 extern "C" void rsAllocationShareBufferQueue(RsContext rsc, RsAllocation alloc1,
225 RsAllocation alloc2)
[all …]
DrsApiStubs.cpp332 extern "C" RsAllocation rsAllocationCreateTyped (RsContext ctxWrapper, RsType vtype, RsAllocationMi… in rsAllocationCreateTyped()
338 extern "C" RsAllocation rsAllocationCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocat… in rsAllocationCreateFromBitmap()
344 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAll… in rsAllocationCubeCreateFromBitmap()
350 extern "C" RsAllocation rsAllocationAdapterCreate (RsContext ctxWrapper, RsType vtype, RsAllocation in rsAllocationAdapterCreate()
355 extern "C" const void * rsaAllocationGetType(RsContext ctxWrapper, RsAllocation va) in rsaAllocationGetType()
360 extern "C" RsNativeWindow rsAllocationGetSurface (RsContext ctxWrapper, RsAllocation alloc) in rsAllocationGetSurface()
365 extern "C" void rsAllocationSetupBufferQueue (RsContext ctxWrapper, RsAllocation alloc, uint32_t nu… in rsAllocationSetupBufferQueue()
370 …C" void rsAllocationShareBufferQueue (RsContext ctxWrapper, RsAllocation alloc1, RsAllocation allo… in rsAllocationShareBufferQueue()
375 extern "C" void rsAllocationSetSurface (RsContext ctxWrapper, RsAllocation alloc, RsNativeWindow su… in rsAllocationSetSurface()
380 extern "C" void rsAllocationAdapterOffset (RsContext ctxWrapper, RsAllocation alloc, in rsAllocationAdapterOffset()
[all …]
DrsHidlAdaptation.cpp214 const void* RsHidlAdaptation::AllocationGetType(RsContext context, RsAllocation allocation) in AllocationGetType()
273 RsAllocation returnValue, in ClosureCreate()
419 RsAllocation RsHidlAdaptation::AllocationCreateTyped (RsContext context, RsType type, in AllocationCreateTyped()
428 return (RsAllocation) allocation; in AllocationCreateTyped()
432 RsAllocation RsHidlAdaptation::AllocationCreateFromBitmap (RsContext context, RsType type, in AllocationCreateFromBitmap()
443 return (RsAllocation) allocation; in AllocationCreateFromBitmap()
446 RsAllocation RsHidlAdaptation::AllocationCubeCreateFromBitmap(RsContext context, RsType type, in AllocationCubeCreateFromBitmap()
456 return (RsAllocation) allocation; in AllocationCubeCreateFromBitmap()
459 RsNativeWindow RsHidlAdaptation::AllocationGetSurface (RsContext context, RsAllocation allocation) in AllocationGetSurface()
466 void RsHidlAdaptation::AllocationSetSurface (RsContext context, RsAllocation allocation, RsNativeWi… in AllocationSetSurface()
[all …]
DrsAllocation.cpp665 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) { in rsi_AllocationSyncAll()
671 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) { in rsi_AllocationGenerateMipmaps()
676 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationCopyToBitmap()
683 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DData()
689 void rsi_Allocation1DElementData(Context *rsc, RsAllocation va, uint32_t x, in rsi_Allocation1DElementData()
695 void rsi_AllocationElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t z, in rsi_AllocationElementData()
701 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData()
707 void rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zof… in rsi_Allocation3DData()
714 void rsi_AllocationRead(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) { in rsi_AllocationRead()
729 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
DrsScript.cpp167 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) { in rsi_ScriptBindAllocation()
193 RsAllocation *vains, size_t inLen, in rsi_ScriptForEachMulti()
194 RsAllocation vaout, const void *params, in rsi_ScriptForEachMulti()
208 RsAllocation vain, RsAllocation vaout, in rsi_ScriptForEach()
216 RsAllocation ains[1] = {vain}; in rsi_ScriptForEach()
219 sizeof(ains) / sizeof(RsAllocation), vaout, in rsi_ScriptForEach()
225 RsAllocation *vains, size_t inLen, in rsi_ScriptReduce()
226 RsAllocation vaout, const RsScriptCall *sc, in rsi_ScriptReduce()
Drs.h66 void rsaMeshGetVertices(RsContext, RsMesh, RsAllocation* vtxData,
72 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation* va, uint32_t* primType,
90 const void* rsaAllocationGetType(RsContext con, RsAllocation va)
DrsApiMesh.cpp32 void rsaMeshGetVertices(RsContext con, RsMesh mv, RsAllocation *vtxData, uint32_t vtxDataCount) { in rsaMeshGetVertices()
42 void rsaMeshGetIndices(RsContext con, RsMesh mv, RsAllocation *va, uint32_t *primType, uint32_t idx… in rsaMeshGetIndices()
DrsApiAllocation.cpp23 extern "C" const void * rsaAllocationGetType(RsContext con, RsAllocation va) { in rsaAllocationGetType()
Drs_compat.spec8 ret RsAllocation
DrsEnv.h4 typedef void * RsAllocation; typedef
DrsProgram.cpp212 void rsi_ProgramBindConstants(Context *rsc, RsProgram vp, uint32_t slot, RsAllocation constants) { in rsi_ProgramBindConstants()
217 void rsi_ProgramBindTexture(Context *rsc, RsProgram vpf, uint32_t slot, RsAllocation a) { in rsi_ProgramBindTexture()
DrsScriptGroup.cpp350 sizeof(ains) / sizeof(RsAllocation), in execute()
384 RsAllocation alloc) { in rsi_ScriptGroupSetInput()
391 RsAllocation alloc) { in rsi_ScriptGroupSetOutput()
DrsMesh.cpp267 RsAllocation * vtx, size_t vtxCount, in rsi_MeshCreate()
268 RsAllocation * idx, size_t idxCount, in rsi_MeshCreate()
DrsClosure.cpp12 RsAllocation returnValue, in rsi_ClosureCreate()
DrsDefines.h32 typedef void * RsAllocation; typedef
DrsRuntime.h169 RsAllocation rsrAllocationCreateTyped(Context *, const RsType type,
/frameworks/rs/cpp/
DrsDispatch.h23 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);
33 typedef RsClosure (*ClosureCreateFnPtr)(RsContext, RsScriptKernelID, RsAllocation, RsScriptFieldID*…
45 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, u…
46 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl,…
47 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapContr…
48 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapC…
49 typedef RsNativeWindow (*AllocationGetSurfaceFnPtr) (RsContext, RsAllocation);
50 typedef void (*AllocationSetSurfaceFnPtr) (RsContext, RsAllocation, RsNativeWindow);
58 typedef void (*AllocationCopyToBitmapFnPtr) (RsContext, RsAllocation, void*, size_t);
59 typedef void (*Allocation1DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, const…
[all …]
DScriptIntrinsicBLAS.cpp109 float alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Single()
110 float beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Single()
114 RsAllocation in_allocs[3] = {A, B, C}; in nScriptIntrinsicBLAS_Single()
123 double alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Double()
124 double beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Double()
128 RsAllocation in_allocs[3] = {A, B, C}; in nScriptIntrinsicBLAS_Double()
136 float alphaX, float alphaY, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Complex()
137 … float betaX, float betaY, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Complex()
141 RsAllocation in_allocs[3] = {A, B, C}; in nScriptIntrinsicBLAS_Complex()
149 double alphaX, double alphaY, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Z()
[all …]
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp464 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue, in nClosureCreate()
641 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Single()
642 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Single()
643 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Single()
644 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Single()
674 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Double()
675 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Double()
676 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Double()
677 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Double()
709 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Complex()
[all …]
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp445 (RsContext)con, (RsScriptKernelID)kernelID, (RsAllocation)returnValue, in nClosureCreate()
607 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Single()
608 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Single()
609 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Single()
610 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Single()
647 RsAllocation in_allocs[3]; in nScriptIntrinsicBLAS_Double()
648 in_allocs[0] = (RsAllocation)A; in nScriptIntrinsicBLAS_Double()
649 in_allocs[1] = (RsAllocation)B; in nScriptIntrinsicBLAS_Double()
650 in_allocs[2] = (RsAllocation)C; in nScriptIntrinsicBLAS_Double()
689 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()

12