HomeSort by relevance Sort by last modified time
    Searched full:surface (Results 251 - 275 of 1371) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/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/8/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/8/platforms/android-9/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);
  /prebuilts/ndk/8/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);
  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.h 40 RendererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config) :
44 m_eglSurface(surface)
  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 50 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) {
73 mCamera.setPreviewTexture(surface);
81 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
86 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
92 public void onSurfaceTextureUpdated(SurfaceTexture surface) {
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlgetcliprect.html 83 >SDL_GetClipRect&nbsp;--&nbsp;Gets the clipping rectangle for a surface.</DIV
109 >(SDL_Surface *surface, SDL_Rect *rect);</CODE
123 >Gets the clipping rectangle for a surface. When this surface is the
133 filled with the clipping rectangle of the surface.</P
sdlgetvideosurface.html 83 >SDL_GetVideoSurface&nbsp;--&nbsp;returns a pointer to the current display surface</DIV
123 >This function returns a pointer to the current display surface.
124 If SDL is doing format conversion on the display surface, this
125 function returns the publicly visible surface, not the real video
126 surface.</P
video.html 93 >&nbsp;--&nbsp;returns a pointer to the current display surface</DT
139 >&nbsp;--&nbsp;Sets a portion of the colormap for the given 8-bit surface.</DT
144 >&nbsp;--&nbsp;Sets the colors in the palette of an 8-bit surface.</DT
199 >&nbsp;--&nbsp;Lock a surface for directly access.</DT
204 >&nbsp;--&nbsp;Unlocks a previously locked surface.</DT
219 >&nbsp;--&nbsp;Sets the color key (transparent pixel) in a blittable surface and
225 >&nbsp;--&nbsp;Adjust the alpha properties of a surface</DT
230 >&nbsp;--&nbsp;Sets the clipping rectangle for a surface.</DT
235 >&nbsp;--&nbsp;Gets the clipping rectangle for a surface.</DT
240 >&nbsp;--&nbsp;Converts a surface to the same format as another surface.</D
    [all...]
sdldisplayformatalpha.html 83 >SDL_DisplayFormatAlpha&nbsp;--&nbsp;Convert a surface to the display format</DIV
109 >(SDL_Surface *surface);</CODE
123 >This function takes a surface and copies it to a new surface of the
125 suitable for fast blitting onto the display surface. It calls
139 > flag is set on the surface.
140 The generated surface will then be transparent (alpha=0) where the
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 122 /* Hardware surface functions */
124 static int EPOC_AllocHWSurface(_THIS, SDL_Surface *surface);
125 static int EPOC_LockHWSurface(_THIS, SDL_Surface *surface);
126 static int EPOC_FlipHWSurface(_THIS, SDL_Surface *surface);
127 static void EPOC_UnlockHWSurface(_THIS, SDL_Surface *surface);
128 static void EPOC_FreeHWSurface(_THIS, SDL_Surface *surface);
355 int CreateSurfaceL(_THIS, SDL_Surface* surface)
366 == surface->format->BitsPerPixel)
375 surface->format->BitsPerPixel)
380 TRAPD(err, AllocHWSurfaceL(Private->iFrame, TDisplayMode(dmode), TSize(surface->w, surface->h)))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PlatformContextCairo.cpp 58 void PlatformContextCairo::pushImageMask(cairo_surface_t* surface, const FloatRect& rect)
63 m_maskImageStack.last().update(surface, rect);
66 // and then paint it to the surface with an image mask (which is an immediate
69 // We want to allow the clipped elements to composite with the surface as it
71 // going to blit the current surface contents onto the new group once we push it.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterSurfaceView.java 71 // Check if surface has been created already
77 // Forward surface created to listener
80 // Forward surface changed to listener
140 // Get rid of internal objects associated with this surface
147 throw new RuntimeException("Could not register Surface: " + getHolder().getSurface() +
  /frameworks/base/services/java/com/android/server/wm/
StrictModeFlash.java 26 import android.view.Surface;
34 private final Surface mSurface = new Surface();
69 } catch (Surface.OutOfResourcesException e) {
92 // Surface.openTransaction() / closeTransaction()
  /frameworks/native/include/android/
native_window.h 71 * Return the current width in pixels of the window surface. Returns a
77 * Return the current height in pixels of the window surface. Returns a
83 * Return the current pixel format of the window surface. Returns a
106 * Lock the window's next drawing surface for writing.
117 * Unlock the window's drawing surface after previously locking it,
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralView.java 25 import android.view.Surface;
59 Surface surface = null; local
60 while (surface == null) {
61 surface = surfaceHolder.getSurface();
  /external/qemu/
console.c 1115 ds->surface = qemu_resize_displaysurface(ds, s->g_width, s->g_height);
1117 s->ds->surface->width = s->width;
1118 s->ds->surface->height = s->height;
1321 DisplaySurface *surface = (DisplaySurface*) qemu_mallocz(sizeof(DisplaySurface)); local
1362 DisplaySurface *surface = (DisplaySurface*) qemu_mallocz(sizeof(DisplaySurface)); local
1810 DisplaySurface* surface; local
    [all...]
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 30 import android.view.Surface;
53 * position should be ignored) and surface of the window. The surface
84 * @param outSurface Object in which is placed the new display surface.
93 out Configuration outConfig, out Surface outSurface);
96 * If a call to relayout() asked to have the surface destroy deferred,
97 * it must call this once it is okay to destroy that surface.
108 * completely transparent, allowing it to work with the surface flinger
140 * Allocate the drag's thumbnail surface. Also assigns a token that identifies
145 int thumbnailWidth, int thumbnailHeight, out Surface outSurface)
    [all...]
  /frameworks/base/core/jni/
