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

  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 657 GEM_bufops=0;
662 GEM_bufops = B2S_C2P_1TOS;
667 GEM_bufops = B2S_VROCPYFM_1TOS;
670 GEM_bufops = B2S_C2P_1TO2|B2S_VROCPYFM_2TOS;
861 if (GEM_bufops & (B2S_C2P_1TO2|B2S_C2P_1TOS)) {
865 if (GEM_bufops & B2S_C2P_1TOS) {
900 if (GEM_bufops & (B2S_VROCPYFM_1TOS|B2S_VROCPYFM_2TOS)) {
913 if (GEM_bufops & B2S_VROCPYFM_2TOS) {
974 if (GEM_bufops & (B2S_C2P_1TO2|B2S_C2P_1TOS)) {
978 if (GEM_bufops & B2S_C2P_1TOS)
    [all...]
SDL_gemvideo.h 144 #define GEM_bufops (this->hidden->buf2scr_ops)

Completed in 2435 milliseconds