/external/qemu/distrib/sdl-1.2.15/src/video/caca/ |
SDL_cacavideo.c | 60 /* Hardware surface functions */ 61 static int Caca_AllocHWSurface(_THIS, SDL_Surface *surface); 62 static int Caca_LockHWSurface(_THIS, SDL_Surface *surface); 63 static int Caca_FlipHWSurface(_THIS, SDL_Surface *surface); 64 static void Caca_UnlockHWSurface(_THIS, SDL_Surface *surface); 65 static void Caca_FreeHWSurface(_THIS, SDL_Surface *surface); 241 static int Caca_AllocHWSurface(_THIS, SDL_Surface *surface) 245 static void Caca_FreeHWSurface(_THIS, SDL_Surface *surface) 251 static int Caca_LockHWSurface(_THIS, SDL_Surface *surface) 256 static void Caca_UnlockHWSurface(_THIS, SDL_Surface *surface) [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.view.Surface.html | 10 android.view.Surface 74 Class android.view.<A HREF="../../../../reference/android/view/Surface.html" target="_top"><font size="+2"><code>Surface</code></font></A> 86 <A NAME="android.view.Surface.lockCanvas_changed(android.graphics.Rect)"></A> 87 <nobr><code>Canvas</code> <A HREF="../../../../reference/android/view/Surface.html#lockCanvas(android.graphics.Rect)" target="_top"><code>lockCanvas</code></A>(<code>Rect</code>) </nobr> 90 Change in exceptions thrown from <code>android.view.Surface.OutOfResourcesException</code> to (<code>java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException</code>).<br> 105 <A NAME="android.view.Surface.GPU"></A> 106 <nobr><code>int</code> <A HREF="../../../../reference/android/view/Surface.html#GPU" target="_top"><code>GPU</code></font></A></nobr> </TD> 114 <A NAME="android.view.Surface.HARDWARE"></A [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5video.c | 431 /* Hardware surface functions */ 432 static int DX5_AllocHWSurface(_THIS, SDL_Surface *surface); 435 static int DX5_SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key); 436 static int DX5_SetHWAlpha(_THIS, SDL_Surface *surface, Uint8 alpha); 437 static int DX5_LockHWSurface(_THIS, SDL_Surface *surface); 438 static void DX5_UnlockHWSurface(_THIS, SDL_Surface *surface); 439 static int DX5_FlipHWSurface(_THIS, SDL_Surface *surface); 440 static void DX5_FreeHWSurface(_THIS, SDL_Surface *surface); 442 static int DX5_AllocDDSurface(_THIS, SDL_Surface *surface, 765 error = "Surface busy" [all...] |
/development/ndk/platforms/android-9/include/android/ |
native_window_jni.h | 29 * Return the ANativeWindow associated with a Java Surface object, 34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_FillRect.3 | 11 This function performs a fast fill of the given rectangle with \fBcolor\fR\&. If \fBdstrect\fR is \fBNULL\fP, the whole surface will be filled with \fBcolor\fR\&. 13 The color should be a pixel of the format used by the surface, and can be generated by the \fISDL_MapRGB\fR or \fISDL_MapRGBA\fR functions\&. If the color value contains an alpha value then the destination is simply "filled" with that alpha information, no blending takes place\&.
|
SDL_VideoModeOK.3 | 13 The bits-per-pixel value returned is only a suggested mode\&. You can usually request and bpp you want when \fIsetting\fR the video mode and SDL will emulate that color depth with a shadow video surface\&.
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_RLEaccel_c.h | 26 extern int SDL_RLESurface(SDL_Surface *surface); 31 extern void SDL_UnRLESurface(SDL_Surface *surface, int recode);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSurfaceView.java | 5 import android.view.Surface; 57 @Override public Surface getSurface() {
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
MediaLayer.h | 50 // function to setup the primary Surface in the renderer's context 63 // Surface member variables
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
EGLSurfaceImpl.java | 28 public EGLSurfaceImpl(int surface) { 29 mEGLSurface = surface;
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/assets/ |
orientation_test.dae | 94 <newparam sid="file23-surface"> 95 <surface type="2D"> 97 </surface> 101 <source>file23-surface</source> 151 <newparam sid="file25-surface"> 152 <surface type="2D"> 154 </surface> 158 <source>file25-surface</source> 208 <newparam sid="file24-surface"> 209 <surface type="2D" [all...] |
/frameworks/native/include/android/ |
native_window_jni.h | 29 * Return the ANativeWindow associated with a Java Surface object, 34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
|
/frameworks/wilhelm/tests/native-media/res/values/ |
strings.xml | 26 <item>Surface 1</item> 27 <item>Surface 2</item>
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.h | 60 int mSurfaceWidth; // Width of target surface. 61 int mSurfaceHeight; // Height of target surface.
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/ |
Renderer.h | 60 int mSurfaceWidth; // Width of target surface. 61 int mSurfaceHeight; // Height of target surface.
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
Renderer.h | 60 int mSurfaceWidth; // Width of target surface. 61 int mSurfaceHeight; // Height of target surface.
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/ |
native_window_jni.h | 29 * Return the ANativeWindow associated with a Java Surface object, 34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/ |
native_window_jni.h | 29 * Return the ANativeWindow associated with a Java Surface object, 34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/ |
native_window_jni.h | 29 * Return the ANativeWindow associated with a Java Surface object, 34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/ |
native_window_jni.h | 29 * Return the ANativeWindow associated with a Java Surface object, 34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/ |
native_window_jni.h | 29 * Return the ANativeWindow associated with a Java Surface object, 34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/ |
native_window_jni.h | 29 * Return the ANativeWindow associated with a Java Surface object, 34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/ |
native_window_jni.h | 29 * Return the ANativeWindow associated with a Java Surface object, 34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/ |
native_window_jni.h | 29 * Return the ANativeWindow associated with a Java Surface object, 34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/ |
native_window_jni.h | 29 * Return the ANativeWindow associated with a Java Surface object, 34 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
|