Home
last modified time | relevance | path

Searched defs:createWindowSurface (Results 1 – 19 of 19) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl24 eglCreateWindowSurfaceFunc createWindowSurface; variable
DeglwFuncPtrLibraryImpl.inl97 EGLSurface FuncPtrLibrary::createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowTy… function in FuncPtrLibrary
/external/angle/src/tests/egl_tests/
DEGLPresentPathD3D11Test.cpp81 void createWindowSurface() in createWindowSurface() function in EGLPresentPathD3D11
DEGLBufferAgeTest.cpp80 bool createWindowSurface(EGLConfig config, EGLNativeWindowType win, EGLSurface *surface) const in createWindowSurface() function in EGLBufferAgeTest
DEGLProtectedContentTest.cpp122 bool createWindowSurface(EGLBoolean isProtected, in createWindowSurface() function in EGLProtectedContentTest
DEGLContextSharingTest.cpp146 bool createWindowSurface(EGLConfig config, EGLNativeWindowType win, EGLSurface *surface) in createWindowSurface() function in __anon9626f33f0111::EGLContextSharingTestNoFixture
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.cpp150 SurfaceImpl *DisplayNULL::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() function in rx::DisplayNULL
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp92 …eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativ… in createWindowSurface() function in tcu::lnx::x11::egl::Library
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp166 SurfaceImpl *DisplayD3D::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() function in rx::DisplayD3D
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp134 SurfaceImpl *DisplayVk::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() function in rx::DisplayVk
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp87 EGLSurface createWindowSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDi… in createWindowSurface() function
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java729 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, in createWindowSurface() method
736 public EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, in createWindowSurface() method in GLSurfaceView.DefaultWindowSurfaceFactory
/external/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp801 SurfaceImpl *DisplayGbm::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() function in rx::DisplayGbm
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp409 SurfaceImpl *DisplayWGL::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() function in rx::DisplayWGL
/external/deqp/framework/egl/
DegluUtil.cpp313 EGLSurface createWindowSurface (NativeDisplay& nativeDisplay, NativeWindow& window, EGLDisplay disp… in createWindowSurface() function
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp424 SurfaceImpl *DisplayGLX::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() function in rx::DisplayGLX
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp440 EGLSurface FunctionsEGL::createWindowSurface(EGLConfig config, in createWindowSurface() function in rx::FunctionsEGL
DDisplayEGL.cpp412 SurfaceImpl *DisplayEGL::createWindowSurface(const egl::SurfaceState &state, in createWindowSurface() function in rx::DisplayEGL
/external/angle/src/libANGLE/
DDisplay.cpp1236 Error Display::createWindowSurface(const Config *configuration, in createWindowSurface() function in egl::Display