Searched refs:formatB (Results 1 – 2 of 2) sorted by relevance
360 formatB = valB.getFormat() if valB is not None else 0361 pos = p.setdefault((formatA, formatB), {})364 buildPairPosGlyphsSubtable(pos, glyphMap, formatA, formatB)365 for ((formatA, formatB), pos) in sorted(p.items())]
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()