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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 332 functions->FinishRenderTexture = nouveau_finish_render_texture;
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 175 driver->FinishRenderTexture = _swrast_finish_render_texture;
meta_blit.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_fbo.c 766 intel->ctx.Driver.FinishRenderTexture = intel_finish_render_texture;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 522 * Called via ctx->Driver.FinishRenderTexture.
844 functions->FinishRenderTexture = st_finish_render_texture;
  /external/mesa3d/src/mesa/main/
fbobject.c 386 ctx->Driver.FinishRenderTexture(ctx, rb);
461 rb->NeedsFinishRenderTexture = ctx->Driver.FinishRenderTexture != NULL;
495 ctx->Driver.FinishRenderTexture(ctx, rb);
    [all...]
dd.h 720 void (*FinishRenderTexture)(struct gl_context *ctx,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 871 radeon->glCtx.Driver.FinishRenderTexture = radeon_finish_render_texture;

Completed in 92 milliseconds