Searched refs:eglPostLoadAllImages (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | RenderEGL_snapshot_functions.h | 15 X(EGLBoolean, eglPostLoadAllImages, (EGLDisplay display, EGLStreamKHR stream)) \ 28 EGLAPI EGLBoolean EGLAPIENTRY eglPostLoadAllImages(EGLDisplay display, EGLStreamKHR stream);
|
D | RenderEGL_snapshot_static_translator_namespaced_header.h | 15 EGLAPI EGLBoolean EGLAPIENTRY eglPostLoadAllImages(EGLDisplay display, EGLStreamKHR stream);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | render_egl_snapshot.entries | 16 EGLBoolean eglPostLoadAllImages(EGLDisplay display, EGLStreamKHR stream);
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTesting.cpp | 289 egl->eglPostLoadAllImages(m_display, egl_stream); in loadSnapshot()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglImp.cpp | 149 EGLAPI EGLBoolean EGLAPIENTRY eglPostLoadAllImages(EGLDisplay display, EGLStreamKHR stream); 1755 EGLAPI EGLBoolean EGLAPIENTRY eglPostLoadAllImages(EGLDisplay display, EGLStreamKHR stream) { in eglPostLoadAllImages() function
|
/hardware/google/gfxstream/host/ |
D | FrameBuffer.cpp | 2575 if (s_egl.eglPostLoadAllImages) { in onLoad() 2576 s_egl.eglPostLoadAllImages(getDisplay(), stream); in onLoad()
|