Lines Matching refs:egl_data

66 …EglWindow = (CreateWinrtEglWindow_Old_Function) SDL_LoadFunction(_this->egl_data->egl_dll_handle, …  in WINRT_GLES_LoadLibrary()
89 …_this->egl_data->egl_display = ((eglGetDisplay_Old_Function)_this->egl_data->eglGetDisplay)(cpp_di… in WINRT_GLES_LoadLibrary()
90 if (!_this->egl_data->egl_display) { in WINRT_GLES_LoadLibrary()
94 if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) { in WINRT_GLES_LoadLibrary()
134 …on eglGetPlatformDisplayEXT = (eglGetPlatformDisplayEXT_Function)_this->egl_data->eglGetProcAddres… in WINRT_GLES_LoadLibrary()
143 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
144 if (!_this->egl_data->egl_display) { in WINRT_GLES_LoadLibrary()
148 if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) in WINRT_GLES_LoadLibrary()
155 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
156 if (!_this->egl_data->egl_display) { in WINRT_GLES_LoadLibrary()
160 … if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) { in WINRT_GLES_LoadLibrary()
164 …_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISP… in WINRT_GLES_LoadLibrary()
165 if (!_this->egl_data->egl_display) { in WINRT_GLES_LoadLibrary()
169 … if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE) { in WINRT_GLES_LoadLibrary()