Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp43 gl::Rectangle sourceRegion; member
65 bounds.sourceRegion = sourceArea.removeReversal(); in GetBlitFramebufferBounds()
828 if (bounds.destRegion.width == 0 || bounds.sourceRegion.width == 0 || in adjustSrcDstRegion()
829 bounds.destRegion.height == 0 || bounds.sourceRegion.height == 0) in adjustSrcDstRegion()
946 bounds.sourceRegion = gl::Rectangle(bounds.sourceRegion.x + (xOffset >> destXHalvings), in adjustSrcDstRegion()
947 bounds.sourceRegion.y + (yOffset >> destYHalvings), in adjustSrcDstRegion()
948 bounds.sourceRegion.width >> destXHalvings, in adjustSrcDstRegion()
949 bounds.sourceRegion.height >> destYHalvings); in adjustSrcDstRegion()
952 if (bounds.sourceRegion.width == 0) in adjustSrcDstRegion()
954 bounds.sourceRegion.width = 1; in adjustSrcDstRegion()
[all …]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DLikelySubtagsTest.java111 String sourceRegion = ltp.getRegion(); in add() local
113 sourceRegion, Boolean.TRUE); in add()
118 if (StandardCodes.isCountry(sourceRegion)) { in add()
119 languageToScriptToRegions.put(sourceLanguage, "", sourceRegion, in add()
121 languageToRegions.put(sourceLanguage, sourceRegion, in add()
127 if (!sourceScript.isEmpty() && !sourceRegion.isEmpty()) { in add()
136 } else if (!sourceRegion.isEmpty()) { in add()
143 if (StandardCodes.isCountry(sourceRegion) || sourceRegion.isEmpty()) { in add()
144 regions.add(sourceRegion); in add()
259 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()