| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | texture.c | 276 gluBuild2DMipmaps(GL_TEXTURE_2D, 3, image->sizeX, image->sizeY,
|
| H A D | quad.c | 152 gluBuild2DMipmaps(GL_TEXTURE_2D, 3, image->sizeX, image->sizeY,
|
| H A D | sphere.c | 707 gluBuild2DMipmaps(GL_TEXTURE_2D, format, w, h,
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | texdemo1.c | 305 gluBuild2DMipmaps(target, GL_RGB, w, h, format, GL_UNSIGNED_BYTE, img); 361 gluBuild2DMipmaps(GL_TEXTURE_2D, 3, imgWidth, imgHeight,
|
| H A D | multitex.c | 306 gluBuild2DMipmaps(GL_TEXTURE_2D, 4, imgWidth, imgHeight,
|
| H A D | samplers.c | 230 gluBuild2DMipmaps(GL_TEXTURE_2D, 4, size, size,
|
| H A D | shtest.c | 433 gluBuild2DMipmaps(target, 4, imgWidth, imgHeight,
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | gltestperf.c | 165 if ((gluerr = gluBuild2DMipmaps(GL_TEXTURE_2D, 3, 128, 128, GL_RGB, 240 if ((gluerr = gluBuild2DMipmaps(GL_TEXTURE_2D, 3, 128, 128, GL_RGB,
|
| H A D | pointblast.c | 413 gluBuild2DMipmaps(GL_TEXTURE_2D, 3, 16, 16,
|
| H A D | cubemap.c | 523 gluBuild2DMipmaps(target, GL_RGB, w, h, format, GL_UNSIGNED_BYTE, img);
|
| H A D | reflect.c | 208 gluBuild2DMipmaps(GL_TEXTURE_2D, 3, imgWidth, imgHeight,
|
| H A D | dinoshade.c | 147 gluBuild2DMipmaps(GL_TEXTURE_2D, 3, 16, 16,
|
| H A D | fire.c | 673 if ((gluerr = gluBuild2DMipmaps(GL_TEXTURE_2D, 4, 128, 128, GL_RGBA,
|
| H A D | ipers.c | 190 gluBuild2DMipmaps(GL_TEXTURE_2D, 3, TEX_SKY_WIDTH, TEX_SKY_HEIGHT,
|
| H A D | terrain.c | 583 if ((gluerr = gluBuild2DMipmaps(GL_TEXTURE_2D, 1, 256, 256, GL_LUMINANCE,
|
| H A D | fbo_firecube.c | 721 if ((gluerr = gluBuild2DMipmaps(GL_TEXTURE_2D, 4, 128, 128, GL_RGBA,
|
| H A D | projtex.c | 300 gluBuild2DMipmaps(GL_TEXTURE_2D, 4, texWidth, texHeight,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 6.5.2.rst | 74 - Fixed some gluBuild2DMipmaps() bugs (Greg McGarragh)
|
| /xsrc/external/mit/mesa-demos/dist/src/objviewer/ |
| H A D | skybox.c | 63 gluBuild2DMipmaps(target, GL_RGB, w, h, format, GL_UNSIGNED_BYTE, img);
|
| H A D | glmdraw.c | 266 gluBuild2DMipmaps(GL_TEXTURE_2D, 3, imgWidth, imgHeight,
|
| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| H A D | glslstateschange.c | 198 gluBuild2DMipmaps(GL_TEXTURE_2D, 4, imgWidth, imgHeight,
|
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | readtex.c | 341 error = gluBuild2DMipmaps( target,
|
| /xsrc/external/mit/glu/dist/include/GL/ |
| H A D | glu.h | 298 GLAPI GLint GLAPIENTRY gluBuild2DMipmaps (GLenum target, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *data);
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | mipmap.c | 4586 gluBuild2DMipmaps(GLenum target, GLint internalFormat, function in typeref:typename:GLint GLAPIENTRY 4613 } /* gluBuild2DMipmaps() */
|