Searched defs:dimY (Results 1 – 10 of 10) 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 | 55 uint32_t dimY; member 240 uint32_t dimY; member
|
/frameworks/rs/ |
D | rsType.h | 45 uint32_t dimY; member 107 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType()
|
D | rsType.cpp | 221 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getTypeRef() 331 uint32_t dimY, uint32_t dimZ, bool mipmaps, bool faces, uint32_t yuv) { in rsi_TypeCreate()
|
D | rsAllocation.h | 80 uint32_t dimY; member
|
D | rsAllocation.cpp | 484 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { in resize2D() 630 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Type.java | 246 static public Type createXY(RenderScript rs, Element e, int dimX, int dimY) { in createXY() 272 static public Type createXYZ(RenderScript rs, Element e, int dimX, int dimY, int dimZ) { in createXYZ()
|
/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/rs/cpu_ref/ |
D | rsCpuCore.h | 60 uint32_t dimY; member
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 520 native void rsnAllocationResize2D(int con, int id, int dimX, int dimY); in rsnAllocationResize2D() 521 synchronized void nAllocationResize2D(int id, int dimX, int dimY) { in nAllocationResize2D()
|