HomeSort by relevance Sort by last modified time
    Searched refs:B2S_C2P_1TOS (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.h 44 #define B2S_C2P_1TOS (1<<1) /* C2P convert buffer 1 to screen */
SDL_gemvideo.c 662 GEM_bufops = B2S_C2P_1TOS;
861 if (GEM_bufops & (B2S_C2P_1TO2|B2S_C2P_1TOS)) {
865 if (GEM_bufops & B2S_C2P_1TOS) {
974 if (GEM_bufops & (B2S_C2P_1TO2|B2S_C2P_1TOS)) {
978 if (GEM_bufops & B2S_C2P_1TOS) {

Completed in 96 milliseconds