HomeSort by relevance Sort by last modified time
    Searched defs:surface1 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerManagerTest.cpp 139 RefPtr<SkSurface> surface1 = adoptRef(SkSurface::NewRasterPMColor(1, 1)); local
140 OwnPtr<SkDeferredCanvas> canvas1 = adoptPtr(SkDeferredCanvas::Create(surface1.get()));
141 FakeCanvas2DLayerBridgePtr layer1(adoptRef(new FakeCanvas2DLayerBridge(webContext.get(), canvas1.release(), surface1.release())));
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 248 struct wl_surface *surface1, *surface2; local
253 surface1 = wl_compositor_create_surface(d->compositor);
254 shell_surface = wl_shell_get_shell_surface(d->shell, surface1);
259 drawable1->surface = surface1;
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 66 OffscreenSurface surface1 = null; local
76 // Create two surfaces, and clear surface1
77 surface1 = new OffscreenSurface(eglCore, WIDTH, HEIGHT);
79 surface1.makeCurrent();
85 // Set surface2 as "draw", surface1 as "read", and blit.
86 surface2.makeCurrentReadFrom(surface1);
95 // Confirm that surface1 has the color by testing a pixel from the center.
96 surface1.makeCurrent();
117 if (surface1 != null) {
118 surface1.release()
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 3047 SharedPtr<GLES2ThreadTest::Surface> surface1; local
    [all...]

Completed in 103 milliseconds