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

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_texstate.c 201 GLuint minFilt, mipFilt, magFilt;
234 magFilt = FILTER_ANISOTROPIC;
243 magFilt = FILTER_NEAREST;
246 magFilt = FILTER_LINEAR;
279 magFilt = FILTER_4X4_FLAT;
284 (magFilt << SS2_MAG_FILTER_SHIFT) |
i830_texstate.c 192 GLuint minFilt, mipFilt, magFilt;
227 magFilt = FILTER_ANISOTROPIC;
234 magFilt = FILTER_NEAREST;
237 magFilt = FILTER_LINEAR;
280 (magFilt << TM0S3_MAG_FILTER_SHIFT));
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 227 unsigned minFilt, magFilt;
234 magFilt = translate_img_filter( sampler->mag_img_filter );
237 minFilt = magFilt = FILTER_ANISOTROPIC;
257 magFilt = FILTER_4X4_FLAT;
262 (magFilt << SS2_MAG_FILTER_SHIFT));
    [all...]

Completed in 61 milliseconds