HomeSort by relevance Sort by last modified time
    Searched defs:multisample_mt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 353 struct intel_mipmap_tree *multisample_mt = NULL; local
372 multisample_mt = intel_miptree_create_for_renderbuffer(intel,
377 if (!multisample_mt) {
382 multisample_mt->singlesample_mt = singlesample_mt;
383 multisample_mt->need_downsample = false;
388 intel_miptree_upsample(intel, multisample_mt);
391 return multisample_mt;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 353 struct intel_mipmap_tree *multisample_mt = NULL; local
372 multisample_mt = intel_miptree_create_for_renderbuffer(intel,
377 if (!multisample_mt) {
382 multisample_mt->singlesample_mt = singlesample_mt;
383 multisample_mt->need_downsample = false;
388 intel_miptree_upsample(intel, multisample_mt);
391 return multisample_mt;
    [all...]

Completed in 47 milliseconds