/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 253 uint32_t dstMip, uint32_t dstFace, in rsrAllocationCopy2DRange() argument 259 dstMip, dstFace, width, height, in rsrAllocationCopy2DRange()
|
D | rsRuntime.h | 91 uint32_t dstMip, uint32_t dstFace,
|
D | rs_hal.h | 224 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
|
D | rsAllocation.cpp | 709 uint32_t dstMip, uint32_t dstFace, in rsi_AllocationCopy2DRange() argument 717 (RsAllocationCubemapFace)dstFace, in rsi_AllocationCopy2DRange()
|
/frameworks/rs/driver/ |
D | rsdAllocation.h | 146 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
|
D | rsdRuntimeStubs.cpp | 134 uint32_t dstMip, uint32_t dstFace, in SC_AllocationCopy2DRange() argument 141 dstXoff, dstYoff, dstMip, dstFace, in SC_AllocationCopy2DRange() 173 uint32_t dstMip, uint32_t dstFace, in SC_AllocationCopy2DRange() argument 180 dstXoff, dstYoff, dstMip, dstFace, in SC_AllocationCopy2DRange() 1521 uint32_t dstMip, rs_allocation_cubemap_face dstFace, in rsAllocationCopy2DRange() argument 1527 dstMip, dstFace, width, height, in rsAllocationCopy2DRange()
|
D | rsdAllocation.cpp | 1006 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc_script() argument 1012 uint8_t *dstPtr = GetOffsetPtr(dstAlloc, dstXoff, dstYoff + i, 0, dstLod, dstFace); in rsdAllocationData2D_alloc_script() 1045 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, in rsdAllocationData2D_alloc() argument 1055 dstLod, dstFace, w, h, srcAlloc, in rsdAllocationData2D_alloc()
|
/frameworks/rs/scriptc/ |
D | rs_allocation.rsh | 109 * @param dstFace Cubemap face of the destination allocation, 124 rs_allocation_cubemap_face dstFace,
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 405 int dstMip, int dstFace, in rsnAllocationData2D() argument 410 int dstMip, int dstFace, in nAllocationData2D() argument 417 dstMip, dstFace, in nAllocationData2D()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 536 jint dstMip, jint dstFace, in nAllocationData2D_alloc() argument 544 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc() 550 dstMip, dstFace, in nAllocationData2D_alloc() 612 con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData3D_alloc()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 453 int dstMip, int dstFace, in rsnAllocationData2D() argument 458 int dstMip, int dstFace, in nAllocationData2D() argument 465 dstMip, dstFace, in nAllocationData2D()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 720 jint dstMip, jint dstFace, in nAllocationData2D_alloc() argument 728 (RsContext)con, (RsAllocation)dstAlloc, dstXoff, dstYoff, dstMip, dstFace, in nAllocationData2D_alloc() 734 dstMip, dstFace, in nAllocationData2D_alloc()
|