Home
last modified time | relevance | path

Searched refs:pixelType (Results 1 – 25 of 745) sorted by relevance

12345678910>>...30

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/glu/
H A DTestBug365TextureGenerateMipMaps.java114 pixelType, in testTextureMipMapGeneration()
154 final int pixelType = GL.GL_BYTE; in test02_MipMap_ScaleInternal_RGB_BYTE() local
164 final int pixelType = GL.GL_BYTE; in test03_MipMap_ScaleInternal_RGBA_BYTE() local
194 final int pixelType = GL.GL_SHORT; in test06_MipMap_ScaleInternal_RGB_SHORT() local
204 final int pixelType = GL.GL_SHORT; in test07_MipMap_ScaleInternal_RGBA_SHORT() local
214 final int pixelType = GL.GL_UNSIGNED_INT; in test08_MipMap_ScaleInternal_RGB_UINT() local
224 final int pixelType = GL.GL_UNSIGNED_INT; in test09_MipMap_ScaleInternal_RGBA_UINT() local
234 final int pixelType = GL2ES2.GL_INT; in test10_MipMap_ScaleInternal_RGB_INT() local
244 final int pixelType = GL2ES2.GL_INT; in test11_MipMap_ScaleInternal_RGBA_INT() local
254 final int pixelType = GL.GL_FLOAT; in test12_MipMap_ScaleInternal_RGB_FLOAT() local
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dppmtospu.c218 pixelType[col].x = col; in dither()
231 pixelType[i] = pixelType[j]; in swapPixelType()
232 pixelType[j] = w; in swapPixelType()
279 sort(pixelType, left, j); in sort()
281 sort(pixelType, i, right); in sort()
301 ++hist[pixelType[col].color9]; in computePalette()
305 pixelType[col].popularity = hist[pixelType[col].color9]; in computePalette()
308 sort(pixelType, 0, SPU_WIDTH); in computePalette()
361 pixelType[col].index4 = 0; in convertPixel()
462 setPixel(pixelType[col].x, row, pixelType[col].index4, screen); in convertRow()
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/texture/
H A DTextureData.java65 private int pixelType; field in TextureData
158 this.pixelType = pixelType; in TextureData()
220 this.pixelType = pixelType; in TextureData()
298 return pixelType; in getPixelType()
341 public void setPixelType(int pixelType) { this.pixelType = pixelType; } in setPixelType() argument
602 if (pixelType == 0) pixelType = GL.GL_UNSIGNED_BYTE; in setupLazyCustomConversion()
606 if (pixelType == 0) pixelType = GL.GL_FLOAT; in setupLazyCustomConversion()
609 if (pixelType == 0) pixelType = GL.GL_UNSIGNED_INT; in setupLazyCustomConversion()
611 if (pixelType == 0) pixelType = GL.GL_SHORT; in setupLazyCustomConversion()
613 if (pixelType == 0) pixelType = GL.GL_UNSIGNED_SHORT; in setupLazyCustomConversion()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
93 this.pixelType = pixelType; in LCMSImageLayout()
105 this.pixelType = pixelType; in LCMSImageLayout()
117 this(np, pixelType, pixelSize); in LCMSImageLayout()
128 this(np, pixelType, pixelSize); in LCMSImageLayout()
139 this(np, pixelType, pixelSize); in LCMSImageLayout()
150 this(np, pixelType, pixelSize); in LCMSImageLayout()
169 l.pixelType = PT_ARGB_8; in createImageLayout()
173 l.pixelType = PT_ARGB_8; in createImageLayout()
177 l.pixelType = PT_ABGR_8; in createImageLayout()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
93 this.pixelType = pixelType; in LCMSImageLayout()
105 this.pixelType = pixelType; in LCMSImageLayout()
117 this(np, pixelType, pixelSize); in LCMSImageLayout()
128 this(np, pixelType, pixelSize); in LCMSImageLayout()
139 this(np, pixelType, pixelSize); in LCMSImageLayout()
150 this(np, pixelType, pixelSize); in LCMSImageLayout()
169 l.pixelType = PT_ARGB_8; in createImageLayout()
173 l.pixelType = PT_ARGB_8; in createImageLayout()
177 l.pixelType = PT_ABGR_8; in createImageLayout()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
93 this.pixelType = pixelType; in LCMSImageLayout()
105 this.pixelType = pixelType; in LCMSImageLayout()
117 this(np, pixelType, pixelSize); in LCMSImageLayout()
128 this(np, pixelType, pixelSize); in LCMSImageLayout()
139 this(np, pixelType, pixelSize); in LCMSImageLayout()
150 this(np, pixelType, pixelSize); in LCMSImageLayout()
169 l.pixelType = PT_ARGB_8; in createImageLayout()
173 l.pixelType = PT_ARGB_8; in createImageLayout()
177 l.pixelType = PT_ABGR_8; in createImageLayout()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java74 int pixelType; field in LCMSImageLayout
94 this.pixelType = pixelType; in LCMSImageLayout()
106 this.pixelType = pixelType; in LCMSImageLayout()
118 this(np, pixelType, pixelSize); in LCMSImageLayout()
129 this(np, pixelType, pixelSize); in LCMSImageLayout()
140 this(np, pixelType, pixelSize); in LCMSImageLayout()
151 this(np, pixelType, pixelSize); in LCMSImageLayout()
170 l.pixelType = PT_ARGB_8; in createImageLayout()
174 l.pixelType = PT_ARGB_8; in createImageLayout()
178 l.pixelType = PT_ABGR_8; in createImageLayout()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
93 this.pixelType = pixelType; in LCMSImageLayout()
105 this.pixelType = pixelType; in LCMSImageLayout()
117 this(np, pixelType, pixelSize); in LCMSImageLayout()
128 this(np, pixelType, pixelSize); in LCMSImageLayout()
139 this(np, pixelType, pixelSize); in LCMSImageLayout()
150 this(np, pixelType, pixelSize); in LCMSImageLayout()
169 l.pixelType = PT_ARGB_8; in createImageLayout()
173 l.pixelType = PT_ARGB_8; in createImageLayout()
177 l.pixelType = PT_ABGR_8; in createImageLayout()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
93 this.pixelType = pixelType; in LCMSImageLayout()
105 this.pixelType = pixelType; in LCMSImageLayout()
117 this(np, pixelType, pixelSize); in LCMSImageLayout()
128 this(np, pixelType, pixelSize); in LCMSImageLayout()
139 this(np, pixelType, pixelSize); in LCMSImageLayout()
150 this(np, pixelType, pixelSize); in LCMSImageLayout()
169 l.pixelType = PT_ARGB_8; in createImageLayout()
173 l.pixelType = PT_ARGB_8; in createImageLayout()
177 l.pixelType = PT_ABGR_8; in createImageLayout()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java74 int pixelType; field in LCMSImageLayout
94 this.pixelType = pixelType; in LCMSImageLayout()
106 this.pixelType = pixelType; in LCMSImageLayout()
118 this(np, pixelType, pixelSize); in LCMSImageLayout()
129 this(np, pixelType, pixelSize); in LCMSImageLayout()
140 this(np, pixelType, pixelSize); in LCMSImageLayout()
151 this(np, pixelType, pixelSize); in LCMSImageLayout()
170 l.pixelType = PT_ARGB_8; in createImageLayout()
174 l.pixelType = PT_ARGB_8; in createImageLayout()
178 l.pixelType = PT_ABGR_8; in createImageLayout()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
93 this.pixelType = pixelType; in LCMSImageLayout()
105 this.pixelType = pixelType; in LCMSImageLayout()
117 this(np, pixelType, pixelSize); in LCMSImageLayout()
128 this(np, pixelType, pixelSize); in LCMSImageLayout()
139 this(np, pixelType, pixelSize); in LCMSImageLayout()
150 this(np, pixelType, pixelSize); in LCMSImageLayout()
169 l.pixelType = PT_ARGB_8; in createImageLayout()
173 l.pixelType = PT_ARGB_8; in createImageLayout()
177 l.pixelType = PT_ABGR_8; in createImageLayout()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
93 this.pixelType = pixelType; in LCMSImageLayout()
105 this.pixelType = pixelType; in LCMSImageLayout()
117 this(np, pixelType, pixelSize); in LCMSImageLayout()
128 this(np, pixelType, pixelSize); in LCMSImageLayout()
139 this(np, pixelType, pixelSize); in LCMSImageLayout()
150 this(np, pixelType, pixelSize); in LCMSImageLayout()
169 l.pixelType = PT_ARGB_8; in createImageLayout()
173 l.pixelType = PT_ARGB_8; in createImageLayout()
177 l.pixelType = PT_ABGR_8; in createImageLayout()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java74 int pixelType; field in LCMSImageLayout
94 this.pixelType = pixelType; in LCMSImageLayout()
106 this.pixelType = pixelType; in LCMSImageLayout()
118 this(np, pixelType, pixelSize); in LCMSImageLayout()
129 this(np, pixelType, pixelSize); in LCMSImageLayout()
140 this(np, pixelType, pixelSize); in LCMSImageLayout()
151 this(np, pixelType, pixelSize); in LCMSImageLayout()
170 l.pixelType = PT_ARGB_8; in createImageLayout()
174 l.pixelType = PT_ARGB_8; in createImageLayout()
178 l.pixelType = PT_ABGR_8; in createImageLayout()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/nona/
H A DStitcher.cpp54 std::string pixelType = info.getPixelType(); in stitchPanorama() local
61 if ( pixelType != info2.getPixelType() ) { in stitchPanorama()
65 pano.getImage(0).getFilename() << " uses: " << pixelType); in stitchPanorama()
95 opts.outputPixelType = pixelType; in stitchPanorama()
99 pixelType = opts.outputPixelType; in stitchPanorama()
116 if (pixelType == "UINT8"|| in stitchPanorama()
117 pixelType == "INT16" || in stitchPanorama()
118 pixelType == "UINT16" ) in stitchPanorama()
125 if (pixelType == "UINT8" || in stitchPanorama()
126 pixelType == "INT16" || in stitchPanorama()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltextureuploader.cpp117 GLuint pixelType; in textureImage() local
138 pixelType = GL_UNSIGNED_BYTE; in textureImage()
143 pixelType = GL_UNSIGNED_BYTE; in textureImage()
156 pixelType = GL_UNSIGNED_BYTE; in textureImage()
206 pixelType = GL_UNSIGNED_BYTE; in textureImage()
213 pixelType = GL_UNSIGNED_BYTE; in textureImage()
219 pixelType = GL_UNSIGNED_BYTE; in textureImage()
227 pixelType = GL_UNSIGNED_BYTE; in textureImage()
236 pixelType = GL_UNSIGNED_SHORT; in textureImage()
245 pixelType = GL_UNSIGNED_BYTE; in textureImage()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltextureuploader.cpp117 GLuint pixelType; in textureImage() local
138 pixelType = GL_UNSIGNED_BYTE; in textureImage()
143 pixelType = GL_UNSIGNED_BYTE; in textureImage()
156 pixelType = GL_UNSIGNED_BYTE; in textureImage()
206 pixelType = GL_UNSIGNED_BYTE; in textureImage()
213 pixelType = GL_UNSIGNED_BYTE; in textureImage()
219 pixelType = GL_UNSIGNED_BYTE; in textureImage()
227 pixelType = GL_UNSIGNED_BYTE; in textureImage()
236 pixelType = GL_UNSIGNED_SHORT; in textureImage()
245 pixelType = GL_UNSIGNED_BYTE; in textureImage()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltextureuploader.cpp117 GLuint pixelType; in textureImage() local
138 pixelType = GL_UNSIGNED_BYTE; in textureImage()
143 pixelType = GL_UNSIGNED_BYTE; in textureImage()
156 pixelType = GL_UNSIGNED_BYTE; in textureImage()
206 pixelType = GL_UNSIGNED_BYTE; in textureImage()
213 pixelType = GL_UNSIGNED_BYTE; in textureImage()
219 pixelType = GL_UNSIGNED_BYTE; in textureImage()
227 pixelType = GL_UNSIGNED_BYTE; in textureImage()
236 pixelType = GL_UNSIGNED_SHORT; in textureImage()
245 pixelType = GL_UNSIGNED_BYTE; in textureImage()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltextureuploader.cpp117 GLuint pixelType; in textureImage() local
138 pixelType = GL_UNSIGNED_BYTE; in textureImage()
143 pixelType = GL_UNSIGNED_BYTE; in textureImage()
156 pixelType = GL_UNSIGNED_BYTE; in textureImage()
206 pixelType = GL_UNSIGNED_BYTE; in textureImage()
213 pixelType = GL_UNSIGNED_BYTE; in textureImage()
219 pixelType = GL_UNSIGNED_BYTE; in textureImage()
227 pixelType = GL_UNSIGNED_BYTE; in textureImage()
236 pixelType = GL_UNSIGNED_SHORT; in textureImage()
245 pixelType = GL_UNSIGNED_BYTE; in textureImage()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltextureuploader.cpp117 GLuint pixelType; in textureImage() local
138 pixelType = GL_UNSIGNED_BYTE; in textureImage()
143 pixelType = GL_UNSIGNED_BYTE; in textureImage()
156 pixelType = GL_UNSIGNED_BYTE; in textureImage()
206 pixelType = GL_UNSIGNED_BYTE; in textureImage()
213 pixelType = GL_UNSIGNED_BYTE; in textureImage()
219 pixelType = GL_UNSIGNED_BYTE; in textureImage()
227 pixelType = GL_UNSIGNED_BYTE; in textureImage()
236 pixelType = GL_UNSIGNED_SHORT; in textureImage()
245 pixelType = GL_UNSIGNED_BYTE; in textureImage()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltextureuploader.cpp117 GLuint pixelType; in textureImage() local
138 pixelType = GL_UNSIGNED_BYTE; in textureImage()
143 pixelType = GL_UNSIGNED_BYTE; in textureImage()
156 pixelType = GL_UNSIGNED_BYTE; in textureImage()
206 pixelType = GL_UNSIGNED_BYTE; in textureImage()
213 pixelType = GL_UNSIGNED_BYTE; in textureImage()
219 pixelType = GL_UNSIGNED_BYTE; in textureImage()
227 pixelType = GL_UNSIGNED_BYTE; in textureImage()
236 pixelType = GL_UNSIGNED_SHORT; in textureImage()
245 pixelType = GL_UNSIGNED_BYTE; in textureImage()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltextureuploader.cpp117 GLuint pixelType; in textureImage() local
138 pixelType = GL_UNSIGNED_BYTE; in textureImage()
143 pixelType = GL_UNSIGNED_BYTE; in textureImage()
156 pixelType = GL_UNSIGNED_BYTE; in textureImage()
206 pixelType = GL_UNSIGNED_BYTE; in textureImage()
213 pixelType = GL_UNSIGNED_BYTE; in textureImage()
219 pixelType = GL_UNSIGNED_BYTE; in textureImage()
227 pixelType = GL_UNSIGNED_BYTE; in textureImage()
236 pixelType = GL_UNSIGNED_SHORT; in textureImage()
245 pixelType = GL_UNSIGNED_BYTE; in textureImage()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltextureuploader.cpp117 GLuint pixelType; in textureImage() local
138 pixelType = GL_UNSIGNED_BYTE; in textureImage()
143 pixelType = GL_UNSIGNED_BYTE; in textureImage()
156 pixelType = GL_UNSIGNED_BYTE; in textureImage()
206 pixelType = GL_UNSIGNED_BYTE; in textureImage()
213 pixelType = GL_UNSIGNED_BYTE; in textureImage()
219 pixelType = GL_UNSIGNED_BYTE; in textureImage()
227 pixelType = GL_UNSIGNED_BYTE; in textureImage()
236 pixelType = GL_UNSIGNED_SHORT; in textureImage()
245 pixelType = GL_UNSIGNED_BYTE; in textureImage()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltextureuploader.cpp117 GLuint pixelType; in textureImage() local
138 pixelType = GL_UNSIGNED_BYTE; in textureImage()
143 pixelType = GL_UNSIGNED_BYTE; in textureImage()
156 pixelType = GL_UNSIGNED_BYTE; in textureImage()
206 pixelType = GL_UNSIGNED_BYTE; in textureImage()
213 pixelType = GL_UNSIGNED_BYTE; in textureImage()
219 pixelType = GL_UNSIGNED_BYTE; in textureImage()
227 pixelType = GL_UNSIGNED_BYTE; in textureImage()
236 pixelType = GL_UNSIGNED_SHORT; in textureImage()
245 pixelType = GL_UNSIGNED_BYTE; in textureImage()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltextureuploader.cpp117 GLuint pixelType; in textureImage() local
138 pixelType = GL_UNSIGNED_BYTE; in textureImage()
143 pixelType = GL_UNSIGNED_BYTE; in textureImage()
156 pixelType = GL_UNSIGNED_BYTE; in textureImage()
206 pixelType = GL_UNSIGNED_BYTE; in textureImage()
213 pixelType = GL_UNSIGNED_BYTE; in textureImage()
219 pixelType = GL_UNSIGNED_BYTE; in textureImage()
227 pixelType = GL_UNSIGNED_BYTE; in textureImage()
236 pixelType = GL_UNSIGNED_SHORT; in textureImage()
245 pixelType = GL_UNSIGNED_BYTE; in textureImage()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltextureuploader.cpp117 GLuint pixelType; in textureImage() local
138 pixelType = GL_UNSIGNED_BYTE; in textureImage()
143 pixelType = GL_UNSIGNED_BYTE; in textureImage()
156 pixelType = GL_UNSIGNED_BYTE; in textureImage()
206 pixelType = GL_UNSIGNED_BYTE; in textureImage()
213 pixelType = GL_UNSIGNED_BYTE; in textureImage()
219 pixelType = GL_UNSIGNED_BYTE; in textureImage()
227 pixelType = GL_UNSIGNED_BYTE; in textureImage()
236 pixelType = GL_UNSIGNED_SHORT; in textureImage()
245 pixelType = GL_UNSIGNED_BYTE; in textureImage()
[all …]

12345678910>>...30