/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | JPEGsNotAcceleratedTest.java | 237 int destRGB = snapshot.getRGB(x, y); in runTestOnImage() local 238 if (destRGB != testRGB && destRGB != 0xfffe0000) { in runTestOnImage()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | JPEGsNotAcceleratedTest.java | 237 int destRGB = snapshot.getRGB(x, y); in runTestOnImage() local 238 if (destRGB != testRGB && destRGB != 0xfffe0000) { in runTestOnImage()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | JPEGsNotAcceleratedTest.java | 237 int destRGB = snapshot.getRGB(x, y); in runTestOnImage() local 238 if (destRGB != testRGB && destRGB != 0xfffe0000) { in runTestOnImage()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | JPEGsNotAcceleratedTest.java | 237 int destRGB = snapshot.getRGB(x, y); in runTestOnImage() local 238 if (destRGB != testRGB && destRGB != 0xfffe0000) { in runTestOnImage()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | JPEGsNotAcceleratedTest.java | 237 int destRGB = snapshot.getRGB(x, y); in runTestOnImage() local 238 if (destRGB != testRGB && destRGB != 0xfffe0000) { in runTestOnImage()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | JPEGsNotAcceleratedTest.java | 237 int destRGB = snapshot.getRGB(x, y); in runTestOnImage() local 238 if (destRGB != testRGB && destRGB != 0xfffe0000) { in runTestOnImage()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | JPEGsNotAcceleratedTest.java | 237 int destRGB = snapshot.getRGB(x, y); in runTestOnImage() local 238 if (destRGB != testRGB && destRGB != 0xfffe0000) { in runTestOnImage()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/imageio/plugins/jpeg/ |
H A D | JPEGsNotAcceleratedTest.java | 237 int destRGB = snapshot.getRGB(x, y); in runTestOnImage() local 238 if (destRGB != testRGB && destRGB != 0xfffe0000) { in runTestOnImage()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/imageio/plugins/jpeg/ |
H A D | JPEGsNotAcceleratedTest.java | 237 int destRGB = snapshot.getRGB(x, y); in runTestOnImage() local 238 if (destRGB != testRGB && destRGB != 0xfffe0000) { in runTestOnImage()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/imageio/plugins/jpeg/ |
H A D | JPEGsNotAcceleratedTest.java | 237 int destRGB = snapshot.getRGB(x, y); in runTestOnImage() local 238 if (destRGB != testRGB && destRGB != 0xfffe0000) { in runTestOnImage()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/ |
H A D | State.cpp | 661 ANGLE_INLINE bool State::hasConstantColor(GLenum sourceRGB, GLenum destRGB) const in hasConstantColor() 664 destRGB == GL_CONSTANT_COLOR || destRGB == GL_ONE_MINUS_CONSTANT_COLOR; in hasConstantColor() 667 ANGLE_INLINE bool State::hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const in hasConstantAlpha() 670 destRGB == GL_CONSTANT_ALPHA || destRGB == GL_ONE_MINUS_CONSTANT_ALPHA; in hasConstantAlpha() 816 mBlendState.destBlendRGB = destRGB; in setBlendFactors() 822 if (hasConstantColor(sourceRGB, destRGB)) in setBlendFactors() 831 if (hasConstantAlpha(sourceRGB, destRGB)) in setBlendFactors() 841 mBlendStateExt.setFactors(sourceRGB, destRGB, sourceAlpha, destAlpha); in setBlendFactors() 846 GLenum destRGB, in setBlendFactorsIndexed() argument 853 mBlendFuncConstantColorDrawBuffers.set(index, hasConstantColor(sourceRGB, destRGB)); in setBlendFactorsIndexed() [all …]
|
H A D | State.h | 186 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha); 188 GLenum destRGB, 871 bool hasConstantColor(GLenum sourceRGB, GLenum destRGB) const; 872 bool hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const;
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/ |
H A D | State.cpp | 661 ANGLE_INLINE bool State::hasConstantColor(GLenum sourceRGB, GLenum destRGB) const in hasConstantColor() 664 destRGB == GL_CONSTANT_COLOR || destRGB == GL_ONE_MINUS_CONSTANT_COLOR; in hasConstantColor() 667 ANGLE_INLINE bool State::hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const in hasConstantAlpha() 670 destRGB == GL_CONSTANT_ALPHA || destRGB == GL_ONE_MINUS_CONSTANT_ALPHA; in hasConstantAlpha() 816 mBlendState.destBlendRGB = destRGB; in setBlendFactors() 822 if (hasConstantColor(sourceRGB, destRGB)) in setBlendFactors() 831 if (hasConstantAlpha(sourceRGB, destRGB)) in setBlendFactors() 841 mBlendStateExt.setFactors(sourceRGB, destRGB, sourceAlpha, destAlpha); in setBlendFactors() 846 GLenum destRGB, in setBlendFactorsIndexed() argument 853 mBlendFuncConstantColorDrawBuffers.set(index, hasConstantColor(sourceRGB, destRGB)); in setBlendFactorsIndexed() [all …]
|
H A D | State.h | 186 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha); 188 GLenum destRGB, 871 bool hasConstantColor(GLenum sourceRGB, GLenum destRGB) const; 872 bool hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const;
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/ |
H A D | State.cpp | 655 ANGLE_INLINE bool State::hasConstantColor(GLenum sourceRGB, GLenum destRGB) const in hasConstantColor() 658 destRGB == GL_CONSTANT_COLOR || destRGB == GL_ONE_MINUS_CONSTANT_COLOR; in hasConstantColor() 661 ANGLE_INLINE bool State::hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const in hasConstantAlpha() 664 destRGB == GL_CONSTANT_ALPHA || destRGB == GL_ONE_MINUS_CONSTANT_ALPHA; in hasConstantAlpha() 832 blendState.destBlendRGB = destRGB; in setBlendFactors() 839 if (hasConstantColor(sourceRGB, destRGB)) in setBlendFactors() 848 if (hasConstantAlpha(sourceRGB, destRGB)) in setBlendFactors() 861 GLenum destRGB, in setBlendFactorsIndexed() argument 868 mBlendStateArray[index].destBlendRGB = destRGB; in setBlendFactorsIndexed() 874 mBlendFuncConstantColorDrawBuffers.set(index, hasConstantColor(sourceRGB, destRGB)); in setBlendFactorsIndexed() [all …]
|
H A D | State.h | 181 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha); 183 GLenum destRGB, 782 bool hasConstantColor(GLenum sourceRGB, GLenum destRGB) const; 783 bool hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const;
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/ |
H A D | State.cpp | 674 ANGLE_INLINE bool State::hasConstantColor(GLenum sourceRGB, GLenum destRGB) const in hasConstantColor() 677 destRGB == GL_CONSTANT_COLOR || destRGB == GL_ONE_MINUS_CONSTANT_COLOR; in hasConstantColor() 680 ANGLE_INLINE bool State::hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const in hasConstantAlpha() 683 destRGB == GL_CONSTANT_ALPHA || destRGB == GL_ONE_MINUS_CONSTANT_ALPHA; in hasConstantAlpha() 863 mBlendState.destBlendRGB = destRGB; in setBlendFactors() 869 if (hasConstantColor(sourceRGB, destRGB)) in setBlendFactors() 878 if (hasConstantAlpha(sourceRGB, destRGB)) in setBlendFactors() 888 mBlendStateExt.setFactors(sourceRGB, destRGB, sourceAlpha, destAlpha); in setBlendFactors() 893 GLenum destRGB, in setBlendFactorsIndexed() argument 900 mBlendFuncConstantColorDrawBuffers.set(index, hasConstantColor(sourceRGB, destRGB)); in setBlendFactorsIndexed() [all …]
|
H A D | State.h | 195 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha); 197 GLenum destRGB, 926 bool hasConstantColor(GLenum sourceRGB, GLenum destRGB) const; 927 bool hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const;
|
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/ |
H A D | State.cpp | 674 ANGLE_INLINE bool State::hasConstantColor(GLenum sourceRGB, GLenum destRGB) const in hasConstantColor() 677 destRGB == GL_CONSTANT_COLOR || destRGB == GL_ONE_MINUS_CONSTANT_COLOR; in hasConstantColor() 680 ANGLE_INLINE bool State::hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const in hasConstantAlpha() 683 destRGB == GL_CONSTANT_ALPHA || destRGB == GL_ONE_MINUS_CONSTANT_ALPHA; in hasConstantAlpha() 863 mBlendState.destBlendRGB = destRGB; in setBlendFactors() 869 if (hasConstantColor(sourceRGB, destRGB)) in setBlendFactors() 878 if (hasConstantAlpha(sourceRGB, destRGB)) in setBlendFactors() 888 mBlendStateExt.setFactors(sourceRGB, destRGB, sourceAlpha, destAlpha); in setBlendFactors() 893 GLenum destRGB, in setBlendFactorsIndexed() argument 900 mBlendFuncConstantColorDrawBuffers.set(index, hasConstantColor(sourceRGB, destRGB)); in setBlendFactorsIndexed() [all …]
|
H A D | State.h | 195 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha); 197 GLenum destRGB, 926 bool hasConstantColor(GLenum sourceRGB, GLenum destRGB) const; 927 bool hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const;
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/ |
H A D | State.cpp | 674 ANGLE_INLINE bool State::hasConstantColor(GLenum sourceRGB, GLenum destRGB) const in hasConstantColor() 677 destRGB == GL_CONSTANT_COLOR || destRGB == GL_ONE_MINUS_CONSTANT_COLOR; in hasConstantColor() 680 ANGLE_INLINE bool State::hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const in hasConstantAlpha() 683 destRGB == GL_CONSTANT_ALPHA || destRGB == GL_ONE_MINUS_CONSTANT_ALPHA; in hasConstantAlpha() 863 mBlendState.destBlendRGB = destRGB; in setBlendFactors() 869 if (hasConstantColor(sourceRGB, destRGB)) in setBlendFactors() 878 if (hasConstantAlpha(sourceRGB, destRGB)) in setBlendFactors() 888 mBlendStateExt.setFactors(sourceRGB, destRGB, sourceAlpha, destAlpha); in setBlendFactors() 893 GLenum destRGB, in setBlendFactorsIndexed() argument 900 mBlendFuncConstantColorDrawBuffers.set(index, hasConstantColor(sourceRGB, destRGB)); in setBlendFactorsIndexed() [all …]
|
H A D | State.h | 195 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha); 197 GLenum destRGB, 926 bool hasConstantColor(GLenum sourceRGB, GLenum destRGB) const; 927 bool hasConstantAlpha(GLenum sourceRGB, GLenum destRGB) const;
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/ |
H A D | State.h | 93 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha);
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
H A D | Context.h | 256 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha);
|
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/ |
H A D | State.h | 94 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha);
|