Searched refs:formatB (Results 1 – 1 of 1) sorted by relevance
582 deUint32 getMoreRestrictiveFormat (deUint32 formatA, deUint32 formatB) in getMoreRestrictiveFormat() argument584 if (formatA == formatB) in getMoreRestrictiveFormat()588 else if (glu::isCompressedFormat(formatB) && isAstcFormat(glu::mapGLCompressedTexFormat(formatB))) in getMoreRestrictiveFormat()589 return formatB; in getMoreRestrictiveFormat()592 DE_ASSERT(!isFloatFormat(formatB)); in getMoreRestrictiveFormat()596 else if (isFloatFormat(formatB)) in getMoreRestrictiveFormat()600 return formatB; in getMoreRestrictiveFormat()606 else if (glu::isCompressedFormat(formatB)) in getMoreRestrictiveFormat()608 return formatB; in getMoreRestrictiveFormat()