OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_mode_list
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m
238
if (
client_mode_list
!= NULL ) {
242
for (i = 0;
client_mode_list
[i] != NULL; i++)
243
SDL_free (
client_mode_list
[i]);
245
SDL_free (
client_mode_list
);
246
client_mode_list
= NULL;
281
if (
client_mode_list
[i]->w == width &&
282
client_mode_list
[i]->h == height) {
296
if (
client_mode_list
== NULL)
297
client_mode_list
= (SDL_Rect**)
298
SDL_malloc (sizeof(*
client_mode_list
) * (list_size+1) )
[
all
...]
SDL_QuartzVideo.h
99
SDL_Rect **
client_mode_list
; /* resolution list to pass back to client */
member in struct:SDL_PrivateVideoData
147
#define
client_mode_list
(this->hidden->
client_mode_list
)
macro
Completed in 236 milliseconds