| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | winpos.c | 30 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 D | copypix.c | 20 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 D | dissolve.c | 26 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 D | drawpix.c | 19 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 D | readpix.c | 21 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 D | blendxor.c | 16 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 D | texcompress2.c | 15 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 D | pbo.c | 21 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 D | rubberband.c | 15 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 D | nv50_ir.h | 399 enum ImgFormat enum in namespace:nv50_ir
|
| H A D | nv50_ir_from_nir.cpp | 84 ImgFormat convertGLImgFormat(GLuint); 1845 ImgFormat
|
| H A D | nv50_ir_from_tgsi.cpp | 43 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 D | nv50_ir.h | 426 enum ImgFormat enum in namespace:nv50_ir
|