Searched refs:eglSwapBuffers (Results 1 – 17 of 17) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | DisplayGl.cpp | 68 s_egl.eglSwapBuffers(surfaceGl->mDisplay, surfaceGl->mSurface); in post() 87 s_egl.eglSwapBuffers(surfaceGl->mDisplay, surfaceGl->mSurface); in clear()
|
/hardware/google/gfxstream/guest/egl/ |
D | egl_ftable.h | 51 {"eglSwapBuffers", (void *)eglSwapBuffers},
|
D | egl.cpp | 2191 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface eglSurface) in eglSwapBuffers() function
|
/hardware/libhardware/modules/hwcomposer/ |
D | hwcomposer.cpp | 91 EGLBoolean success = eglSwapBuffers((EGLDisplay)displays[0]->dpy, in hwc_set()
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | RenderEGL_functions.h | 31 X(EGLBoolean, eglSwapBuffers, (EGLDisplay display, EGLSurface surface)) \
|
D | RenderEGL_static_translator_namespaced_header.h | 31 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay display, EGLSurface surface);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | render_egl.entries | 30 EGLBoolean eglSwapBuffers(EGLDisplay display, EGLSurface surface);
|
/hardware/google/gfxstream/common/detector/ |
D | EglFuncs.h | 37 X(EGLBoolean, eglSwapBuffers, (EGLDisplay display, EGLSurface surface)) \
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | types.hal | 100 * Buffers shall be queued by EGL via `eglSwapBuffers()` after being filled
|
/hardware/libhardware/tests/hwc/ |
D | test-arrows.c | 156 eglSwapBuffers(display, surface); in main()
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | GlWrapper.cpp | 441 if (eglSwapBuffers(mDisplay, mSurface) == EGL_FALSE) { in renderImageToScreen()
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | GlWrapper.cpp | 445 eglSwapBuffers(mDisplay, mSurface); in renderImageToScreen()
|
/hardware/google/gfxstream/common/opengl/include/EGL/ |
D | egl.h | 141 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface surface);
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_egl.cpp | 121 X(EGLBoolean, eglSwapBuffers, (EGLDisplay display, EGLSurface surface)) \ 757 mDispatcher.eglSwapBuffers(mDisplay, sfc->getHndl()); in swapBuffers()
|
D | EglImp.cpp | 1248 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay display, EGLSurface surface) { in eglSwapBuffers() function
|
/hardware/google/gfxstream/guest/mesa/include/EGL/ |
D | egl.h | 151 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers (EGLDisplay dpy, EGLSurface surface);
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 175 mGl->eglSwapBuffers(mDisplay, surface); in TEST_P()
|