HomeSort by relevance Sort by last modified time
    Searched refs:surface (Results 26 - 50 of 915) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl.c 54 static void CopyShadowNull(_THIS, SDL_Surface *surface);
55 static void CopyShadowDirect(_THIS, SDL_Surface *surface);
56 static void CopyShadowRGBTo555(_THIS, SDL_Surface *surface);
57 static void CopyShadowRGBTo565(_THIS, SDL_Surface *surface);
58 static void CopyShadowRGBSwap(_THIS, SDL_Surface *surface);
59 static void CopyShadowRGBToARGB(_THIS, SDL_Surface *surface);
60 static void CopyShadowRGBToABGR(_THIS, SDL_Surface *surface);
61 static void CopyShadowRGBToBGRA(_THIS, SDL_Surface *surface);
62 static void CopyShadowRGBToRGBA(_THIS, SDL_Surface *surface);
63 static void CopyShadow8888To555(_THIS, SDL_Surface *surface);
257 SDL_Surface *surface; local
312 SDL_Surface *surface; local
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 86 SkAutoTUnref<MockSurface> surface(SkNEW_ARGS(MockSurface, (10, 10)));
87 SkAutoTUnref<SkDeferredCanvas> canvas(SkDeferredCanvas::Create(surface.get()));
96 surface->clearCounts();
98 REPORTER_ASSERT(reporter, 0 == surface->fDiscardCount);
99 REPORTER_ASSERT(reporter, 0 == surface->fRetainCount);
101 surface->clearCounts();
103 REPORTER_ASSERT(reporter, 0 == surface->fDiscardCount);
104 REPORTER_ASSERT(reporter, 0 == surface->fRetainCount);
108 surface->clearCounts();
110 REPORTER_ASSERT(reporter, 0 == surface->fDiscardCount)
701 SkSurface* surface; local
768 SkSurface* surface; local
    [all...]
  /external/chromium_org/ui/gl/
gl_surface_win.cc 20 // This OSMesa GL surface can use GDI to swap the contents of the buffer to a
180 scoped_refptr<GLSurface> surface(
182 if (!surface->Initialize())
185 return surface;
188 scoped_refptr<GLSurface> surface(new NativeViewGLSurfaceEGL(window));
189 if (!surface->Initialize())
192 return surface;
195 scoped_refptr<GLSurface> surface(new NativeViewGLSurfaceWGL(
197 if (!surface->Initialize())
200 return surface;
    [all...]
gl_context_glx.h 30 virtual bool MakeCurrent(GLSurface* surface) OVERRIDE;
31 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
32 virtual bool IsCurrent(GLSurface* surface) OVERRIDE;
gl_context_osmesa.h 28 virtual bool MakeCurrent(GLSurface* surface) OVERRIDE;
29 virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE;
30 virtual bool IsCurrent(GLSurface* surface) OVERRIDE;
  /packages/screensavers/Basic/src/com/android/dreams/basic/
Colors.java 76 public void onSurfaceTextureAvailable(final SurfaceTexture surface,
78 LOG("onSurfaceTextureAvailable(%s, %d, %d)", surface, width, height);
86 mRenderer = new ColorsGLRenderer(surface, width, height);
93 public void onSurfaceTextureSizeChanged(SurfaceTexture surface,
95 LOG("onSurfaceTextureSizeChanged(%s, %d, %d)", surface, width, height);
108 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
109 LOG("onSurfaceTextureDestroyed(%s)", surface);
132 public void onSurfaceTextureUpdated(SurfaceTexture surface) {
133 LOG("onSurfaceTextureUpdated(%s)", surface);
  /external/chromium_org/content/common/gpu/
image_transport_surface_android.cc 24 scoped_refptr<gfx::GLSurface> surface = local
26 bool initialize_success = surface->Initialize();
33 manager, stub, surface.get(), false));
  /external/icu4c/samples/layout/
gdiglue.h 27 void rs_gdiRenderingSurfaceSetHDC(rs_surface *surface, HDC hdc);
28 void rs_gdiRenderingSurfaceClose(rs_surface *surface);
30 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
  /bootable/recovery/minui/
resources.c 48 GGLSurface* surface = NULL; local
113 surface = malloc(sizeof(GGLSurface) + pixelSize);
114 if (surface == NULL) {
118 unsigned char* pData = (unsigned char*) (surface + 1);
119 surface->version = sizeof(GGLSurface);
120 surface->width = width;
121 surface->height = height;
122 surface->stride = width; /* Yes, pixels, not bytes */
123 surface->data = pData;
124 surface->format = (channels == 3) ? GGL_PIXEL_FORMAT_RGBX_8888
201 GGLSurface* surface = NULL; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglsurface.c 32 * Surface-related functions.
97 _eglLog(_EGL_WARNING, "bad surface attribute 0x%04x", attr);
108 * Parse the list of surface attributes and return the proper error code.
161 /* window surface attributes */
185 /* pbuffer surface attributes */
258 /* no pixmap surface specific attributes */
265 _eglLog(_EGL_WARNING, "bad surface attribute 0x%04x", attr);
311 /* The config can't be used to create a surface of this type */
352 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface,
357 *value = surface->Width
    [all...]
  /external/mesa3d/src/egl/main/
eglsurface.c 32 * Surface-related functions.
97 _eglLog(_EGL_WARNING, "bad surface attribute 0x%04x", attr);
108 * Parse the list of surface attributes and return the proper error code.
161 /* window surface attributes */
185 /* pbuffer surface attributes */
258 /* no pixmap surface specific attributes */
265 _eglLog(_EGL_WARNING, "bad surface attribute 0x%04x", attr);
311 /* The config can't be used to create a surface of this type */
352 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface,
357 *value = surface->Width
    [all...]
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 34 if (mSize && surface.data)
35 free(surface.data);
43 memset(&surface, 0, sizeof(surface));
44 surface.version = sizeof(surface);
74 if (!surface.data)
77 int w = surface.width;
78 int h = surface.height;
109 return surface;
    [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);
  /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/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.java 25 Surface sur = null;
32 } else if (win instanceof Surface) {
33 sur = (Surface) win;
36 EGLSurface surface; local
38 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset);
40 surface = _eglCreateWindowSurfaceTexture(dpy, config,
45 "Surface, SurfaceView, SurfaceTexture or SurfaceHolder at the moment, " +
49 return 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);
  /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);

Completed in 1798 milliseconds

12 3 4 5 6 7 8 91011>>