OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offscreenctx
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_image.c
533
surface->hwdata->
offscreenctx
=PdCreateOffscreenContext(0, surface->w, surface->h, Pg_OSC_MEM_PAGE_ALIGN);
534
if (surface->hwdata->
offscreenctx
== NULL)
539
surface->pixels=PdGetOffscreenContextPtr(surface->hwdata->
offscreenctx
);
542
PhDCRelease(surface->hwdata->
offscreenctx
);
546
surface->pitch=surface->hwdata->
offscreenctx
->pitch;
553
if (PdCreateOffscreenLock(surface->hwdata->
offscreenctx
, &surface->hwdata->crlockparam)!=EOK)
555
PhDCRelease(surface->hwdata->
offscreenctx
);
564
PdDestroyOffscreenLock(surface->hwdata->
offscreenctx
);
565
PhDCRelease(surface->hwdata->
offscreenctx
);
583
if (surface->hwdata->
offscreenctx
== NULL
[
all
...]
SDL_ph_image_c.h
32
PdOffscreenContext_t*
offscreenctx
;
member in struct:private_hwdata
Completed in 164 milliseconds