HomeSort by relevance Sort by last modified time
    Searched refs:destYoff (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/
rs.spec 293 param uint32_t destYoff
308 param uint32_t destYoff
rsApiStubs.h 84 extern "C" void rsAllocationCopy2DRange (RsContext rsc, RsAllocation dest, uint32_t destXoff, uint32_t destYoff, uint32_t destMip, uint32_t destFace, uint32_t width, uint32_t height, RsAllocation src, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace);
85 extern "C" void rsAllocationCopy3DRange (RsContext rsc, RsAllocation dest, uint32_t destXoff, uint32_t destYoff, uint32_t destZoff, uint32_t destMip, uint32_t width, uint32_t height, uint32_t depth, RsAllocation src, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcZoff, uint32_t srcMip);
rsApiStubs.cpp 477 uint32_t destXoff, uint32_t destYoff,
484 RS_DISPATCH(ctxWrapper, AllocationCopy2DRange, dest, destXoff, destYoff, destMip, destFace,
490 uint32_t destXoff, uint32_t destYoff, uint32_t destZoff,
498 dest, destXoff, destYoff, destZoff, destMip,
    [all...]

Completed in 541 milliseconds