Home
last modified time | relevance | path

Searched defs:dimY (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_allocation.c113 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
Drs_structs.h55 uint32_t dimY; member
240 uint32_t dimY; member
/frameworks/rs/
DrsType.h45 uint32_t dimY; member
107 uint32_t dimX, uint32_t dimY, uint32_t dimZ, in getType()
DrsType.cpp221 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()
DrsAllocation.h80 uint32_t dimY; member
DrsAllocation.cpp484 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/
DType.java246 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/
DType.cpp102 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/
DrsCpuCore.h60 uint32_t dimY; member
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java520 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()