Searched refs:eglCreateWindowSurface (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/egl/ |
D | egl_ftable.h | 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
|
D | egl.cpp | 1253 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() function
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | RenderEGL_functions.h | 18 …X(EGLSurface, eglCreateWindowSurface, (EGLDisplay display, EGLConfig config, EGLNativeWindowType n…
|
D | RenderEGL_static_translator_namespaced_header.h | 18 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, EGLNativ…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | render_egl.entries | 18 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, EGLNativeWindowType native_…
|
/hardware/google/gfxstream/common/detector/ |
D | EglFuncs.h | 38 …X(EGLSurface, eglCreateWindowSurface, (EGLDisplay display, EGLConfig config, EGLNativeWindowType n…
|
/hardware/google/gfxstream/host/gl/ |
D | DisplaySurfaceGl.cpp | 180 EGLSurface surface = s_egl.eglCreateWindowSurface(display, config, window, nullptr); in createWindowSurface()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_GOOGLE_surfaceless_query.adoc | 19 color space to `eglCreateWindowSurface` at the same time.
|
/hardware/libhardware/tests/hwc/ |
D | util.c | 200 surface = eglCreateWindowSurface(display, config, window, NULL); in egl_create()
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | GlWrapper.cpp | 265 mSurface = eglCreateWindowSurface(mDisplay, egl_config, mWindow, nullptr); in initialize()
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | GlWrapper.cpp | 257 mSurface = eglCreateWindowSurface(mDisplay, egl_config, mWindow, nullptr); in initialize()
|
/hardware/google/gfxstream/common/opengl/include/EGL/ |
D | egl.h | 126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_egl.cpp | 122 X(EGLSurface, eglCreateWindowSurface, \ 700 EGLSurface surface = mDispatcher.eglCreateWindowSurface( in createWindowSurface()
|
D | EglImp.cpp | 773 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, in eglCreateWindowSurface() function
|
/hardware/google/gfxstream/guest/mesa/include/EGL/ |
D | egl.h | 136 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi…
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 164 EGLSurface surface = mGl->eglCreateWindowSurface(mDisplay, config, anw, nullptr); in TEST_P()
|