webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ContextState.h>
Public Member Functions | |
ContextState (uintptr_t context, GLint clientMajorVersion, GLint clientMinorVersion, State *state, const Caps &caps, const TextureCapsMap &textureCaps, const Extensions &extensions, const ResourceManager *resourceManager, const Limitations &limitations) | |
~ContextState () | |
uintptr_t | getContext () const |
GLint | getClientMajorVersion () const |
GLint | getClientMinorVersion () const |
const GLVersion & | getGLVersion () const |
const State & | getState () const |
const Caps & | getCaps () const |
const TextureCapsMap & | getTextureCaps () const |
const Extensions & | getExtensions () const |
const ResourceManager & | getResourceManager () const |
const Limitations & | getLimitations () const |
const TextureCaps & | getTextureCap (GLenum internalFormat) const |
Public Member Functions inherited from angle::NonCopyable | |
NonCopyable ()=default | |
~NonCopyable ()=default | |
Friends | |
class | Context |
class | ValidationContext |
Additional Inherited Members | |
Protected Member Functions inherited from angle::NonCopyable | |
NonCopyable (const NonCopyable &)=delete | |
void | operator= (const NonCopyable &)=delete |
gl::ContextState::ContextState | ( | uintptr_t | context, |
GLint | clientMajorVersion, | ||
GLint | clientMinorVersion, | ||
State * | state, | ||
const Caps & | caps, | ||
const TextureCapsMap & | textureCaps, | ||
const Extensions & | extensions, | ||
const ResourceManager * | resourceManager, | ||
const Limitations & | limitations | ||
) |
gl::ContextState::~ContextState | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
const TextureCaps & gl::ContextState::getTextureCap | ( | GLenum | internalFormat | ) | const |
|
inline |
|
friend |