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

  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 92 driver->ChooseTextureFormat = _mesa_choose_tex_format;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_fbo.c 167 return intel->ctx.Driver.ChooseTextureFormat(ctx, GL_TEXTURE_2D,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 635 functions->ChooseTextureFormat = radeonChooseTextureFormat_mesa;
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_fbo.c 260 return ctx->Driver.ChooseTextureFormat(ctx, GL_TEXTURE_2D,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 689 functions->ChooseTextureFormat = nouveau_choose_tex_format;
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 736 driver->ChooseTextureFormat = swrastChooseTextureFormat;
  /external/mesa3d/src/mesa/main/
formatquery.c 947 texformat = ctx->Driver.ChooseTextureFormat(ctx, target, internalformat,
    [all...]
dd.h 182 mesa_format (*ChooseTextureFormat)(struct gl_context *ctx,
    [all...]
texobj.c     [all...]
teximage.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c     [all...]

Completed in 380 milliseconds