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

  /frameworks/rs/
rs.spec 295 param uint32_t destFace
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);
rsApiStubs.cpp 478 uint32_t destMip, uint32_t destFace,
484 RS_DISPATCH(ctxWrapper, AllocationCopy2DRange, dest, destXoff, destYoff, destMip, destFace,
    [all...]

Completed in 87 milliseconds