Searched refs:eglUseOsEglApi (Results 1 – 6 of 6) sorted by relevance
/device/generic/vulkan-cereal/include/OpenGLESDispatch/ |
D | RenderEGL_snapshot_functions.h | 17 X(void, eglUseOsEglApi, (EGLBoolean enable, EGLBoolean nullEgl)) \ 30 EGLAPI void EGLAPIENTRY eglUseOsEglApi(EGLBoolean enable, EGLBoolean nullEgl);
|
D | RenderEGL_snapshot_static_translator_namespaced_header.h | 17 EGLAPI void EGLAPIENTRY eglUseOsEglApi(EGLBoolean enable, EGLBoolean nullEgl);
|
/device/generic/vulkan-cereal/stream-servers/gl/OpenGLESDispatch/ |
D | render_egl_snapshot.entries | 20 void eglUseOsEglApi(EGLBoolean enable, EGLBoolean nullEgl);
|
/device/generic/vulkan-cereal/stream-servers/gl/ |
D | EmulationGl.cpp | 222 if (s_egl.eglUseOsEglApi) { in create() 223 s_egl.eglUseOsEglApi(egl2egl, EGL_FALSE); in create()
|
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | OpenGLTestContext.cpp | 30 egl->eglUseOsEglApi(!shouldUseHostGpu(), EGL_FALSE); in getDisplay()
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ |
D | EglImp.cpp | 148 EGLAPI void EGLAPIENTRY eglUseOsEglApi(EGLBoolean enable, EGLBoolean nullEgl); 1749 EGLAPI void EGLAPIENTRY eglUseOsEglApi(EGLBoolean enable, EGLBoolean nullEgl) { in eglUseOsEglApi() function
|