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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.h 49 st_finalize_texture(struct gl_context *ctx,
st_gen_mipmap.c 104 * lastLevel here, since it won't get done in st_finalize_texture().
128 st_finalize_texture(ctx, st->pipe, texObj, 0);
st_atom_image.c 92 if (!st_finalize_texture(st->ctx, st->pipe, u->TexObj, 0) ||
st_atom_texture.c 81 if (!st_finalize_texture(ctx, st->pipe, texObj, 0) ||
st_cb_fbo.c 387 * This is usually called after st_finalize_texture.
514 if (!st_finalize_texture(ctx, pipe, att->Texture, att->CubeMapFace))
st_cb_texture.c 456 * memory either in st_AllocTextureImageBuffer() or st_finalize_texture().
2457 st_finalize_texture(struct gl_context *ctx, function
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/
dri2.c     [all...]

Completed in 330 milliseconds