Home
last modified time | relevance | path

Searched refs:dstFace (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/
DrsScriptC_Lib.cpp269 uint32_t dstMip, uint32_t dstFace, in rsrAllocationCopy2DRange() argument
275 dstMip, dstFace, width, height, in rsrAllocationCopy2DRange()
DrsRuntime.h91 uint32_t dstMip, uint32_t dstFace,
Drs_hal.h279 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
DrsAllocation.cpp866 uint32_t dstMip, uint32_t dstFace, in rsi_AllocationCopy2DRange() argument
874 (RsAllocationCubemapFace)dstFace, in rsi_AllocationCopy2DRange()
/frameworks/rs/driver/
DrsdAllocation.h156 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
DrsdAllocation.cpp1083 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc_script() argument
1089 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
1122 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc() argument
1132 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc()
DrsdRuntimeStubs.cpp207 uint32_t dstMip, rs_allocation_cubemap_face dstFace, in rsAllocationCopy2DRange() argument
216 dstXoff, dstYoff, dstMip, dstFace, in rsAllocationCopy2DRange()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java551 int dstMip, int dstFace, in rsnAllocationData2D() argument
556 int dstMip, int dstFace, in nAllocationData2D() argument
563 dstMip, dstFace, in nAllocationData2D()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java484 int dstMip, int dstFace, in rsnAllocationData2D() argument
489 int dstMip, int dstFace, in nAllocationData2D() argument
496 dstMip, dstFace, in nAllocationData2D()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1235 jint dstMip, jint dstFace, in nAllocationData2D_alloc() argument
1243 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1249 dstMip, dstFace, in nAllocationData2D_alloc()
1282 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1446 jint dstMip, jint dstFace, in nAllocationData2D_alloc() argument
1455 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1462 dstMip, dstFace, in nAllocationData2D_alloc()
/frameworks/rs/scriptc/
Drs_allocation_data.rsh96 …* dstFace: Cubemap face of the destination allocation. Ignored for allocations that aren't cube…
108 uint32_t dstMip, rs_allocation_cubemap_face dstFace, uint32_t width,
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_allocation_data.jd159 …ml#android_rs:rs_allocation_cubemap_face'>rs_allocation_cubemap_face</a> dstFace, <a href='rs_valu…
172 …<tr><th>dstFace</th><td>Cubemap face of the destination allocation. Ignored for allocations that …