Home
last modified time | relevance | path

Searched refs:ImgFormat (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/pioneer/pioneer-20210723/contrib/PicoDDS/
H A DPicoDDS.h64 enum ImgFormat enum
133 ImgFormat format;
217 …static int GetMipLevelSize( const unsigned int width, const unsigned int height, const ImgFormat f… in GetMipLevelSize()
280 ImgFormat GetTextureFormat() const;
284 ImgFormat GetDXTFormat() const;
291 inline int GetMinSize(ImgFormat flag) const in GetMinSize()
H A DPicoDDS.cpp138 ImgFormat DDSImage::GetTextureFormat() const in GetTextureFormat()
140 ImgFormat format = FORMAT_NONE; in GetTextureFormat()
272 ImgFormat DDSImage::GetDXTFormat() const in GetDXTFormat()
274 ImgFormat format = FORMAT_NONE; in GetDXTFormat()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dtexcompress2.c15 static GLenum ImgFormat; variable
114 image = LoadRGBImage( file, &ImgWidth, &ImgHeight, &ImgFormat ); in LoadCompressedImage()
125 if (ImgFormat == GL_RGB) in LoadCompressedImage()
130 if (ImgFormat == GL_RGBA) { in LoadCompressedImage()
149 ImgFormat, GL_UNSIGNED_BYTE, image); in LoadCompressedImage()
202 if (ImgFormat == GL_RGBA) { in Init()
H A Dpbo.c21 static GLenum ImgFormat; variable
116 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, 0); in Display()
236 Image = LoadRGBImage( IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat ); in Init()
244 if (ImgFormat == GL_RGB) { in Init()
257 ImgFormat = GL_RGBA; in Init()
H A Dblendxor.c16 static GLenum ImgFormat; variable
48 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in Draw()
162 Image = LoadRGBImage(IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat); in Init()
H A Drubberband.c15 static GLenum ImgFormat; variable
98 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in DrawBackground()
239 Image = LoadRGBImage(IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat); in Init()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dtexcompress2.c15 static GLenum ImgFormat; variable
114 image = LoadRGBImage( file, &ImgWidth, &ImgHeight, &ImgFormat ); in LoadCompressedImage()
125 if (ImgFormat == GL_RGB) in LoadCompressedImage()
130 if (ImgFormat == GL_RGBA) { in LoadCompressedImage()
149 ImgFormat, GL_UNSIGNED_BYTE, image); in LoadCompressedImage()
202 if (ImgFormat == GL_RGBA) { in Init()
H A Dpbo.c21 static GLenum ImgFormat; variable
116 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, 0); in Display()
236 Image = LoadRGBImage( IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat ); in Init()
244 if (ImgFormat == GL_RGB) { in Init()
257 ImgFormat = GL_RGBA; in Init()
H A Dblendxor.c16 static GLenum ImgFormat; variable
54 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in Draw()
168 Image = LoadRGBImage(IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat); in Init()
H A Drubberband.c15 static GLenum ImgFormat; variable
102 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in DrawBackground()
243 Image = LoadRGBImage(IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat); in Init()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dwinpos.c30 static GLenum ImgFormat; variable
47 glDrawPixels( ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image ); in draw()
88 Image = LoadRGBImage( IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat ); in init()
H A Ddissolve.c26 static GLenum ImgFormat[2]; variable
168 glDrawPixels(ImgWidth[0], ImgHeight[0], ImgFormat[0], GL_UNSIGNED_BYTE, Image[0]); in Draw()
172 glDrawPixels(ImgWidth[1], ImgHeight[1], ImgFormat[1], GL_UNSIGNED_BYTE, Image[1]); in Draw()
241 Image[0] = LoadRGBImage(FILE1, &ImgWidth[0], &ImgHeight[0], &ImgFormat[0]); in Init()
247 Image[1] = LoadRGBImage(FILE2, &ImgWidth[1], &ImgHeight[1], &ImgFormat[1]); in Init()
H A Ddrawpix.c19 static GLenum ImgFormat; variable
70 glDrawPixels(DrawWidth, DrawHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in Display()
107 glDrawPixels(DrawWidth, DrawHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in Benchmark()
256 Image = LoadRGBImage( filename, &ImgWidth, &ImgHeight, &ImgFormat ); in Init()
272 ImgFormat = GL_COLOR_INDEX; in Init()
H A Dcopypix.c20 static GLenum ImgFormat; variable
58 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in Display()
185 Image = LoadRGBImage( filename, &ImgWidth, &ImgHeight, &ImgFormat ); in Init()
201 ImgFormat = GL_COLOR_INDEX; in Init()
H A Dreadpix.c21 static GLenum ImgFormat; variable
36 #define ReadFormat ImgFormat
160 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in Display()
328 Image = LoadRGBImage( IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat ); in Init()
344 ImgFormat = GL_COLOR_INDEX; in Init()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dwinpos.c30 static GLenum ImgFormat; variable
47 glDrawPixels( ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image ); in draw()
88 Image = LoadRGBImage( IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat ); in init()
H A Ddissolve.c26 static GLenum ImgFormat[2]; variable
168 glDrawPixels(ImgWidth[0], ImgHeight[0], ImgFormat[0], GL_UNSIGNED_BYTE, Image[0]); in Draw()
172 glDrawPixels(ImgWidth[1], ImgHeight[1], ImgFormat[1], GL_UNSIGNED_BYTE, Image[1]); in Draw()
241 Image[0] = LoadRGBImage(FILE1, &ImgWidth[0], &ImgHeight[0], &ImgFormat[0]); in Init()
247 Image[1] = LoadRGBImage(FILE2, &ImgWidth[1], &ImgHeight[1], &ImgFormat[1]); in Init()
H A Ddrawpix.c19 static GLenum ImgFormat; variable
70 glDrawPixels(DrawWidth, DrawHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in Display()
107 glDrawPixels(DrawWidth, DrawHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in Benchmark()
256 Image = LoadRGBImage( filename, &ImgWidth, &ImgHeight, &ImgFormat ); in Init()
272 ImgFormat = GL_COLOR_INDEX; in Init()
H A Dcopypix.c20 static GLenum ImgFormat; variable
58 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in Display()
185 Image = LoadRGBImage( filename, &ImgWidth, &ImgHeight, &ImgFormat ); in Init()
201 ImgFormat = GL_COLOR_INDEX; in Init()
H A Dreadpix.c21 static GLenum ImgFormat; variable
36 #define ReadFormat ImgFormat
160 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image); in Display()
328 Image = LoadRGBImage( IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat ); in Init()
344 ImgFormat = GL_COLOR_INDEX; in Init()
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/
H A Dio.py2 ImgFormat,
17 FileFormat = ImgFormat
/dports/devel/py-orange-widget-base/orange-widget-base-4.13.0/orangewidget/
H A Dio.py57 class ImgFormat(metaclass=_Registry): class
137 class PngFormat(ImgFormat):
189 class SvgFormat(ImgFormat):
272 class PdfFormat(ImgFormat):
303 class PdfFormat(ImgFormat):
/dports/astro/merkaartor/merkaartor-0.19.0/src/Preferences/
H A DWmsServersList.h28 QString ImgFormat; variable
42 , QString Projections, QString Styles, QString ImgFormat
/dports/devel/upp/upp/bazaar/Oce2Upp/
H A DImage_AlienPixMap_HXX82 ImgFormat thePixelFormat,
91 Standard_EXPORT virtual void Clear ( ImgFormat thePixelFormat = ImgGray );
108 ImgFormat thePixelFormat,
H A DImage_AlienPixMap_CXX63 bool Image_AlienPixMap::InitWrapper ( ImgFormat,
77 bool Image_AlienPixMap::InitTrash ( ImgFormat
140 void Image_AlienPixMap::Clear ( ImgFormat thePixelFormat )

12