Searched refs:dstExtents (Results 1 – 1 of 1) sorted by relevance
3416 const gl::Extents &dstExtents = dstTexture->getExtents(dstTargetPacked, dstLevel); in ValidateCopyImageSubDataBase() local3417 fillsEntireMip = dstX == 0 && dstY == 0 && dstZ == 0 && srcWidth == dstExtents.width && in ValidateCopyImageSubDataBase()3418 srcHeight == dstExtents.height && srcDepth == dstExtents.depth; in ValidateCopyImageSubDataBase()