Searched refs:formatB (Results 1 – 1 of 1) sorted by relevance
312 deUint32 getMoreRestrictiveFormat (deUint32 formatA, deUint32 formatB) in getMoreRestrictiveFormat() argument314 if (formatA == formatB) in getMoreRestrictiveFormat()318 else if (glu::isCompressedFormat(formatB) && isAstcFormat(glu::mapGLCompressedTexFormat(formatB))) in getMoreRestrictiveFormat()319 return formatB; in getMoreRestrictiveFormat()322 DE_ASSERT(!isFloatFormat(formatB)); in getMoreRestrictiveFormat()326 else if (isFloatFormat(formatB)) in getMoreRestrictiveFormat()330 return formatB; in getMoreRestrictiveFormat()336 else if (glu::isCompressedFormat(formatB)) in getMoreRestrictiveFormat()338 return formatB; in getMoreRestrictiveFormat()