Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/driver/
H A DrsdAllocation.h116 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
131 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
154 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
157 RsAllocationCubemapFace srcFace);
H A DrsdAllocation.cpp89 uint32_t lod, RsAllocationCubemapFace face) { in GetOffsetPtr()
101 RsAllocationCubemapFace face, uint32_t w, uint32_t h) { in Update2DTexture()
518 lodBias, (RsAllocationCubemapFace)alloc->mHal.state.originFace); in rsdAllocationAdapterOffset()
1044 RsAllocationCubemapFace srcFace) { in rsdAllocationData2D_alloc_script()
1083 RsAllocationCubemapFace srcFace) { in rsdAllocationData2D_alloc()
1144 static void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip565()
1162 static void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8888()
1180 static void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8()
1207 mip8888(alloc, lod, (RsAllocationCubemapFace)face); in rsdAllocationGenerateMipmaps()
1210 mip565(alloc, lod, (RsAllocationCubemapFace)face); in rsdAllocationGenerateMipmaps()
[all …]
/aosp12/frameworks/rs/
H A DrsAllocation.h133 … void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
139 … void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
191 void * getPointer(const Context *rsc, uint32_t lod, RsAllocationCubemapFace face,
196 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
H A Drs_hal.h249 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
261 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
282 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
285 RsAllocationCubemapFace srcFace);
309 uint32_t lod, RsAllocationCubemapFace face,
H A DrsHidlAdaptation.h87 …ion2DData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t…
93 …ion2DRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t…
101 …oid *AllocationGetPointer(RsContext, RsAllocation, uint32_t lod, RsAllocationCubemapFace face, uin…
H A DrsAllocation.cpp172 void * Allocation::getPointer(const Context *rsc, uint32_t lod, RsAllocationCubemapFace face, in getPointer()
212 …ation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in data()
242 …ation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in read()
701 …xt *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsi_Allocation2DData()
807 texAlloc->data(rsc, 0, dI, 0, (RsAllocationCubemapFace)face, in rsi_AllocationCubeCreateFromBitmap()
834 (RsAllocationCubemapFace)dstFace, in rsi_AllocationCopy2DRange()
837 (RsAllocationCubemapFace)srcFace); in rsi_AllocationCopy2DRange()
889 uint32_t lod, RsAllocationCubemapFace face, in rsi_AllocationGetPointer()
910 uint32_t lod, RsAllocationCubemapFace face, uint32_t w, in rsi_Allocation2DRead()
H A Drs.spec170 param RsAllocationCubemapFace face
208 param RsAllocationCubemapFace face
260 param RsAllocationCubemapFace face
H A DrsApiStubs.h109 RsAllocationCubemapFace face, uint32_t z, uint32_t array,
121 uint32_t lod, RsAllocationCubemapFace face, uint32_t w,
138 uint32_t lod, RsAllocationCubemapFace face, uint32_t w,
H A DrsDefines.h108 enum RsAllocationCubemapFace { enum
H A DrsApiStubs.cpp391 …ationGetPointer (RsContext ctxWrapper, RsAllocation va, uint32_t lod, RsAllocationCubemapFace face, in rsAllocationGetPointer()
416 RsAllocationCubemapFace face, uint32_t w, uint32_t h, in rsAllocation2DData()
452 RsAllocationCubemapFace face, uint32_t w, uint32_t h, in rsAllocation2DRead()
H A DrsHidlAdaptation.cpp589 uint32_t lod, RsAllocationCubemapFace face, in Allocation2DData()
642 uint32_t lod, RsAllocationCubemapFace face, in Allocation2DRead()
1046 uint32_t lod, RsAllocationCubemapFace face, in AllocationGetPointer()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp193 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocation2DWrite()
262 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocation2DRead()
307 RsAllocationCubemapFace _dstFace = static_cast<RsAllocationCubemapFace>(dstFace); in allocationCopy2DRange()
314 RsAllocationCubemapFace _srcFace = static_cast<RsAllocationCubemapFace>(srcFace); in allocationCopy2DRange()
352 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocationGetPointer()
/aosp12/frameworks/rs/cpp/
H A DrsDispatch.h62 …taFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t…
68 …adFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t…
104 …locationGetPointerFnPtr) (RsContext, RsAllocation, uint32_t lod, RsAllocationCubemapFace face, uin…
H A DrsCppStructs.h589 RsAllocationCubemapFace mSelectedFace;
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp333 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in FepPtrSetup()
409 (RsAllocationCubemapFace)fep.current.face, in walk_general_foreach()
909 (RsAllocationCubemapFace) mtls->fep.current.face, in launchForEach()
/aosp12/hardware/interfaces/renderscript/1.0/
H A Dtypes.hal83 @export(name="RsAllocationCubemapFace",
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1226 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationData2D()
1346 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationRead2D()
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1430 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationData2D()
1571 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationRead2D()