Home
last modified time | relevance | path

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

/frameworks/rs/driver/
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);
DrsdAllocation.cpp89 uint32_t lod, RsAllocationCubemapFace face) { in GetOffsetPtr()
101 RsAllocationCubemapFace face, uint32_t w, uint32_t h) { in Update2DTexture()
132 const uint8_t *p = GetOffsetPtr(alloc, 0, 0, 0, lod, (RsAllocationCubemapFace)face); in Upload2DTexture()
518 lodBias, (RsAllocationCubemapFace)alloc->mHal.state.originFace); in rsdAllocationAdapterOffset()
849 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D()
962 … uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D()
1041 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc_script()
1044 RsAllocationCubemapFace srcFace) { in rsdAllocationData2D_alloc_script()
1080 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc()
1083 RsAllocationCubemapFace srcFace) { in rsdAllocationData2D_alloc()
[all …]
/frameworks/rs/
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,
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,
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…
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()
Drs.spec170 param RsAllocationCubemapFace face
208 param RsAllocationCubemapFace face
260 param RsAllocationCubemapFace face
DrsApiStubs.h70 …ocationGetPointer (RsContext rsc, RsAllocation va, uint32_t lod, RsAllocationCubemapFace face, uin…
74 …sc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uin…
80 …sc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uin…
DrsDefines.h108 enum RsAllocationCubemapFace { enum
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()
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()
/frameworks/rs/cpp/
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…
DrsCppStructs.h589 RsAllocationCubemapFace mSelectedFace;
/frameworks/rs/cpu_ref/
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()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1226 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationData2D()
1346 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationRead2D()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1435 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationData2D()
1576 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationRead2D()