Home
last modified time | relevance | path

Searched refs:formatB (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp582 deUint32 getMoreRestrictiveFormat (deUint32 formatA, deUint32 formatB) in getMoreRestrictiveFormat() argument
584 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()