Searched refs:FinishRenderTexture (Results 1 – 9 of 9) sorted by relevance
332 functions->FinishRenderTexture = nouveau_finish_render_texture; in nouveau_fbo_functions_init()
902 if (ctx->Driver.FinishRenderTexture && !rb->NeedsFinishRenderTexture) { in _mesa_meta_texture_object_from_renderbuffer()904 ctx->Driver.FinishRenderTexture(ctx, rb); in _mesa_meta_texture_object_from_renderbuffer()
177 driver->FinishRenderTexture = _swrast_finish_render_texture; in _mesa_init_driver_functions()
395 ctx->Driver.FinishRenderTexture(ctx, rb); in remove_attachment()470 rb->NeedsFinishRenderTexture = ctx->Driver.FinishRenderTexture != NULL; in _mesa_update_texture_renderbuffer()504 ctx->Driver.FinishRenderTexture(ctx, rb); in set_texture_attachment()2573 if (ctx->Driver.FinishRenderTexture) { in check_end_texture_render()2579 ctx->Driver.FinishRenderTexture(ctx, rb); in check_end_texture_render()
692 void (*FinishRenderTexture)(struct gl_context *ctx, member
766 intel->ctx.Driver.FinishRenderTexture = intel_finish_render_texture; in intel_fbo_init()
871 functions->FinishRenderTexture = st_finish_render_texture; in st_init_fbo_functions()
872 radeon->glCtx.Driver.FinishRenderTexture = radeon_finish_render_texture; in radeon_fbo_init()