Home
last modified time | relevance | path

Searched refs:_dimX (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/renderscript/1.0/default/
DContext.cpp297 uint32_t _dimX = dimX; in allocationResize1D() local
298 Device::getHal().AllocationResize1D(mContext, _allocation, _dimX); in allocationResize1D()
415 uint32_t _dimX = dimX; in typeCreate() local
421 …RsType _type = Device::getHal().TypeCreate(mContext, _element, _dimX, _dimY, _dimZ, _mipmaps, _fac… in typeCreate()