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

  /external/mesa3d/src/mesa/main/
texobj.c 561 t->Image[face][baseLevel]->Height2);
590 height = baseImage->Height2;
627 if (img->Height2 != height) {
628 incomplete(t, MIPMAP, "TexImage[%d] bad height %u", i, img->Height2);
640 img->Height2 != t->Image[0][i]->Height2) {
    [all...]
teximage.c 1113 img->Height2 = 0;
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 113 (texImage->Height == 1 || _mesa_is_pow_two(texImage->Height2)) &&
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 433 rb->Height = texImage->Height2;
st_cb_texture.c 338 stImage->base.Height2,
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 107 milliseconds