Home
last modified time | relevance | path

Searched refs:eglCreateWindowSurface (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/egl/
Degl_ftable.h28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
Degl.cpp1253 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() function
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h18 …X(EGLSurface, eglCreateWindowSurface, (EGLDisplay display, EGLConfig config, EGLNativeWindowType n…
DRenderEGL_static_translator_namespaced_header.h18 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, EGLNativ…
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl.entries18 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, EGLNativeWindowType native_…
/hardware/google/gfxstream/common/detector/
DEglFuncs.h38 …X(EGLSurface, eglCreateWindowSurface, (EGLDisplay display, EGLConfig config, EGLNativeWindowType n…
/hardware/google/gfxstream/host/gl/
DDisplaySurfaceGl.cpp180 EGLSurface surface = s_egl.eglCreateWindowSurface(display, config, window, nullptr); in createWindowSurface()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_GOOGLE_surfaceless_query.adoc19 color space to `eglCreateWindowSurface` at the same time.
/hardware/libhardware/tests/hwc/
Dutil.c200 surface = eglCreateWindowSurface(display, config, window, NULL); in egl_create()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp265 mSurface = eglCreateWindowSurface(mDisplay, egl_config, mWindow, nullptr); in initialize()
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp257 mSurface = eglCreateWindowSurface(mDisplay, egl_config, mWindow, nullptr); in initialize()
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi…
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp122 X(EGLSurface, eglCreateWindowSurface, \
700 EGLSurface surface = mDispatcher.eglCreateWindowSurface( in createWindowSurface()
DEglImp.cpp773 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, in eglCreateWindowSurface() function
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h136 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi…
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp164 EGLSurface surface = mGl->eglCreateWindowSurface(mDisplay, config, anw, nullptr); in TEST_P()