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

  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 303 regardless of the actual values, when performing mipmap calculations.
305 regardless of the actual value, when performing mipmap calculations."
307 -- Section 3.8.8 "Automatic Mipmap Generation" in the section "Mipmapping"
316 -- Section 3.8.8 "Manual Mipmap Generation" in the section "Mipmapping"
326 TEXTURE_3D, TEXTURE_1D_ARRAY, or TEXTURE_2D_ARRAY. Mipmap generation
680 3.8.8 ("Manual Mipmap Generation"), 4.4.2.3, and 6.1.3 should be ignored.
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 303 regardless of the actual values, when performing mipmap calculations.
305 regardless of the actual value, when performing mipmap calculations."
307 -- Section 3.8.8 "Automatic Mipmap Generation" in the section "Mipmapping"
316 -- Section 3.8.8 "Manual Mipmap Generation" in the section "Mipmapping"
326 TEXTURE_3D, TEXTURE_1D_ARRAY, or TEXTURE_2D_ARRAY. Mipmap generation
680 3.8.8 ("Manual Mipmap Generation"), 4.4.2.3, and 6.1.3 should be ignored.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 53 #include "main/mipmap.h"
342 struct gen_mipmap_state Mipmap; /**< For _mesa_meta_GenerateMipmap() */
351 struct gen_mipmap_state *mipmap);
444 meta_glsl_generate_mipmap_cleanup(ctx, &ctx->Meta->Mipmap);
2783 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
3236 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 53 #include "main/mipmap.h"
342 struct gen_mipmap_state Mipmap; /**< For _mesa_meta_GenerateMipmap() */
351 struct gen_mipmap_state *mipmap);
444 meta_glsl_generate_mipmap_cleanup(ctx, &ctx->Meta->Mipmap);
2783 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
3236 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; local
    [all...]

Completed in 76 milliseconds