Home
last modified time | relevance | path

Searched refs:CreateSurface (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLDirectCompositionTest.cpp175 void CreateSurface(ComPtr<ABI::Windows::UI::Composition::ISpriteVisual> visual, in CreateSurface() function in EGLDirectCompositionTest
234 CreateSurface(mAngleHost, s); in TEST_P()
265 CreateSurface(mAngleHost, s); in TEST_P()
DEGLSurfaceTest.cpp966 hr = dcompDevice->CreateSurface(100, 100, DXGI_FORMAT_B8G8R8A8_UNORM, in TEST_P()
/external/swiftshader/src/Main/
DFrameBufferDD.cpp85 directDraw->CreateSurface(&surfaceDescription, &frontBuffer, 0); in createSurfaces()
104 long result = directDraw->CreateSurface(&ddsd, &frontBuffer, 0); in createSurfaces()
126 directDraw->CreateSurface(&ddsd, &backBuffer, 0); in createSurfaces()
/external/swiftshader/src/WSI/
DDirectFBSurfaceEXT.cpp62 dfb->CreateSurface(dfb, &desc, &dfbImage); in attachImage()
/external/crosvm/gpu_display/src/
Dlib.rs35 CreateSurface, enumerator
57 CreateSurface => write!(f, "failed to crate surface on the compositor"), in fmt()
Dgpu_display_wl.rs232 return Err(GpuDisplayError::CreateSurface); in create_surface()