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

  /cts/tests/tests/media/src/android/media/cts/
MediaStubActivity.java 39 SurfaceView surfaceV2 = (SurfaceView)findViewById(R.id.surface2);
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 248 struct wl_surface *surface1, *surface2; local
268 surface2 = wl_compositor_create_surface(d->compositor);
269 shell_surface_2 = wl_shell_get_shell_surface(d->shell, surface2);
274 drawable1->surface = surface2;
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 67 OffscreenSurface surface2 = null; local
78 surface2 = new OffscreenSurface(eglCore, WIDTH, HEIGHT);
85 // Set surface2 as "draw", surface1 as "read", and blit.
86 surface2.makeCurrentReadFrom(surface1);
106 // Confirm that surface2 has the color.
107 surface2.makeCurrent();
120 if (surface2 != null) {
121 surface2.release();
  /external/skia/tests/
SurfaceTest.cpp 636 SkSurface* surface2) {
642 SkCanvas* canvas2 = surface2->getCanvas();
653 SkAutoTUnref<SkImage> image3(surface2->newImageSnapshot());
654 // Trigger copy on write on surface2. The new backing store should not
657 SkAutoTUnref<SkImage> image4(surface2->newImageSnapshot());
669 SkAutoTUnref<SkSurface> surface2(surface_func(context, kPremul_SkAlphaType, nullptr));
670 test_crbug263329(reporter, surface1, surface2);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraDeviceBinderTest.java 305 Surface surface2 = new Surface(surfaceTexture); local
306 OutputConfiguration output2 = new OutputConfiguration(surface2);
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 3066 SharedPtr<GLES2ThreadTest::Surface> surface2; local
    [all...]

Completed in 417 milliseconds