Home
last modified time | relevance | path

Searched refs:eglSwapBuffers (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/host/gl/
DDisplayGl.cpp68 s_egl.eglSwapBuffers(surfaceGl->mDisplay, surfaceGl->mSurface); in post()
87 s_egl.eglSwapBuffers(surfaceGl->mDisplay, surfaceGl->mSurface); in clear()
/hardware/google/gfxstream/guest/egl/
Degl_ftable.h51 {"eglSwapBuffers", (void *)eglSwapBuffers},
Degl.cpp2191 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface eglSurface) in eglSwapBuffers() function
/hardware/libhardware/modules/hwcomposer/
Dhwcomposer.cpp91 EGLBoolean success = eglSwapBuffers((EGLDisplay)displays[0]->dpy, in hwc_set()
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h31 X(EGLBoolean, eglSwapBuffers, (EGLDisplay display, EGLSurface surface)) \
DRenderEGL_static_translator_namespaced_header.h31 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay display, EGLSurface surface);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl.entries30 EGLBoolean eglSwapBuffers(EGLDisplay display, EGLSurface surface);
/hardware/google/gfxstream/common/detector/
DEglFuncs.h37 X(EGLBoolean, eglSwapBuffers, (EGLDisplay display, EGLSurface surface)) \
/hardware/interfaces/graphics/bufferqueue/2.0/
Dtypes.hal100 * Buffers shall be queued by EGL via `eglSwapBuffers()` after being filled
/hardware/libhardware/tests/hwc/
Dtest-arrows.c156 eglSwapBuffers(display, surface); in main()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp441 if (eglSwapBuffers(mDisplay, mSurface) == EGL_FALSE) { in renderImageToScreen()
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp445 eglSwapBuffers(mDisplay, mSurface); in renderImageToScreen()
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h141 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface surface);
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp121 X(EGLBoolean, eglSwapBuffers, (EGLDisplay display, EGLSurface surface)) \
757 mDispatcher.eglSwapBuffers(mDisplay, sfc->getHndl()); in swapBuffers()
DEglImp.cpp1248 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay display, EGLSurface surface) { in eglSwapBuffers() function
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h151 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface surface);
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp175 mGl->eglSwapBuffers(mDisplay, surface); in TEST_P()