Searched refs:CompFormat (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexcompsub.c17 static GLenum CompFormat = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; variable in typeref:typename:GLenum
40 glTexImage2D(Target, 0, CompFormat, ImgWidth, ImgHeight, 0,
47 CompFormat, ImgSize / 2, ImgData /*+ ImgSize / 2*/);
56 CompFormat, ImgSize / 4, ImgDataTemp);
65 CompFormat, ImgSize / 4, ImgDataTemp);
H A Dtexcompress2.c16 static GLenum CompFormat; variable in typeref:typename:GLenum
126 CompFormat = GL_COMPRESSED_RGB_S3TC_DXT1_EXT;
128 CompFormat = GL_COMPRESSED_RGBA_S3TC_DXT3_EXT;
142 CompFormat = GL_COMPRESSED_RGBA_S3TC_DXT5_EXT;
148 glTexImage2D(Target, 0, CompFormat, ImgWidth, ImgHeight, 0,
156 assert(p == CompFormat);

Completed in 5 milliseconds