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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dgetprocaddress.c75 compare_bytes(const char *errorLabel, GLuint expectedSize, argument
80 if (expectedSize == actualSize &&
97 size = expectedSize;
120 compare_ints(const char *errorLabel, GLuint expectedSize, argument
125 if (expectedSize == actualSize &&
142 size = expectedSize;
165 compare_shorts_to_ints(const char *errorLabel, GLuint expectedSize, argument
171 if (expectedSize > MAX_CONVERTED_VALUES) {
173 errorLabel, expectedSize, MAX_CONVERTED_VALUES);
177 for (i = 0; i < expectedSize;
186 compare_floats(const char * errorLabel,GLuint expectedSize,const GLfloat * expectedData,GLuint actualSize,const GLfloat * actualData) argument
230 compare_doubles(const char * errorLabel,GLuint expectedSize,const GLdouble * expectedData,GLuint actualSize,const GLdouble * actualData) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dteximage.c2033 GLint expectedSize; local in function:compressed_texture_error_check
2084 expectedSize = _mesa_cpal_compressed_size(level, internalFormat,
2108 expectedSize = compressed_tex_size(width, height, depth, internalFormat);
2134 if (expectedSize != imageSize) {
4811 GLint expectedSize; local in function:compressed_subtexture_error_check
4836 expectedSize = compressed_tex_size(width, height, depth, format);
4837 if (expectedSize != imageSize) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dteximage.c2013 GLint expectedSize; local in function:compressed_texture_error_check
2064 expectedSize = _mesa_cpal_compressed_size(level, internalFormat,
2088 expectedSize = compressed_tex_size(width, height, depth, internalFormat);
2114 if (expectedSize != imageSize) {
5426 GLint expectedSize; local in function:compressed_subtexture_error_check
5468 expectedSize = compressed_tex_size(width, height, depth, format);
5469 if (expectedSize != imageSize) {

Completed in 20 milliseconds