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

  /cts/tests/tests/media/res/layout/
mediaplayer.xml 28 <SurfaceView android:id="@+id/surface2"
  /cts/tests/tests/media/src/android/media/cts/
MediaStubActivity.java 39 SurfaceView surfaceV2 = (SurfaceView)findViewById(R.id.surface2);
  /frameworks/support/media/src/androidTest/java/androidx/media/
MediaStubActivity.java 39 SurfaceView surfaceV2 = (SurfaceView) findViewById(R.id.surface2);
  /frameworks/support/media/src/androidTest/res/layout/
mediaplayer.xml 29 <SurfaceView android:id="@+id/surface2"
  /cts/tests/tests/security/src/android/security/cts/
OutputConfigurationTest.java 56 Surface surface2 = new Surface(outputTexture2); local
57 parcelledOutput.addSurface(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 498 SkSurface* surface2) {
504 SkCanvas* canvas2 = surface2->getCanvas();
515 sk_sp<SkImage> image3(surface2->makeImageSnapshot());
516 // Trigger copy on write on surface2. The new backing store should not
519 sk_sp<SkImage> image4(surface2->makeImageSnapshot());
531 auto surface2(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, nullptr));
532 test_crbug263329(reporter, surface1.get(), surface2.get());
    [all...]
  /external/skqp/tests/
SurfaceTest.cpp 377 SkSurface* surface2) {
383 SkCanvas* canvas2 = surface2->getCanvas();
394 sk_sp<SkImage> image3(surface2->makeImageSnapshot());
395 // Trigger copy on write on surface2. The new backing store should not
398 sk_sp<SkImage> image4(surface2->makeImageSnapshot());
410 auto surface2(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, nullptr));
411 test_crbug263329(reporter, surface1.get(), surface2.get());
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraDeviceBinderTest.java 321 Surface surface2 = new Surface(surfaceTexture); local
322 OutputConfiguration output2 = new OutputConfiguration(surface2);
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 3066 SharedPtr<GLES2ThreadTest::Surface> surface2; local
    [all...]

Completed in 308 milliseconds