Searched refs:CreateSurface (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 175 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()
|
D | EGLSurfaceTest.cpp | 966 hr = dcompDevice->CreateSurface(100, 100, DXGI_FORMAT_B8G8R8A8_UNORM, in TEST_P()
|
/external/swiftshader/src/Main/ |
D | FrameBufferDD.cpp | 85 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/ |
D | DirectFBSurfaceEXT.cpp | 62 dfb->CreateSurface(dfb, &desc, &dfbImage); in attachImage()
|
/external/crosvm/gpu_display/src/ |
D | lib.rs | 35 CreateSurface, enumerator 57 CreateSurface => write!(f, "failed to crate surface on the compositor"), in fmt()
|
D | gpu_display_wl.rs | 232 return Err(GpuDisplayError::CreateSurface); in create_surface()
|