OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offscreen_context
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image.c
151
OCImage.
offscreen_context
= PdCreateOffscreenContext(0, screen->w, screen->h, Pg_OSC_MEM_PAGE_ALIGN);
153
if (OCImage.
offscreen_context
== NULL)
159
screen->pitch = OCImage.
offscreen_context
->pitch;
161
OCImage.dc_ptr = (unsigned char *)PdGetOffscreenContextPtr(OCImage.
offscreen_context
);
166
PhDCRelease(OCImage.
offscreen_context
);
174
PhDCSetCurrent(OCImage.
offscreen_context
);
200
OCImage.
offscreen_context
= PdCreateOffscreenContext(0, 0, 0, Pg_OSC_MAIN_DISPLAY | Pg_OSC_MEM_PAGE_ALIGN | Pg_OSC_CRTC_SAFE);
201
if (OCImage.
offscreen_context
== NULL)
209
OCImage.offscreen_backcontext = PdDupOffscreenContext(OCImage.
offscreen_context
, Pg_OSC_MEM_PAGE_ALIGN | Pg_OSC_CRTC_SAFE);
217
OCImage.FrameData0 = (unsigned char *)PdGetOffscreenContextPtr(OCImage.
offscreen_context
);
[
all
...]
SDL_ph_video.h
96
PdOffscreenContext_t*
offscreen_context
;
member in struct:SDL_PrivateVideoData::__anon13506
SDL_ph_video.c
433
OCImage.
offscreen_context
= NULL;
Completed in 57 milliseconds