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

  /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/skia/tests/
SurfaceTest.cpp 635 SkSurface* surface1,
641 SkCanvas* canvas1 = surface1->getCanvas();
644 SkAutoTUnref<SkImage> image1(surface1->newImageSnapshot());
647 SkAutoTUnref<SkImage> image2(surface1->newImageSnapshot());
668 SkAutoTUnref<SkSurface> surface1(surface_func(context, kPremul_SkAlphaType, nullptr));
670 test_crbug263329(reporter, surface1, surface2);
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 3065 SharedPtr<GLES2ThreadTest::Surface> surface1; local
    [all...]

Completed in 219 milliseconds