OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wait_idle
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.h
95
void (*
wait_idle
)(_THIS);
member in struct:SDL_PrivateVideoData
131
#define
wait_idle
(this->hidden->
wait_idle
)
macro
164
wait_idle
(this);
SDL_fbriva.c
195
wait_idle
= NV3WaitIdle;
198
wait_idle
= NV4WaitIdle;
SDL_fb3dfx.c
203
wait_idle
= WaitIdle;
SDL_fbmatrox.c
255
wait_idle
= WaitIdle;
SDL_fbevents.c
930
wait_idle
(this);
SDL_fbvideo.c
233
wait_idle
= FB_WaitIdle;
[
all
...]
Completed in 54 milliseconds