Home
last modified time | relevance | path

Searched refs:Width2 (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dtexobj.c252 GLuint width = t->Image[0]->Width2; in gl_test_texture_object_completeness()
273 if (t->Image[i]->Width2 != width ) { in gl_test_texture_object_completeness()
284 GLuint width = t->Image[0]->Width2; in gl_test_texture_object_completeness()
297 if (t->Image[i]->Width2 != width) { in gl_test_texture_object_completeness()
H A Dtexture.c434 GLint width = img->Width2; /* without border, power of two */ in sample_1d_nearest()
506 GLint width = img->Width2; in sample_1d_linear()
845 GLint width = img->Width2; /* without border, power of two */ in sample_2d_nearest()
934 GLint width = img->Width2; in sample_2d_linear()
H A Dteximage.c387 texImage->Width2 = 1 << texImage->WidthLog2; in image_to_texture()
838 texImage->Width2 = 1 << texImage->WidthLog2; in make_null_texture()
H A Dtypes.h298 GLuint Width2; /* = Width - 2*Border */ member