webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "libGLESv2/global_state.h"
#include "libANGLE/Context.h"
#include "libANGLE/Error.h"
#include "common/debug.h"
#include "common/platform.h"
#include "common/tls.h"
Namespaces | |
gl | |
egl | |
Functions | |
Context * | gl::GetGlobalContext () |
Context * | gl::GetValidGlobalContext () |
void | egl::SetGlobalError (const Error &error) |
EGLint | egl::GetGlobalError () |
EGLenum | egl::GetGlobalAPI () |
void | egl::SetGlobalAPI (EGLenum API) |
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 () |