Searched defs:dimY (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/ |
D | rsType.h | 45 uint32_t dimY; member 105 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType()
|
D | rsType.cpp | 207 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getTypeRef() 298 uint32_t dimY, uint32_t dimZ, bool mips, bool faces, uint32_t yuv) { in rsi_TypeCreate()
|
D | rsAllocation.h | 80 uint32_t dimY; member
|
D | rsAllocation.cpp | 457 void Allocation::resize2D(Context *rsc, uint32_t dimX, uint32_t dimY) { in resize2D() 589 void rsi_AllocationResize2D(Context *rsc, RsAllocation va, uint32_t dimX, uint32_t dimY) { in rsi_AllocationResize2D()
|
D | rs_hal.h | 64 uint32_t dimY; member
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 111 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsOffset() local 185 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsGetElementAt() local 211 const uint32_t dimY = alloc->mHal.drvState.lod[0].dimY; in rsSetElementAt() local
|
D | rs_structs.h | 51 uint32_t dimY; member 222 uint32_t dimY; member
|
/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/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 439 native void rsnAllocationResize2D(int con, int id, int dimX, int dimY); in rsnAllocationResize2D() 440 synchronized void nAllocationResize2D(int id, int dimX, int dimY) { in nAllocationResize2D()
|