Home
last modified time | relevance | path

Searched refs:eglTerminate (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/guest/egl/
Degl_ftable.h23 {"eglTerminate", (void *)eglTerminate},
Degl.cpp1121 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate() function
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h12 X(EGLBoolean, eglTerminate, (EGLDisplay dpy)) \
DRenderEGL_static_translator_namespaced_header.h12 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl.entries12 EGLBoolean eglTerminate(EGLDisplay dpy);
/hardware/google/gfxstream/common/detector/
DEglFuncs.h35 X(EGLBoolean, eglTerminate, (EGLDisplay display)) \
/hardware/qcom/sm7250/display/composer/
Dgl_common.cpp172 EGL(eglTerminate(ctx->egl_display)); in DestroyContext()
/hardware/google/gfxstream/host/tests/
DOpenGLTestContext.cpp115 egl->eglTerminate(dpy); in destroyDisplay()
/hardware/libhardware/tests/hwc/
Dutil.c232 eglTerminate(display); in egl_destroy()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp323 eglTerminate(mDisplay); in shutdown()
/hardware/qcom/sm7250/display/gpu_tonemapper/
Dglengine.cpp106 EGL(eglTerminate(engineContext->eglDisplay)); in engine_shutdown()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dglengine.cpp106 EGL(eglTerminate(engineContext->eglDisplay)); in engine_shutdown()
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp314 eglTerminate(mDisplay); in shutdown()
/hardware/qcom/sm8150/display/gpu_tonemapper/
Dglengine.cpp106 EGL(eglTerminate(engineContext->eglDisplay)); in engine_shutdown()
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dglengine.cpp106 EGL(eglTerminate(engineContext->eglDisplay)); in engine_shutdown()
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.cpp127 EGL(eglTerminate(engineContext->eglDisplay)); in engine_shutdown()
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h142 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate (EGLDisplay dpy);
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h152 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate (EGLDisplay dpy);
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp256 mGl->eglTerminate(display); in TearDownGuest()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp403 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay display) { in eglTerminate() function