Searched refs:srcHasG8 (Results 1 – 1 of 1) sorted by relevance
146 const bool srcHasG8 = srcAngleFormat.greenBits == 8; in CanCopyWithTransferForCopyTexture() local161 return srcIsBGRA == destIsBGRA && srcHasR8 == destHasR8 && srcHasG8 == destHasG8 && in CanCopyWithTransferForCopyTexture()