HomeSort by relevance Sort by last modified time
    Searched refs:offscreen_context (Results 1 - 5 of 5) 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::__anon26944
SDL_ph_video.c 433 OCImage.offscreen_context = NULL;
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.h 68 scoped_refptr<cc::ContextProvider> offscreen_context);
synchronous_compositor_output_surface.cc 201 scoped_refptr<cc::ContextProvider> offscreen_context) {
208 CreateWebGraphicsContext3D(surface).Pass(), offscreen_context);

Completed in 140 milliseconds