Searched refs:eglSaveConfig (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | RenderEGL_snapshot_functions.h | 11 X(EGLBoolean, eglSaveConfig, (EGLDisplay display, EGLConfig config, EGLStreamKHR stream)) \ 24 EGLAPI EGLBoolean EGLAPIENTRY eglSaveConfig(EGLDisplay display, EGLConfig config, EGLStreamKHR stre…
|
D | RenderEGL_snapshot_static_translator_namespaced_header.h | 11 EGLAPI EGLBoolean EGLAPIENTRY eglSaveConfig(EGLDisplay display, EGLConfig config, EGLStreamKHR stre…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | render_egl_snapshot.entries | 10 EGLBoolean eglSaveConfig(EGLDisplay display, EGLConfig config, EGLStreamKHR stream);
|
/hardware/google/gfxstream/host/gl/ |
D | EmulatedEglWindowSurface.cpp | 226 if (s_egl.eglSaveConfig) { in onSave() 227 s_egl.eglSaveConfig(mDisplay, mConfig, stream); in onSave()
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTesting.cpp | 259 egl->eglSaveConfig(m_display, m_config, egl_stream); in saveSnapshot()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglImp.cpp | 135 EGLAPI EGLBoolean EGLAPIENTRY eglSaveConfig(EGLDisplay display, EGLConfig config, EGLStreamKHR stre… 1698 EGLAPI EGLBoolean EGLAPIENTRY eglSaveConfig(EGLDisplay display, in eglSaveConfig() function
|