Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py360 formatB = valB.getFormat() if valB is not None else 0
361 pos = p.setdefault((formatA, formatB), {})
364 buildPairPosGlyphsSubtable(pos, glyphMap, formatA, formatB)
365 for ((formatA, formatB), pos) in sorted(p.items())]
/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()