Searched refs:FinishRenderTexture (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_fbo.c336 functions->FinishRenderTexture = nouveau_finish_render_texture;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_fbo.c337 functions->FinishRenderTexture = nouveau_finish_render_texture;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.1.2.rst114 - i965: Fix render-to-texture in non-FinishRenderTexture cases.
H A D9.1.4.rst153 FinishRenderTexture.
H A D7.10.rst1062 - intel: Corresponding FinishRenderTexture debug to BeginRenderTexture.
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta_blit.c375 if (ctx->Driver.FinishRenderTexture && !rb->NeedsFinishRenderTexture) {
377 ctx->Driver.FinishRenderTexture(ctx, rb);
H A Ddriverfuncs.c183 driver->FinishRenderTexture = _swrast_finish_render_texture;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c181 driver->FinishRenderTexture = _swrast_finish_render_texture;
H A Dmeta_blit.c902 if (ctx->Driver.FinishRenderTexture && !rb->NeedsFinishRenderTexture) {
904 ctx->Driver.FinishRenderTexture(ctx, rb);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c771 intel->ctx.Driver.FinishRenderTexture = intel_finish_render_texture;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c771 intel->ctx.Driver.FinishRenderTexture = intel_finish_render_texture;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dfbobject.c396 ctx->Driver.FinishRenderTexture(ctx, rb);
471 rb->NeedsFinishRenderTexture = ctx->Driver.FinishRenderTexture != NULL;
506 ctx->Driver.FinishRenderTexture(ctx, rb);
2788 * If so, call ctx->Driver.FinishRenderTexture() for each texture to
2798 if (ctx->Driver.FinishRenderTexture) {
2804 ctx->Driver.FinishRenderTexture(ctx, rb);
2892 * ctx->Driver.FinishRenderTexture().
H A Ddd.h776 void (*FinishRenderTexture)(struct gl_context *ctx, member in struct:dd_function_table
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dfbobject.c425 ctx->Driver.FinishRenderTexture(ctx, rb);
500 rb->NeedsFinishRenderTexture = ctx->Driver.FinishRenderTexture != NULL;
535 ctx->Driver.FinishRenderTexture(ctx, rb);
3057 * If so, call ctx->Driver.FinishRenderTexture() for each texture to
3067 if (ctx->Driver.FinishRenderTexture) {
3073 ctx->Driver.FinishRenderTexture(ctx, rb);
3163 * ctx->Driver.FinishRenderTexture().
H A Ddd.h865 void (*FinishRenderTexture)(struct gl_context *ctx, member in struct:dd_function_table
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c876 radeon->glCtx.Driver.FinishRenderTexture = radeon_finish_render_texture;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.c608 * Called via ctx->Driver.FinishRenderTexture.
971 functions->FinishRenderTexture = st_finish_render_texture;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.c641 * Called via ctx->Driver.FinishRenderTexture.
1000 functions->FinishRenderTexture = st_finish_render_texture;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c876 radeon->glCtx.Driver.FinishRenderTexture = radeon_finish_render_texture;

Completed in 33 milliseconds