Searched refs:ImgFormat (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dwinpos.c30 static GLenum ImgFormat; variable in typeref:typename:GLenum
47 glDrawPixels( ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image );
88 Image = LoadRGBImage( IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat );
H A Dcopypix.c20 static GLenum ImgFormat; variable in typeref:typename:GLenum
58 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image);
185 Image = LoadRGBImage( filename, &ImgWidth, &ImgHeight, &ImgFormat );
201 ImgFormat = GL_COLOR_INDEX;
H A Ddissolve.c26 static GLenum ImgFormat[2]; variable in typeref:typename:GLenum[2]
168 glDrawPixels(ImgWidth[0], ImgHeight[0], ImgFormat[0], GL_UNSIGNED_BYTE, Image[0]);
172 glDrawPixels(ImgWidth[1], ImgHeight[1], ImgFormat[1], GL_UNSIGNED_BYTE, Image[1]);
241 Image[0] = LoadRGBImage(FILE1, &ImgWidth[0], &ImgHeight[0], &ImgFormat[0]);
247 Image[1] = LoadRGBImage(FILE2, &ImgWidth[1], &ImgHeight[1], &ImgFormat[1]);
H A Ddrawpix.c19 static GLenum ImgFormat; variable in typeref:typename:GLenum
70 glDrawPixels(DrawWidth, DrawHeight, ImgFormat, GL_UNSIGNED_BYTE, Image);
107 glDrawPixels(DrawWidth, DrawHeight, ImgFormat, GL_UNSIGNED_BYTE, Image);
256 Image = LoadRGBImage( filename, &ImgWidth, &ImgHeight, &ImgFormat );
272 ImgFormat = GL_COLOR_INDEX;
H A Dreadpix.c21 static GLenum ImgFormat; variable in typeref:typename:GLenum
36 #define ReadFormat ImgFormat
160 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image);
328 Image = LoadRGBImage( IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat );
344 ImgFormat = GL_COLOR_INDEX;
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dblendxor.c16 static GLenum ImgFormat; variable in typeref:typename:GLenum
54 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image);
168 Image = LoadRGBImage(IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat);
H A Dtexcompress2.c15 static GLenum ImgFormat; variable in typeref:typename:GLenum
114 image = LoadRGBImage( file, &ImgWidth, &ImgHeight, &ImgFormat );
125 if (ImgFormat == GL_RGB)
130 if (ImgFormat == GL_RGBA) {
149 ImgFormat, GL_UNSIGNED_BYTE, image);
202 if (ImgFormat == GL_RGBA) {
H A Dpbo.c21 static GLenum ImgFormat; variable in typeref:typename:GLenum
116 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, 0);
236 Image = LoadRGBImage( IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat );
244 if (ImgFormat == GL_RGB) {
257 ImgFormat = GL_RGBA;
H A Drubberband.c15 static GLenum ImgFormat; variable in typeref:typename:GLenum
102 glDrawPixels(ImgWidth, ImgHeight, ImgFormat, GL_UNSIGNED_BYTE, Image);
243 Image = LoadRGBImage(IMAGE_FILE, &ImgWidth, &ImgHeight, &ImgFormat);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.h399 enum ImgFormat enum in namespace:nv50_ir
H A Dnv50_ir_from_nir.cpp84 ImgFormat convertGLImgFormat(GLuint);
1845 ImgFormat
H A Dnv50_ir_from_tgsi.cpp43 static nv50_ir::ImgFormat translateImgFormat(uint format);
516 static nv50_ir::ImgFormat translateImgFormat(uint format)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.h426 enum ImgFormat enum in namespace:nv50_ir

Completed in 21 milliseconds