Home
last modified time | relevance | path

Searched refs:eglReleaseThread (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/egl/
Degl_ftable.h36 {"eglReleaseThread", (void *)eglReleaseThread},
Degl.cpp1569 EGLBoolean eglReleaseThread() in eglReleaseThread() function
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h23 X(EGLBoolean, eglReleaseThread, ()) \
DRenderEGL_static_translator_namespaced_header.h23 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread();
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl.entries23 EGLBoolean eglReleaseThread(void);
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h205 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread (void);
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp137 X(EGLBoolean, eglReleaseThread, (void)) \
762 return mDispatcher.eglReleaseThread(); in releaseThread()
DEglImp.cpp1339 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread(void) { in eglReleaseThread() function
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h228 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread (void);
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp258 mGl->eglReleaseThread(); in TearDownGuest()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3272 if (!s_egl.eglReleaseThread()) { in drainGlRenderThreadResources()