Home | History | Annotate | Download | only in common

Lines Matching refs:IntFormat

1314                          GLsizei width, GLsizei height, GLenum intFormat)
1323 intFormat != tex->IntFormat) {
1343 tex->IntFormat = intFormat;
1370 GLenum intFormat,
1380 newTex = _mesa_meta_alloc_texture(tex, width, height, intFormat);
1387 _mesa_CopyTexImage2D(tex->Target, 0, tex->IntFormat,
1392 _mesa_TexImage2D(tex->Target, 0, tex->IntFormat,
1394 intFormat, GL_UNSIGNED_BYTE, NULL);
1429 _mesa_TexImage2D(tex->Target, 0, tex->IntFormat,
1439 _mesa_TexImage2D(tex->Target, 0, tex->IntFormat,