Searched refs:imgFormat (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Darbnpot.c76 GLenum imgFormat; local in function:Init
84 image = LoadRGBImage( IMAGE_FILE, &imgWidth, &imgHeight, &imgFormat );
91 imgFormat = GL_RGB;
122 imgFormat, GL_UNSIGNED_BYTE, image);
128 imgFormat, GL_UNSIGNED_BYTE, image);
137 imgFormat, GL_UNSIGNED_BYTE, image);
143 imgFormat, GL_UNSIGNED_BYTE, image);
152 imgFormat, GL_UNSIGNED_BYTE, image);
158 imgFormat, GL_UNSIGNED_BYTE, image);
168 imgFormat, GL_UNSIGNED_BYT
[all...]
H A Dbumpmap.c114 GLenum imgFormat; local in function:Init
139 image = LoadRGBImage(TexFile, &imgWidth, &imgHeight, &imgFormat);
150 glTexImage2D( GL_TEXTURE_2D, 0, imgFormat, imgWidth, imgHeight, 0,
151 imgFormat, GL_UNSIGNED_BYTE, image );
H A Dfloattex.c109 GLenum imgFormat; local in function:InitTexture
114 image = LoadRGBImage(TexFile, &imgWidth, &imgHeight, &imgFormat);
120 assert(imgFormat == GL_RGB);
163 glGetTexImage(GL_TEXTURE_2D, 0, imgFormat, GL_FLOAT, tex2);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dmultitex.c295 GLenum imgFormat; local in function:InitTextures
298 image = LoadRGBImage(TexFiles[i], &imgWidth, &imgHeight, &imgFormat);
307 imgFormat, GL_UNSIGNED_BYTE, image);
H A Dtexdemo1.c350 GLenum imgFormat; local in function:InitTextures
353 image = LoadRGBImage(GroundImage, &imgWidth, &imgHeight, &imgFormat);
362 imgFormat, GL_UNSIGNED_BYTE, image);
H A Dshtest.c391 GLenum imgFormat; local in function:LoadTexture
397 image = LoadRGBImage(texFileName, &imgWidth, &imgHeight, &imgFormat);
422 imgFormat, GL_UNSIGNED_BYTE, image);
430 imgFormat, GL_UNSIGNED_BYTE, image);
434 imgFormat, GL_UNSIGNED_BYTE, image);
/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dglslstateschange.c187 GLenum imgFormat; local in function:InitTextures
190 image = LoadRGBImage(TexFiles[i], &imgWidth, &imgHeight, &imgFormat);
199 imgFormat, GL_UNSIGNED_BYTE, image);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dreflect.c196 GLenum imgFormat; local in function:InitWindow
202 image = LoadRGBImage( TABLE_TEXTURE, &imgWidth, &imgHeight, &imgFormat );
209 imgFormat, GL_UNSIGNED_BYTE, image);
H A Dprojtex.c177 GLenum imgFormat; local in function:loadImageTextures
181 image = LoadRGBImage(texFilename[tex], &imgWidth, &imgHeight, &imgFormat);
186 assert(imgFormat == GL_RGB);
193 gluScaleImage(imgFormat, imgWidth, imgHeight, GL_UNSIGNED_BYTE, image,
/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglmdraw.c249 GLenum imgFormat; local in function:_glmLoadTexture
254 image = LoadRGBImage( mat->map_kd, &imgWidth, &imgHeight, &imgFormat );
267 imgFormat, GL_UNSIGNED_BYTE, image);

Completed in 10 milliseconds