Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdAllocation.h118 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
133 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
156 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
159 RsAllocationCubemapFace srcFace);
DrsdAllocation.cpp93 uint32_t lod, RsAllocationCubemapFace face) { in GetOffsetPtr()
105 RsAllocationCubemapFace face, uint32_t w, uint32_t h) { in Update2DTexture()
136 const uint8_t *p = GetOffsetPtr(alloc, 0, 0, 0, lod, (RsAllocationCubemapFace)face); in Upload2DTexture()
525 lodBias, (RsAllocationCubemapFace)alloc->mHal.state.originFace); in rsdAllocationAdapterOffset()
891 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D()
1004 … uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D()
1083 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc_script()
1086 RsAllocationCubemapFace srcFace) { in rsdAllocationData2D_alloc_script()
1122 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc()
1125 RsAllocationCubemapFace srcFace) { in rsdAllocationData2D_alloc()
[all …]
/frameworks/rs/
DrsAllocation.h137 … void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
143 … void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
195 void * getPointer(const Context *rsc, uint32_t lod, RsAllocationCubemapFace face,
200 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
Drs_hal.h246 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
258 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
279 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
282 RsAllocationCubemapFace srcFace);
306 uint32_t lod, RsAllocationCubemapFace face,
DrsAllocation.cpp170 void * Allocation::getPointer(const Context *rsc, uint32_t lod, RsAllocationCubemapFace face, in getPointer()
209 …ation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in data()
238 …ation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in read()
741 …xt *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsi_Allocation2DData()
847 texAlloc->data(rsc, 0, dI, 0, (RsAllocationCubemapFace)face, in rsi_AllocationCubeCreateFromBitmap()
874 (RsAllocationCubemapFace)dstFace, in rsi_AllocationCopy2DRange()
877 (RsAllocationCubemapFace)srcFace); in rsi_AllocationCopy2DRange()
929 uint32_t lod, RsAllocationCubemapFace face, in rsi_AllocationGetPointer()
950 uint32_t lod, RsAllocationCubemapFace face, uint32_t w, in rsi_Allocation2DRead()
Drs.spec170 param RsAllocationCubemapFace face
208 param RsAllocationCubemapFace face
260 param RsAllocationCubemapFace face
DrsDefines.h108 enum RsAllocationCubemapFace { enum
/frameworks/rs/cpp/
DrsDispatch.h61 …taFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t…
67 …adFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t…
101 …locationGetPointerFnPtr) (RsContext, RsAllocation, uint32_t lod, RsAllocationCubemapFace face, uin…
DrsCppStructs.h589 RsAllocationCubemapFace mSelectedFace;
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp342 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, in FepPtrSetup()
411 (RsAllocationCubemapFace)fep.current.face, in walk_general_foreach()
911 (RsAllocationCubemapFace) mtls->fep.current.face, in launchForEach()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1224 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationData2D()
1344 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationRead2D()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1431 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationData2D()
1572 RsAllocationCubemapFace face = (RsAllocationCubemapFace)_face; in nAllocationRead2D()