Searched refs:formatB (Results 1 – 1 of 1) sorted by relevance
300 deUint32 getMoreRestrictiveFormat (deUint32 formatA, deUint32 formatB) in getMoreRestrictiveFormat() argument302 if (formatA == formatB) in getMoreRestrictiveFormat()306 else if (glu::isCompressedFormat(formatB) && isAstcFormat(glu::mapGLCompressedTexFormat(formatB))) in getMoreRestrictiveFormat()307 return formatB; in getMoreRestrictiveFormat()310 DE_ASSERT(!isFloatFormat(formatB)); in getMoreRestrictiveFormat()314 else if (isFloatFormat(formatB)) in getMoreRestrictiveFormat()318 return formatB; in getMoreRestrictiveFormat()324 else if (glu::isCompressedFormat(formatB)) in getMoreRestrictiveFormat()326 return formatB; in getMoreRestrictiveFormat()