HomeSort by relevance Sort by last modified time
    Searched defs:surface1 (Results 1 - 3 of 3) 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/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 3065 SharedPtr<GLES2ThreadTest::Surface> surface1; local
    [all...]

Completed in 1798 milliseconds