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.12/src/video/gem/
SDL_gemvideo.h 44 #define B2S_C2P_1TOS (1<<1) /* C2P convert buffer 1 to screen */
SDL_gemvideo.c 665 GEM_bufops = B2S_C2P_1TOS;
864 if (GEM_bufops & (B2S_C2P_1TO2|B2S_C2P_1TOS)) {
868 if (GEM_bufops & B2S_C2P_1TOS) {
977 if (GEM_bufops & (B2S_C2P_1TO2|B2S_C2P_1TOS)) {
981 if (GEM_bufops & B2S_C2P_1TOS) {

Completed in 22 milliseconds