Home | History | Annotate | Download | only in SDL

Lines Matching full:accelerated

176 	Uint32 blit_hw      :1;	/**< Flag: Accelerated blits HW --> HW */
177 Uint32 blit_hw_CC :1; /**< Flag: Accelerated blits with Colorkey */
178 Uint32 blit_hw_A :1; /**< Flag: Accelerated blits with Alpha */
179 Uint32 blit_sw :1; /**< Flag: Accelerated blits SW --> HW */
180 Uint32 blit_sw_CC :1; /**< Flag: Accelerated blits with Colorkey */
181 Uint32 blit_sw_A :1; /**< Flag: Accelerated blits with Alpha */
182 Uint32 blit_fill :1; /**< Flag: Accelerated color fill */
223 Uint32 hw_overlay :1; /**< Flag: This overlay hardware accelerated? */