Home
last modified time | relevance | path

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

/frameworks/rs/
DrsScriptC_Lib.cpp272 uint32_t dstMip, uint32_t dstFace, in rsrAllocationCopy2DRange() argument
278 dstMip, dstFace, width, height, in rsrAllocationCopy2DRange()
DrsRuntime.h91 uint32_t dstMip, uint32_t dstFace,
Drs_hal.h253 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
DrsAllocation.cpp793 uint32_t dstMip, uint32_t dstFace, in rsi_AllocationCopy2DRange() argument
801 (RsAllocationCubemapFace)dstFace, in rsi_AllocationCopy2DRange()
/frameworks/rs/driver/
DrsdAllocation.h151 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
DrsdAllocation.cpp1054 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc_script() argument
1060 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script()
1093 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc() argument
1103 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc()
DrsdRuntimeStubs.cpp192 uint32_t dstMip, rs_allocation_cubemap_face dstFace, in rsAllocationCopy2DRange() argument
201 dstXoff, dstYoff, dstMip, dstFace, in rsAllocationCopy2DRange()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java475 int dstMip, int dstFace, in rsnAllocationData2D() argument
480 int dstMip, int dstFace, in nAllocationData2D() argument
487 dstMip, dstFace, in nAllocationData2D()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java525 int dstMip, int dstFace, in rsnAllocationData2D() argument
530 int dstMip, int dstFace, in nAllocationData2D() argument
537 dstMip, dstFace, in nAllocationData2D()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1230 jint dstMip, jint dstFace, in nAllocationData2D_alloc() argument
1238 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1244 dstMip, dstFace, in nAllocationData2D_alloc()
1277 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1343 jint dstMip, jint dstFace, in nAllocationData2D_alloc() argument
1352 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc()
1359 dstMip, dstFace, in nAllocationData2D_alloc()
/frameworks/rs/scriptc/
Drs_allocation_data.rsh88 …* dstFace: Cubemap face of the destination allocation. Ignored for allocations that aren't cube…
100 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 …