HomeSort by relevance Sort by last modified time
    Searched refs:offscreen (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 43 Secondly, an offscreen pixel image allocated in VRAM can be
205 GWorldPtr offscreen; // offscreen gworld in VRAM or AGP member in struct:private_hwdata
436 GWorldPtr offscreen; local
443 err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useDistantHdwrMem | noNewDevice);
446 DisposeGWorld (offscreen);
449 err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useLocalHdwrMem | noNewDevice);
451 DisposeGWorld (offscreen);
879 current->hwdata->offscreen = dsp_back_buffer;
899 current->hwdata->offscreen = dsp_back_buffer
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 681 Allocation offscreen = Allocation.createTyped(mRS, local
685 mScript.set_gRenderBufferColor(offscreen);
691 offscreen = Allocation.createTyped(mRS,
694 mScript.set_gRenderBufferDepth(offscreen);

Completed in 78 milliseconds