android_view_HardwareRenderer.cpp 28 EGLAPI void EGLAPIENTRY eglBeginFrame(EGLDisplay dpy, EGLSurface surface);
55 // Surface and display management
60 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW); local
63 eglSurfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED);
75 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW); local
79 eglQuerySurface(display, surface, EGL_SWAP_BEHAVIOR, &value);
104 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW); local
110 eglQuerySurface(display, surface, EGL_WIDTH, &value);
113 eglQuerySurface(display, surface, EGL_HEIGHT, &value);
119 eglBeginFrame(display, surface);
    [all...]
  /frameworks/base/services/input/
SpriteController.cpp 25 #include <gui/Surface.h>
165 ALOGE("Error %d resizing sprite surface from %dx%d to %dx%d",
177 ALOGE("Error %d hiding sprite surface after resize.", status);
201 sp<Surface> surface = update.state.surfaceControl->getSurface(); local
203 status_t status = surface->lock(&outBuffer, NULL);
205 ALOGE("Error %d locking sprite surface before drawing.", status);
230 status = surface->unlockAndPost();
232 ALOGE("Error %d unlocking and posting sprite surface after drawing.", status);
241 // Set sprite surface properties and make them visible
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 55 /* Hardware surface functions */
58 static int DGA_AllocHWSurface(_THIS, SDL_Surface *surface);
61 static int DGA_LockHWSurface(_THIS, SDL_Surface *surface);
62 static void DGA_UnlockHWSurface(_THIS, SDL_Surface *surface);
63 static void DGA_FreeHWSurface(_THIS, SDL_Surface *surface);
64 static int DGA_FlipHWSurface(_THIS, SDL_Surface *surface);
431 /* Create the hardware surface lock mutex */
574 /* Expose the back buffer as surface memory */
670 static __inline__ void DGA_AddBusySurface(SDL_Surface *surface)
672 ((vidmem_bucket *)surface->hwdata)->dirty = 1
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 47 /* Hardware surface functions */
48 static int NDS_AllocHWSurface(_THIS, SDL_Surface *surface);
49 static int NDS_LockHWSurface(_THIS, SDL_Surface *surface);
50 static int NDS_FlipHWSurface(_THIS, SDL_Surface *surface);
51 static void NDS_UnlockHWSurface(_THIS, SDL_Surface *surface);
52 static void NDS_FreeHWSurface(_THIS, SDL_Surface *surface);
340 static int NDS_AllocHWSurface(_THIS, SDL_Surface *surface)
354 //surface->pixels = backBuffer;
358 static void NDS_FreeHWSurface(_THIS, SDL_Surface *surface)
365 static int NDS_LockHWSurface(_THIS, SDL_Surface *surface)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 39 * An implementation of SurfaceView that uses the dedicated surface for
45 * <li>Manages a surface, which is a special piece of memory that can be
47 * <li>Manages an EGL display, which enables OpenGL to render into a surface.
81 * GLSurfaceView has to do when starting to render is choose what type of surface to use.
83 * By default GLSurfaceView chooses an available surface that's closest to a 16-bit R5G6B5 surface
84 * with a 16-bit depth buffer and no stencil. If you would prefer a different surface (for example,
155 * when the surface is created, or when {@link #requestRender} is called.
209 // underlying surface is created and destroyed
219 * whenever a surface is created. A GLWrapper can be used to wra
    [all...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 21 #include <gui/Surface.h>
50 jfieldID surface; member in struct:fields_t
108 static sp<Surface> get_surface(JNIEnv* env, jobject clazz)
317 jobject surface = env->GetObjectField(thiz, fields.surface); local
318 if (surface != NULL) {
319 const sp<Surface> native_surface = get_surface(env, surface);
322 // the preview surface becomes unavailable
324 ALOGE("Application lost the surface");
405 jclass surface = env->FindClass("android\/view\/Surface"); local
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 398 EGLSurface surface = cnx->egl.eglCreateWindowSurface( local
400 if (surface != EGL_NO_SURFACE) {
402 surface, cnx);
422 EGLSurface surface = cnx->egl.eglCreatePixmapSurface( local
424 if (surface != EGL_NO_SURFACE) {
426 surface, cnx);
441 EGLSurface surface = cnx->egl.eglCreatePbufferSurface( local
443 if (surface != EGL_NO_SURFACE) {
445 surface, cnx);
452 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
    [all...]

Completed in 616 milliseconds

<<11121314151617181920>>