Home
last modified time | relevance | path

Searched refs:FinishRenderTexture (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dfbobject.c307 if (ctx->Driver.FinishRenderTexture) { in _mesa_remove_attachment()
309 ctx->Driver.FinishRenderTexture(ctx, att); in _mesa_remove_attachment()
338 if (ctx->Driver.FinishRenderTexture) in _mesa_set_texture_attachment()
339 ctx->Driver.FinishRenderTexture(ctx, att); in _mesa_set_texture_attachment()
343 if (ctx->Driver.FinishRenderTexture && att->Texture) in _mesa_set_texture_attachment()
344 ctx->Driver.FinishRenderTexture(ctx, att); in _mesa_set_texture_attachment()
1701 if (ctx->Driver.FinishRenderTexture) { in check_end_texture_render()
1706 ctx->Driver.FinishRenderTexture(ctx, att); in check_end_texture_render()
Ddd.h612 void (*FinishRenderTexture)(struct gl_context *ctx, member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_fbo.c312 functions->FinishRenderTexture = nouveau_finish_render_texture; in nouveau_fbo_functions_init()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c172 driver->FinishRenderTexture = _swrast_finish_render_texture; in _mesa_init_driver_functions()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c801 functions->FinishRenderTexture = st_finish_render_texture; in st_init_fbo_functions()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c955 intel->ctx.Driver.FinishRenderTexture = intel_finish_render_texture; in intel_fbo_init()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_fbo.c955 intel->ctx.Driver.FinishRenderTexture = intel_finish_render_texture; in intel_fbo_init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_fbo.c955 intel->ctx.Driver.FinishRenderTexture = intel_finish_render_texture; in intel_fbo_init()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c957 radeon->glCtx->Driver.FinishRenderTexture = radeon_finish_render_texture; in radeon_fbo_init()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c957 radeon->glCtx->Driver.FinishRenderTexture = radeon_finish_render_texture; in radeon_fbo_init()