Searched refs:readfb (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common_context.c | 584 struct gl_framebuffer *drfb, *readfb; in radeonMakeCurrent() local 608 readfb = drfb; in radeonMakeCurrent() 612 readfb = driReadPriv->driverPrivate; in radeonMakeCurrent() 625 fprintf(stderr, "%s ctx %p dfb %p rfb %p\n", __func__, &radeon->glCtx, drfb, readfb); in radeonMakeCurrent() 632 _mesa_make_current(&radeon->glCtx, drfb, readfb); in radeonMakeCurrent()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common_context.c | 584 struct gl_framebuffer *drfb, *readfb; in radeonMakeCurrent() local 608 readfb = drfb; in radeonMakeCurrent() 612 readfb = driReadPriv->driverPrivate; in radeonMakeCurrent() 625 fprintf(stderr, "%s ctx %p dfb %p rfb %p\n", __func__, &radeon->glCtx, drfb, readfb); in radeonMakeCurrent() 632 _mesa_make_current(&radeon->glCtx, drfb, readfb); in radeonMakeCurrent()
|