Searched refs:_width (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_buffer4.h | 267 int _width, int _height, uint64_t _stride, in private_handle_t() 273 width = _width; in private_handle_t()
|
D | mali_gralloc_buffer.h | 267 int _width, int _height, uint64_t _stride, in private_handle_t() 273 width = _width; in private_handle_t()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 308 uint32_t _width = width; in allocationCopy2DRange() local 315 …nCopy2DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstMip, _dstFace, _width, _height, _srcAllo… in allocationCopy2DRange() 325 uint32_t _width = width; in allocationCopy3DRange() local 333 …nCopy3DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstZoff, _dstMip, _width, _height, _depth, … in allocationCopy3DRange()
|