Searched defs:dimY (Results 1 – 13 of 13) sorted by relevance
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 113 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsOffset() local 128 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsOffsetNs() local 212 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsGetElementAt() local 238 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsSetElementAt() local
|
D | rs_structs.h | 67 uint32_t dimY; member 255 uint32_t dimY; member
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Type.java | 234 static public Type createXY(RenderScript rs, Element e, int dimX, int dimY) { in createXY() 260 static public Type createXYZ(RenderScript rs, Element e, int dimX, int dimY, int dimZ) { in createXYZ()
|
D | RenderScript.java | 596 native void rsnAllocationResize2D(long con, long id, int dimX, int dimY); in rsnAllocationResize2D() 597 synchronized void nAllocationResize2D(long id, int dimX, int dimY) { in nAllocationResize2D()
|
/frameworks/rs/cpp/ |
D | Type.cpp | 102 sp<const Type> Type::create(sp<RS> rs, sp<const Element> e, uint32_t dimX, uint32_t dimY, uint32_t … in create()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Type.java | 287 static public Type createXY(RenderScript rs, Element e, int dimX, int dimY) { in createXY() 313 static public Type createXYZ(RenderScript rs, Element e, int dimX, int dimY, int dimZ) { in createXYZ()
|
/frameworks/rs/ |
D | rsType.h | 47 uint32_t dimY; member
|
D | rsAllocation.h | 89 uint32_t dimY; member
|
D | rsType.cpp | 365 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) { in rsi_TypeCreate()
|
D | rsInternalDefines.h | 216 uint32_t dimY; member
|
D | rsAllocation.cpp | 565 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { in resize2D() 714 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D()
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | Filters.java | 140 private final int dimX=1067, dimY=1600; field in Filters.FisheyeFilter
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 282 const uint32_t dimY = a->mHal.drvState.lod[0].dimY; in IS_CLEAR_SET_OBJ() local
|