Home
last modified time | relevance | path

Searched refs:imgFormat (Results 1 – 25 of 76) sorted by relevance

1234

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Darbnpot.c76 GLenum imgFormat; in Init() local
84 image = LoadRGBImage( IMAGE_FILE, &imgWidth, &imgHeight, &imgFormat ); in Init()
91 imgFormat = GL_RGB; in Init()
122 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
128 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
137 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
143 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
152 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
158 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
168 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
[all …]
H A Dfloattex.c109 GLenum imgFormat; in InitTexture() local
114 image = LoadRGBImage(TexFile, &imgWidth, &imgHeight, &imgFormat); in InitTexture()
120 assert(imgFormat == GL_RGB); in InitTexture()
163 glGetTexImage(GL_TEXTURE_2D, 0, imgFormat, GL_FLOAT, tex2); in InitTexture()
H A Dbumpmap.c114 GLenum imgFormat; in Init() local
139 image = LoadRGBImage(TexFile, &imgWidth, &imgHeight, &imgFormat); in Init()
150 glTexImage2D( GL_TEXTURE_2D, 0, imgFormat, imgWidth, imgHeight, 0, in Init()
151 imgFormat, GL_UNSIGNED_BYTE, image ); in Init()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Darbnpot.c76 GLenum imgFormat; in Init() local
84 image = LoadRGBImage( IMAGE_FILE, &imgWidth, &imgHeight, &imgFormat ); in Init()
91 imgFormat = GL_RGB; in Init()
122 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
128 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
137 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
143 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
152 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
158 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
168 imgFormat, GL_UNSIGNED_BYTE, image); in Init()
[all …]
H A Dbumpmap.c114 GLenum imgFormat; in Init() local
139 image = LoadRGBImage(TexFile, &imgWidth, &imgHeight, &imgFormat); in Init()
150 glTexImage2D( GL_TEXTURE_2D, 0, imgFormat, imgWidth, imgHeight, 0, in Init()
151 imgFormat, GL_UNSIGNED_BYTE, image ); in Init()
H A Dfloattex.c109 GLenum imgFormat; in InitTexture() local
114 image = LoadRGBImage(TexFile, &imgWidth, &imgHeight, &imgFormat); in InitTexture()
120 assert(imgFormat == GL_RGB); in InitTexture()
163 glGetTexImage(GL_TEXTURE_2D, 0, imgFormat, GL_FLOAT, tex2); in InitTexture()
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/tags/
H A Dpictureframe.cpp199 const QString& imgFormat) in PictureFrame() argument
251 field.m_value = imgFormat; in setFields()
347 imgFormat = (*it).m_value.toString(); in getFields()
434 return setField(frame, ID_ImageFormat, imgFormat); in setImageFormat()
449 imgFormat = var.toString(); in getImageFormat()
644 if (imgFormat) { in getMimeTypeForFile()
646 *imgFormat = QLatin1String("JPG"); in getMimeTypeForFile()
648 *imgFormat = QLatin1String("PNG"); in getMimeTypeForFile()
664 QString imgFormat; in setMimeTypeFromFileName() local
788 QString imgFormat, mimeType, description; in getFieldsToBase64() local
[all …]
H A Dpictureframe.h123 const QString& imgFormat = QLatin1String("JPG"));
146 TextEncoding enc = TE_ISO8859_1, const QString& imgFormat = QLatin1String("JPG"),
182 TextEncoding& enc, QString& imgFormat,
223 static bool setImageFormat(Frame& frame, const QString& imgFormat);
233 static bool getImageFormat(const Frame& frame, QString& imgFormat);
345 QString* imgFormat = nullptr);
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/tags/
H A Dpictureframe.cpp199 const QString& imgFormat) in PictureFrame() argument
251 field.m_value = imgFormat; in setFields()
347 imgFormat = (*it).m_value.toString(); in getFields()
434 return setField(frame, ID_ImageFormat, imgFormat); in setImageFormat()
449 imgFormat = var.toString(); in getImageFormat()
644 if (imgFormat) { in getMimeTypeForFile()
646 *imgFormat = QLatin1String("JPG"); in getMimeTypeForFile()
648 *imgFormat = QLatin1String("PNG"); in getMimeTypeForFile()
664 QString imgFormat; in setMimeTypeFromFileName() local
788 QString imgFormat, mimeType, description; in getFieldsToBase64() local
[all …]
H A Dpictureframe.h123 const QString& imgFormat = QLatin1String("JPG"));
146 TextEncoding enc = TE_ISO8859_1, const QString& imgFormat = QLatin1String("JPG"),
182 TextEncoding& enc, QString& imgFormat,
223 static bool setImageFormat(Frame& frame, const QString& imgFormat);
233 static bool getImageFormat(const Frame& frame, QString& imgFormat);
345 QString* imgFormat = nullptr);
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/props/Pseudospectrum/Util/
H A DSnapshot.hpp26 FileFormat imgFormat, numFormat; member
33 imgBase("ps"), numBase("ps"), imgFormat(PNG), numFormat(ASCII_MATLAB), in SnapshotCtrl()
106 Write( estMap, os.str(), snapCtrl.imgFormat ); in Snapshot()
111 Write( estMap, os.str()+"-discrete", snapCtrl.imgFormat ); in Snapshot()
165 Write( estMap, base, snapCtrl.imgFormat ); in FinalSnapshot()
167 Write( itCountMap, base+"-counts", snapCtrl.imgFormat ); in FinalSnapshot()
170 Write( estMap, base+"-discrete", snapCtrl.imgFormat ); in FinalSnapshot()
243 Write( estMap, os.str(), snapCtrl.imgFormat ); in Snapshot()
248 Write( estMap, os.str()+"-discrete", snapCtrl.imgFormat ); in Snapshot()
303 Write( estMap, base, snapCtrl.imgFormat ); in FinalSnapshot()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_image_arg_tests.cpp95 cl_image_format imgFormat = {CL_RGBA, CL_UNORM_INT8}; in TEST_F() local
119 cl_image_format imgFormat = {CL_RGBA, CL_UNORM_INT8}; in TEST_F() local
126 … 0, &imgFormat, context->getDevice(0)->getHardwareInfo().capabilityTable.supportsOcl21Features); in TEST_F()
169 cl_image_format imgFormat = {CL_RGBA, CL_UNORM_INT8}; in TEST_F() local
176 … 0, &imgFormat, context->getDevice(0)->getHardwareInfo().capabilityTable.supportsOcl21Features); in TEST_F()
192 cl_image_format imgFormat = {CL_RGBA, CL_UNORM_INT8}; in TEST_F() local
199 … 0, &imgFormat, context->getDevice(0)->getHardwareInfo().capabilityTable.supportsOcl21Features); in TEST_F()
211 cl_image_format imgFormat = {CL_RGBA, CL_UNORM_INT8}; in TEST_F() local
231 cl_image_format imgFormat = {CL_RGBA, CL_UNORM_INT8}; in HWTEST_F() local
260 cl_image_format imgFormat = {CL_RGBA, CL_UNORM_INT8}; in TEST_F() local
[all …]
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/core/renderer/
H A DStreamRenderer.py35 imgFormat = self.GetProperty("Format")
36 if imgFormat in ["JPEG", "PPM"]:
37 return ImageDataFinalizeHandler(imgFormat)
39 raise RuntimeError("unsupported format: %s" % imgFormat)
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/sharings/d3d/
H A Dd3d_surface.cpp40 cl_image_format imgFormat = {}; in create() local
68 err.set(findImgFormat(surfaceDesc.Format, imgFormat, plane, imagePlane)); in create()
74 …auto *clSurfaceFormat = Image::getSurfaceFormatFromTable(flags, &imgFormat, context->getDevice(0)-… in create()
227 cl_int D3DSurface::findImgFormat(D3DFORMAT d3dFormat, cl_image_format &imgFormat, cl_uint plane, Im… in findImgFormat() argument
233 imgFormat = unknown_format; in findImgFormat()
237 imgFormat = element->second; in findImgFormat()
242 imgFormat.image_channel_order = CL_R; in findImgFormat()
246 imgFormat.image_channel_order = CL_RG; in findImgFormat()
250 imgFormat = unknown_format; in findImgFormat()
269 imgFormat = unknown_format; in findImgFormat()
H A Dd3d_texture.cpp35 cl_image_format imgFormat = {}; in create2d() local
136 cl_image_format imgFormat = {}; in create3d() local
220 cl_image_format imgFormat = {}; in findYuvSurfaceFormatInfo() local
222 imgFormat.image_channel_order = CL_R; in findYuvSurfaceFormatInfo()
224 imgFormat.image_channel_order = CL_RG; in findYuvSurfaceFormatInfo()
227 imgFormat.image_channel_data_type = CL_UNORM_INT16; in findYuvSurfaceFormatInfo()
229 imgFormat.image_channel_data_type = CL_UNORM_INT8; in findYuvSurfaceFormatInfo()
232 return Image::getSurfaceFormatFromTable(flags, &imgFormat, false /* supportsOcl20Features */); in findYuvSurfaceFormatInfo()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/
H A Dimage_validate_tests.cpp111 cl_image_format imgFormat = {}; in TEST() local
112 imgFormat.image_channel_order = CL_DEPTH; in TEST()
113 imgFormat.image_channel_data_type = CL_FLOAT; in TEST()
119 imgFormat.image_channel_data_type = CL_UNORM_INT16; in TEST()
126 cl_image_format imgFormat = {}; in TEST() local
127 imgFormat.image_channel_order = CL_DEPTH; in TEST()
128 imgFormat.image_channel_data_type = CL_FLOAT; in TEST()
141 cl_image_format imgFormat = {}; in TEST() local
142 imgFormat.image_channel_order = CL_DEPTH_STENCIL; in TEST()
149 imgFormat.image_channel_order = CL_DEPTH_STENCIL; in TEST()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtextdocumentlayout/
H A Dtst_qtextdocumentlayout.cpp199 QTextImageFormat imgFormat; in inlineImage() local
200 imgFormat.setName(name); in inlineImage()
201 imgFormat.setWidth(img.width()); in inlineImage()
205 imgFormat.setHeight(height); in inlineImage()
208 cursor.insertImage(imgFormat); in inlineImage()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/examples/lapack-like/
H A DTriangularPseudospectrum.cpp95 const FileFormat imgFormat = static_cast<FileFormat>(imgFormatInt); in main() local
164 Write( AReal, "A", imgFormat ); in main()
169 Write( ACpx, "A", imgFormat ); in main()
184 psCtrl.snapCtrl.imgFormat = imgFormat; in main()
H A DPseudospectrum.cpp139 const FileFormat imgFormat = static_cast<FileFormat>(imgFormatInt); in main() local
220 Write( AReal, "A", imgFormat ); in main()
225 Write( ACpx, "A", imgFormat ); in main()
253 psCtrl.snapCtrl.imgFormat = imgFormat; in main()
H A DChunkedTriangularPseudospectrum.cpp98 const FileFormat imgFormat = static_cast<FileFormat>(imgFormatInt); in main() local
166 Write( AReal, "A", imgFormat ); in main()
171 Write( ACpx, "A", imgFormat ); in main()
229 psCtrl.snapCtrl.imgFormat = imgFormat; in main()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sharings/gl/windows/
H A Dgl_types_tests.cpp90 cl_image_format imgFormat = {}; in TEST_P() local
95 GlTexture::setClImageFormat(glFormat, imgFormat); in TEST_P()
97 EXPECT_EQ(imgFormat.image_channel_data_type, expectedClChannelType); in TEST_P()
98 EXPECT_EQ(imgFormat.image_channel_order, expectedClChannelOrder); in TEST_P()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/graphics_utils/mipmap/
H A Dimg.h36 } imgFormat; typedef
53 imgFormat format;
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/perf/
H A Dglslstateschange.c187 GLenum imgFormat; in InitTextures() local
190 image = LoadRGBImage(TexFiles[i], &imgWidth, &imgHeight, &imgFormat); in InitTextures()
199 imgFormat, GL_UNSIGNED_BYTE, image); in InitTextures()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/perf/
H A Dglslstateschange.c187 GLenum imgFormat; in InitTextures() local
190 image = LoadRGBImage(TexFiles[i], &imgWidth, &imgHeight, &imgFormat); in InitTextures()
199 imgFormat, GL_UNSIGNED_BYTE, image); in InitTextures()
/dports/x11-servers/Xfstt/xfstt-1.11/libfstt/
H A Dtable_eblc.cc107 DEBUG_ATTR_UNUSED int imgFormat = readUShort(); in readSubTable() local
111 idxFormat, imgFormat, imageOffset); in readSubTable()

1234