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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_gen_mipmap.c 54 st->gen_mipmap = util_create_gen_mipmap(st->pipe, st->cso_context);
61 util_destroy_gen_mipmap(st->gen_mipmap);
62 st->gen_mipmap = NULL;
101 util_gen_mipmap(st->gen_mipmap, psv, face, baseLevel, lastLevel,
st_context.h 183 struct gen_mipmap_state *gen_mipmap; member in struct:st_context
  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 54 st->gen_mipmap = util_create_gen_mipmap(st->pipe, st->cso_context);
61 util_destroy_gen_mipmap(st->gen_mipmap);
62 st->gen_mipmap = NULL;
101 util_gen_mipmap(st->gen_mipmap, psv, face, baseLevel, lastLevel,
st_context.h 183 struct gen_mipmap_state *gen_mipmap; member in struct:st_context
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 109 gen_mipmap_state* gen_mipmap; member in struct:GalliumD3D11DeviceContext
256 gen_mipmap = util_create_gen_mipmap(pipe, cso_ctx);
263 util_destroy_gen_mipmap(gen_mipmap);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 109 gen_mipmap_state* gen_mipmap; member in struct:GalliumD3D11DeviceContext
256 gen_mipmap = util_create_gen_mipmap(pipe, cso_ctx);
263 util_destroy_gen_mipmap(gen_mipmap);
    [all...]

Completed in 271 milliseconds