Home
last modified time | relevance | path

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

/dports/devel/directfb/DirectFB-1.4.17/src/core/
H A Dgfxcard.c1299 if (dfb_gfxcard_state_check( state, DFXL_DRAWLINE ) && in dfb_gfxcard_drawlines()
1353 if (dfb_gfxcard_state_check( state, DFXL_FILLRECTANGLE ) && in dfb_gfxcard_fillspans()
1635 if (dfb_gfxcard_state_check( state, DFXL_FILLTRIANGLE ) && in dfb_gfxcard_filltriangles()
1745 if (dfb_gfxcard_state_check( state, DFXL_FILLTRAPEZOID ) && in dfb_gfxcard_filltrapezoids()
2012 if (dfb_gfxcard_state_check( state, DFXL_BLIT ) && in dfb_gfxcard_blit()
2128 if (dfb_gfxcard_state_check( state, DFXL_BLIT ) && in dfb_gfxcard_batchblit()
2262 if (dfb_gfxcard_state_check( state, DFXL_BLIT2 ) && in dfb_gfxcard_batchblit2()
2385 if (dfb_gfxcard_state_check( state, DFXL_BLIT ) && in dfb_gfxcard_tileblit()
2552 if (dfb_gfxcard_state_check( state, DFXL_STRETCHBLIT ) && in dfb_gfxcard_stretchblit()
2654 dfb_gfxcard_state_check( state, DFXL_TEXTRIANGLES ) && in dfb_gfxcard_texture_triangles()
[all …]
H A Dgfxcard.h316 bool dfb_gfxcard_state_check( CardState *state, DFBAccelerationMask accel );
/dports/devel/directfb/DirectFB-1.4.17/src/display/
H A Didirectfbsurface.c266 if (dfb_gfxcard_state_check( &data->state, DFXL_FILLRECTANGLE )) in IDirectFBSurface_GetAccelerationMask()
269 if (dfb_gfxcard_state_check( &data->state, DFXL_DRAWRECTANGLE )) in IDirectFBSurface_GetAccelerationMask()
272 if (dfb_gfxcard_state_check( &data->state, DFXL_DRAWLINE )) in IDirectFBSurface_GetAccelerationMask()
275 if (dfb_gfxcard_state_check( &data->state, DFXL_FILLTRIANGLE )) in IDirectFBSurface_GetAccelerationMask()
278 if (dfb_gfxcard_state_check( &data->state, DFXL_FILLTRAPEZOID )) in IDirectFBSurface_GetAccelerationMask()
292 if (dfb_gfxcard_state_check( &data->state, DFXL_BLIT )) in IDirectFBSurface_GetAccelerationMask()
295 if (dfb_gfxcard_state_check( &data->state, DFXL_BLIT2 )) in IDirectFBSurface_GetAccelerationMask()
298 if (dfb_gfxcard_state_check( &data->state, DFXL_STRETCHBLIT )) in IDirectFBSurface_GetAccelerationMask()
301 if (dfb_gfxcard_state_check( &data->state, DFXL_TEXTRIANGLES )) in IDirectFBSurface_GetAccelerationMask()
/dports/devel/directfb/DirectFB-1.4.17/
H A DNEWS2634 - Before every graphics operation, i.e. in dfb_gfxcard_state_check(),
H A DChangeLog17675 Before every graphics operation, i.e. in dfb_gfxcard_state_check(),
18818 Don't return a bitmask but a real boolean value in dfb_gfxcard_state_check().
25246 Added some D_ASSUME to check the clipping region in dfb_gfxcard_state_check().
32691 Code cleanup, minor optimization in dfb_gfxcard_state_check().
37539 dfb_gfxcard_state_check(): Always check front and back buffer policies and