Home
last modified time | relevance | path

Searched refs:_mesa_reference_framebuffer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dcontext.c1127 _mesa_reference_framebuffer(&ctx->WinSysDrawBuffer, NULL); in _mesa_free_context_data()
1128 _mesa_reference_framebuffer(&ctx->WinSysReadBuffer, NULL); in _mesa_free_context_data()
1129 _mesa_reference_framebuffer(&ctx->DrawBuffer, NULL); in _mesa_free_context_data()
1130 _mesa_reference_framebuffer(&ctx->ReadBuffer, NULL); in _mesa_free_context_data()
1515 _mesa_reference_framebuffer(&curCtx->WinSysDrawBuffer, NULL); in _mesa_make_current()
1516 _mesa_reference_framebuffer(&curCtx->WinSysReadBuffer, NULL); in _mesa_make_current()
1529 _mesa_reference_framebuffer(&newCtx->WinSysDrawBuffer, drawBuffer); in _mesa_make_current()
1530 _mesa_reference_framebuffer(&newCtx->WinSysReadBuffer, readBuffer); in _mesa_make_current()
1537 _mesa_reference_framebuffer(&newCtx->DrawBuffer, drawBuffer); in _mesa_make_current()
1547 _mesa_reference_framebuffer(&newCtx->ReadBuffer, readBuffer); in _mesa_make_current()
H A Dframebuffer.h56 _mesa_reference_framebuffer(struct gl_framebuffer **ptr, in _mesa_reference_framebuffer() function
H A Dfbobject.c3335 _mesa_reference_framebuffer(&ctx->ReadBuffer, newReadFb); in _mesa_bind_framebuffers()
3349 _mesa_reference_framebuffer(&ctx->DrawBuffer, newDrawFb); in _mesa_bind_framebuffers()
3411 _mesa_reference_framebuffer(&fb, NULL); in _mesa_DeleteFramebuffers()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c792 _mesa_reference_framebuffer(&stfb, NULL); in st_framebuffers_purge()
1089 _mesa_reference_framebuffer(&stfb, cur); in st_framebuffer_reuse_or_create()
1103 _mesa_reference_framebuffer(&cur, NULL); in st_framebuffer_reuse_or_create()
1110 _mesa_reference_framebuffer(&stfb, cur); in st_framebuffer_reuse_or_create()
1142 _mesa_reference_framebuffer(&stread, stdraw); in st_api_make_current()
1165 _mesa_reference_framebuffer(&stdraw, NULL); in st_api_make_current()
1166 _mesa_reference_framebuffer(&stread, NULL); in st_api_make_current()
H A Dst_context.c964 _mesa_reference_framebuffer(&stfb, NULL); in st_destroy_context()