HomeSort by relevance Sort by last modified time
    Searched full:_dstface (Results 1 - 1 of 1) sorted by null

  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 291 RsAllocationCubemapFace _dstFace = static_cast<RsAllocationCubemapFace>(dstFace);
299 Device::getHal().AllocationCopy2DRange(mContext, _dstAlloc, _dstXoff, _dstYoff, _dstMip, _dstFace, _width, _height, _srcAlloc, _srcXoff, _srcYoff, _srcMip, _srcFace);
    [all...]

Completed in 63 milliseconds