Home
last modified time | relevance | path

Searched refs:eglSaveConfig (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_snapshot_functions.h11 X(EGLBoolean, eglSaveConfig, (EGLDisplay display, EGLConfig config, EGLStreamKHR stream)) \
24 EGLAPI EGLBoolean EGLAPIENTRY eglSaveConfig(EGLDisplay display, EGLConfig config, EGLStreamKHR stre…
DRenderEGL_snapshot_static_translator_namespaced_header.h11 EGLAPI EGLBoolean EGLAPIENTRY eglSaveConfig(EGLDisplay display, EGLConfig config, EGLStreamKHR stre…
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl_snapshot.entries10 EGLBoolean eglSaveConfig(EGLDisplay display, EGLConfig config, EGLStreamKHR stream);
/hardware/google/gfxstream/host/gl/
DEmulatedEglWindowSurface.cpp226 if (s_egl.eglSaveConfig) { in onSave()
227 s_egl.eglSaveConfig(mDisplay, mConfig, stream); in onSave()
/hardware/google/gfxstream/host/tests/
DGLSnapshotTesting.cpp259 egl->eglSaveConfig(m_display, m_config, egl_stream); in saveSnapshot()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp135 EGLAPI EGLBoolean EGLAPIENTRY eglSaveConfig(EGLDisplay display, EGLConfig config, EGLStreamKHR stre…
1698 EGLAPI EGLBoolean EGLAPIENTRY eglSaveConfig(EGLDisplay display, in eglSaveConfig() function