HomeSort by relevance Sort by last modified time
    Searched refs:Width2 (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/main/
texobj.c 557 assert(baseImage->Width2 == baseImage->Height);
560 t->Image[face][baseLevel]->Width2 ==
563 t->Image[face][baseLevel]->Width2 != baseImage->Width2) {
589 width = baseImage->Width2;
623 if (img->Width2 != width) {
624 incomplete(t, MIPMAP, "TexImage[%d] bad width %u", i, img->Width2);
639 if (img->Width2 != t->Image[0][i]->Width2 ||
    [all...]
teximage.c 1112 img->Width2 = 0;
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 112 if ((texImage->Width == 1 || _mesa_is_pow_two(texImage->Width2)) &&
s_texfilter.c 853 const GLint width = img->Width2; /* without border, power of two */
878 const GLint width = img->Width2;
1120 const GLint width = img->Width2; /* without border, power of two *
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 432 rb->Width = texImage->Width2;
st_cb_texture.c 337 stImage->base.Width2,
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 58 milliseconds