Home
last modified time | relevance | path

Searched refs:equalFormats (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp573 bool equalFormats = source->getInternalFormat() == dest->getInternalFormat(); in stretchRect() local
584 equalFormats = true; in stretchRect()
588 if(fullCopy && !scaling && !isOutOfBounds && equalFormats && !alpha0xFF && equalSlice && smallMargin && !flipX && !flipY) in stretchRect()
598 else if(isDepth && !scaling && !isOutOfBounds && equalFormats && !hasQuadLayout) in stretchRect()
608 else if((flags & Device::COLOR_BUFFER) && !scaling && !isOutOfBounds && equalFormats && !hasQuadLayout) in stretchRect()
674 bool equalFormats = source->getInternalFormat() == dest->getInternalFormat(); in stretchCube() local
680 equalFormats = true; in stretchCube()
684 if(!scaling && equalFormats) in stretchCube()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h879 static UBool equalFormats(const void* left, const void* right);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmsgfmt.h879 static UBool equalFormats(const void* left, const void* right);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmsgfmt.h879 static UBool equalFormats(const void* left, const void* right);
/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp162 return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer); in equalFormatsForHash()
1869 UBool MessageFormat::equalFormats(const void* left, const void* right) { in equalFormats() function in MessageFormat
/third_party/node/deps/icu-small/source/i18n/
H A Dmsgfmt.cpp162 return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer); in equalFormatsForHash()
1870 UBool MessageFormat::equalFormats(const void* left, const void* right) { in equalFormats() function in MessageFormat
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmsgfmt.cpp162 return icu::MessageFormat::equalFormats(key1.pointer, key2.pointer); in equalFormatsForHash()
1867 UBool MessageFormat::equalFormats(const void* left, const void* right) { in equalFormats() function in MessageFormat

Completed in 15 milliseconds