HomeSort by relevance Sort by last modified time
    Searched defs:surface (Results 1 - 25 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/tools/skiaserve/urlhandlers/
EnableGPUHandler.cpp 36 SkSurface* surface = request->createGPUSurface(); local
37 if (surface) {
38 request->fSurface.reset(surface);
42 return SendError(connection, "Unable to create GPU 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;
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
dxva2.h 71 * The number of surface in the surface array
78 LPDIRECT3DSURFACE9 *surface; member in struct:dxva_context
  /external/skia/gm/
discard.cpp 48 SkSurface* surface = SkSurface::NewRenderTarget(context, SkBudgeted::kNo, info); variable
50 if (nullptr == surface) {
59 surface->getCanvas()->discard();
64 surface->getCanvas()->drawColor(color);
67 surface->getCanvas()->clear(color);
73 surface->getCanvas()->drawPaint(paint);
76 surface->draw(canvas, 10.f*x, 10.f*y, nullptr);
80 surface->getCanvas()->discard();
81 surface->unref();
  /external/skia/tests/
GrTextureMipMapInvalidationTest.cpp 44 SkSurface* surface = SkSurface::NewRenderTargetDirect(texRT2->asRenderTarget()); local
47 surface->getCanvas()->scale(0.2f, 0.2f);
48 surface->getCanvas()->drawBitmap(bitmap, 0, 0, &paint);
59 surface->unref();
CTest.cpp 18 sk_surface_t* surface = sk_surface_new_raster(&info, nullptr); local
19 sk_canvas_t* canvas = sk_surface_get_canvas(surface);
52 sk_surface_unref(surface);
64 sk_surface_t* surface = sk_surface_new_raster_direct(&info, pixel, sizeof(uint32_t), local
68 sk_canvas_t* canvas = sk_surface_get_canvas(surface);
82 sk_surface_unref(surface);
  /frameworks/base/services/core/java/com/android/server/wm/
BlackFrame.java 32 import android.view.Surface.OutOfResourcesException;
44 final SurfaceControl surface; field in class:BlackFrame.BlackSurface
55 surface = new WindowSurfaceController.SurfaceTrace(session, "BlackSurface("
59 surface = new SurfaceControl(session, "BlackSurface",
63 surface.setAlpha(1);
64 surface.setLayerStack(layerStack);
65 surface.setLayer(layer);
66 surface.show();
68 " BLACK " + surface + ": CREATE layer=" + layer);
72 surface.setAlpha(alpha)
    [all...]
  /external/autotest/client/deps/glbench/src/
egl_stuff.h 43 const EGLSurface surface() const { function in class:EGLInterface
waffle_stuff.h 40 const struct waffle_window* surface() const { function in class:WaffleInterface
  /external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl-priv.h 18 struct wl_surface *surface; member in struct:wl_egl_window
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_objects.h 62 struct pipe_surface *surface; member in struct:galahad_surface
132 return galahad_surface(_surface)->surface;
154 struct pipe_surface *surface);
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.h 60 struct pipe_surface *surface; member in struct:identity_surface
130 return identity_surface(_surface)->surface;
152 struct pipe_surface *surface);
  /external/mesa3d/src/gallium/drivers/trace/
tr_texture.h 53 struct pipe_surface *surface; member in struct:trace_surface
91 trace_surface(struct pipe_surface *surface)
93 if(!surface)
95 (void)trace_resource(surface->texture);
96 return (struct trace_surface *)surface;
129 struct pipe_surface *surface);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_surface.c 43 XvMCSurface surface = {0}; local
74 assert(XvMCCreateSurface(display, NULL, &surface) == XvMCBadContext);
75 /* Test NULL surface */
78 assert(XvMCCreateSurface(display, &context, &surface) == Success);
79 /* Test surface id assigned */
80 assert(surface.surface_id != 0);
82 assert(surface.context_id == context.context_id);
83 /* Test surface type id assigned and correct */
84 assert(surface.surface_type_id == surface_type_id);
86 assert(surface.width == width && surface.height == height)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.h 43 struct nouveau_surface surface; member in struct:nouveau_renderbuffer
nouveau_texture.h 34 struct nouveau_surface surface; member in struct:nouveau_teximage
36 struct nouveau_surface surface; member in struct:nouveau_teximage::__anon21176
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.h 44 * pipe surface.
50 struct pipe_surface *surface; /* temporary view into texture */ member in struct:st_renderbuffer
  /external/skia/experimental/c-api-example/
skia-c-example.c 25 static void emit_png(const char* path, sk_surface_t* surface) {
26 sk_image_t* image = sk_surface_new_image_snapshot(surface);
75 sk_surface_t* surface = make_surface(640, 480); local
76 sk_canvas_t* canvas = sk_surface_get_canvas(surface);
78 emit_png("skia-c-example.png", surface);
79 sk_surface_unref(surface);
  /frameworks/av/camera/camera2/
CaptureRequest.cpp 25 #include <gui/Surface.h>
50 ALOGE("%s: Failed to read surface list size from parcel", __FUNCTION__);
53 ALOGV("%s: Read surface list size = %d", __FUNCTION__, size);
60 ALOGV("%s: Read surface class = %s", __FUNCTION__,
67 // Surface.writeToParcel
69 ALOGV("%s: Read surface name = %s", __FUNCTION__,
72 ALOGV("%s: Read surface binder = %p",
75 sp<Surface> surface; local
80 surface = new Surface(gbp)
114 sp<Surface> surface = mSurfaceList[i]; local
    [all...]
  /frameworks/base/libs/hwui/tests/common/
TestContext.cpp 63 sp<Surface> TestContext::surface() { function in class:android::uirenderer::test::TestContext
  /frameworks/native/opengl/tests/finish/
finish.cpp 45 EGLSurface surface; local
62 surface = eglCreateWindowSurface(dpy, config, window, NULL);
64 eglMakeCurrent(dpy, surface, surface, context);
65 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
66 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
114 eglSwapBuffers(dpy, surface);
128 eglSwapBuffers(dpy, surface);
143 eglSwapBuffers(dpy, surface);
158 eglSwapBuffers(dpy, surface);
    [all...]
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 57 static EGLSurface surface; variable
99 surface = eglCreateWindowSurface(dpy, myConfig, window, NULL);
101 if (surface == EGL_NO_SURFACE) {
112 returnValue = eglMakeCurrent(dpy, surface, surface, context);
117 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
119 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
127 eglSwapBuffers(dpy, surface);
135 eglSwapBuffers(dpy, surface);
  /frameworks/native/opengl/tests/textures/
textures.cpp 41 EGLSurface surface; local
58 surface = eglCreateWindowSurface(dpy, config, window, NULL);
60 eglMakeCurrent(dpy, surface, surface, context);
61 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
62 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
117 eglSwapBuffers(dpy, surface);
  /frameworks/wilhelm/tests/sandbox/
nativewindow.cpp 23 #include <gui/Surface.h>
39 sp<Surface> gSurface;
54 String8("A Surface"),
68 sp<Surface> surface = control->getSurface(); local
69 CHECK(surface != NULL);
71 gSurface = surface;
75 return surface.get();
  /prebuilts/misc/windows/sdl2/test/
testdrawchessboard.c 28 /* Get the Size of drawing surface */
54 SDL_Surface *surface; local
68 /* Create window and renderer for given surface */
75 surface = SDL_GetWindowSurface(window);
76 renderer = SDL_CreateSoftwareRenderer(surface);
79 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Render creation for surface fail : %s\n",SDL_GetError());
83 /* Clear the rendering surface with the specified color */
88 /* Draw the Image on rendering surface */
102 /* Got everything on rendering surface,

Completed in 5481 milliseconds

1 2 3 4 5 6 7 8 91011>>