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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexcmp.c29 GLuint cSize; member in struct:__anona6e4c3ee0108
136 sprintf(tmp, "%d (%d%% of %d)", Tx->cSize, Tx->cSize * 100 / Tx->size, Tx->size);
166 Tx->cSize, /* compressed size*/
205 glGetTexLevelParameteriv(GL_TEXTURE_2D, 0, GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB, (GLint *)&Tx->cSize);
206 if ((Tx->cData = malloc(Tx->cSize)) != NULL) {

Completed in 2 milliseconds