webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <EGL/egl.h>
Go to the source code of this file.
Namespaces | |
gl | |
egl | |
Functions | |
Context * | gl::GetGlobalContext () |
Context * | gl::GetValidGlobalContext () |
void | egl::SetGlobalError (const Error &error) |
EGLint | egl::GetGlobalError () |
void | egl::SetGlobalAPI (EGLenum API) |
EGLenum | egl::GetGlobalAPI () |
void | egl::SetGlobalDisplay (Display *dpy) |
Display * | egl::GetGlobalDisplay () |
void | egl::SetGlobalDrawSurface (Surface *surface) |
Surface * | egl::GetGlobalDrawSurface () |
void | egl::SetGlobalReadSurface (Surface *surface) |
Surface * | egl::GetGlobalReadSurface () |
void | egl::SetGlobalContext (gl::Context *context) |
gl::Context * | egl::GetGlobalContext () |