Searched refs:formatB (Results 1 - 1 of 1) sorted by path

/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp300 deUint32 getMoreRestrictiveFormat (deUint32 formatA, deUint32 formatB) argument
302 if (formatA == formatB)
306 else if (glu::isCompressedFormat(formatB) && isAstcFormat(glu::mapGLCompressedTexFormat(formatB)))
307 return formatB;
310 DE_ASSERT(!isFloatFormat(formatB));
314 else if (isFloatFormat(formatB))
318 return formatB;
324 else if (glu::isCompressedFormat(formatB))
326 return formatB;
[all...]

Completed in 129 milliseconds