OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:direct_context
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes.c
322
if (OCImage.
direct_context
==NULL)
324
OCImage.
direct_context
=(PdDirectContext_t*)PdCreateDirectContext();
325
if (!OCImage.
direct_context
)
332
OCImage.oldDC=PdDirectStart(OCImage.
direct_context
);
357
if (OCImage.
direct_context
)
359
PdDirectStop(OCImage.
direct_context
);
360
PdReleaseDirectContext(OCImage.
direct_context
);
361
OCImage.
direct_context
=NULL;
SDL_ph_video.h
95
PdDirectContext_t*
direct_context
;
member in struct:SDL_PrivateVideoData::__anon9632
SDL_ph_video.c
432
OCImage.
direct_context
= NULL;
Completed in 23 milliseconds