Home
last modified time | relevance | path

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

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