Searched refs:FinishRenderTexture (Results 1 - 19 of 19) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_fbo.c | 336 functions->FinishRenderTexture = nouveau_finish_render_texture;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_fbo.c | 337 functions->FinishRenderTexture = nouveau_finish_render_texture;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.1.2.rst | 114 - i965: Fix render-to-texture in non-FinishRenderTexture cases.
|
| H A D | 9.1.4.rst | 153 FinishRenderTexture.
|
| H A D | 7.10.rst | 1062 - intel: Corresponding FinishRenderTexture debug to BeginRenderTexture.
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | meta_blit.c | 375 if (ctx->Driver.FinishRenderTexture && !rb->NeedsFinishRenderTexture) { 377 ctx->Driver.FinishRenderTexture(ctx, rb);
|
| H A D | driverfuncs.c | 183 driver->FinishRenderTexture = _swrast_finish_render_texture;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 181 driver->FinishRenderTexture = _swrast_finish_render_texture;
|
| H A D | meta_blit.c | 902 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 D | intel_fbo.c | 771 intel->ctx.Driver.FinishRenderTexture = intel_finish_render_texture;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_fbo.c | 771 intel->ctx.Driver.FinishRenderTexture = intel_finish_render_texture;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | fbobject.c | 396 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 D | dd.h | 776 void (*FinishRenderTexture)(struct gl_context *ctx, member in struct:dd_function_table
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | fbobject.c | 425 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 D | dd.h | 865 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 D | radeon_fbo.c | 876 radeon->glCtx.Driver.FinishRenderTexture = radeon_finish_render_texture;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_fbo.c | 608 * Called via ctx->Driver.FinishRenderTexture. 971 functions->FinishRenderTexture = st_finish_render_texture;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_fbo.c | 641 * Called via ctx->Driver.FinishRenderTexture. 1000 functions->FinishRenderTexture = st_finish_render_texture;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_fbo.c | 876 radeon->glCtx.Driver.FinishRenderTexture = radeon_finish_render_texture;
|
Completed in 33 milliseconds