Searched refs:_face (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 193 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocation2DWrite() local 199 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite() 262 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocation2DRead() local 268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead() 352 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face); in allocationGetPointer() local 356 …void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _ar… in allocationGetPointer()
|