/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5yuv_c.h | 24 /* This is the DirectDraw implementation of YUV video overlays */
|
SDL_dx5video.h | 58 /* DirectDraw error reporting function */
|
SDL_dx5yuv.c | 24 /* This is the DirectDraw implementation of YUV video overlays */ 72 /* Create the DirectDraw video surface */
|
SDL_dx5video.c | 478 /* Try to create a valid DirectDraw object */ 556 /* Free DirectDraw object */ 771 error = "DirectDraw is still drawing"; 810 error = "No DirectDraw hardware"; 838 "%s: Unknown DirectDraw error: 0x%x", 938 /* Create the DirectDraw object */ 948 SetDDerror("DirectDraw::QueryInterface", result); [all...] |
/packages/apps/Camera/src/com/android/camera/ |
CameraScreenNail.java | 313 public void directDraw(GLCanvas canvas, int x, int y, int width, int height) { 344 directDraw(canvas, x, y, width, height); 393 directDraw(canvas, x, y, width, height);
|
CaptureAnimManager.java | 136 preview.directDraw(canvas, (int) mX, (int) mY,
|
SwitchAnimManager.java | 110 preview.directDraw(canvas, previewX, previewY, Math.round(previewWidth),
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocvideo.cpp | 142 void DirectDraw(_THIS, int numrects, SDL_Rect *rects, TUint16* screenBuffer); 773 DirectDraw(_this, numrects, rects, screenBuffer); 867 void DirectDraw(_THIS, int numrects, SDL_Rect *rects, TUint16* screenBuffer) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
SDL_epocvideo.cpp | 135 void DirectDraw(_THIS, int numrects, SDL_Rect *rects, TUint16* screenBuffer);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
svga3d_reg.h | 199 * This format contains DirectDraw support (including Flip). This flag [all...] |
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga3d_reg.h | 199 * This format contains DirectDraw support (including Flip). This flag [all...] |