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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 114 (texImage->Depth == 1 || _mesa_is_pow_two(texImage->Depth2)))
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 114 (texImage->Depth == 1 || _mesa_is_pow_two(texImage->Depth2)))
s_texfilter.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c 1114 img->Depth2 = 0;
    [all...]
texobj.c 591 depth = baseImage->Depth2;
631 if (img->Depth2 != depth) {
632 incomplete(t, MIPMAP, "TexImage[%d] bad depth %u", i, img->Depth2);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
teximage.c 1114 img->Depth2 = 0;
    [all...]
texobj.c 591 depth = baseImage->Depth2;
631 if (img->Depth2 != depth) {
632 incomplete(t, MIPMAP, "TexImage[%d] bad depth %u", i, img->Depth2);
    [all...]
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 339 stImage->base.Depth2,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 339 stImage->base.Depth2,
    [all...]

Completed in 218 milliseconds