Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp44 gl::Rectangle sourceRegion; member
66 bounds.sourceRegion = sourceArea.removeReversal(); in GetBlitFramebufferBounds()
877 if (bounds.destRegion.width == 0 || bounds.sourceRegion.width == 0 || in adjustSrcDstRegion()
878 bounds.destRegion.height == 0 || bounds.sourceRegion.height == 0) in adjustSrcDstRegion()
995 bounds.sourceRegion = gl::Rectangle(bounds.sourceRegion.x + (xOffset >> destXHalvings), in adjustSrcDstRegion()
996 bounds.sourceRegion.y + (yOffset >> destYHalvings), in adjustSrcDstRegion()
997 bounds.sourceRegion.width >> destXHalvings, in adjustSrcDstRegion()
998 bounds.sourceRegion.height >> destYHalvings); in adjustSrcDstRegion()
1001 if (bounds.sourceRegion.width == 0) in adjustSrcDstRegion()
1003 bounds.sourceRegion.width = 1; in adjustSrcDstRegion()
[all …]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DLikelySubtagsTest.java110 String sourceRegion = ltp.getRegion(); in add() local
112 sourceRegion, Boolean.TRUE); in add()
117 if (StandardCodes.isCountry(sourceRegion)) { in add()
118 languageToScriptToRegions.put(sourceLanguage, "", sourceRegion, in add()
120 languageToRegions.put(sourceLanguage, sourceRegion, in add()
126 if (!sourceScript.isEmpty() && !sourceRegion.isEmpty()) { in add()
135 } else if (!sourceRegion.isEmpty()) { in add()
142 if (StandardCodes.isCountry(sourceRegion) || sourceRegion.isEmpty()) { in add()
143 regions.add(sourceRegion); in add()
258 String sourceRegion = ltp.getRegion(); in TestStability() local
[all …]
DTestInheritance.java479 String sourceRegion = ltp.getRegion(); in verifyLikelySubtagsImplicationsForDefaultContents() local
508 } else if (!sourceRegion.isEmpty()) { // a in verifyLikelySubtagsImplicationsForDefaultContents()