Searched defs:GLStaticState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc52 GLES2Implementation::GLStaticState::GLStaticState() { function in class:gpu::gles2::GLES2Implementation::GLStaticState
55 GLES2Implementation::GLStaticState::~GLStaticState() {
58 GLES2Implementation::GLStaticState::IntState::IntState()
2170 GLStaticState::ShaderPrecisionKey key(shadertype, precisiontype);
2171 GLStaticState::ShaderPrecisionMap::iterator i =
3271 const GLStaticState::ShaderPrecisionKey key(
H A Dgles2_implementation.h137 struct GLES2_IMPL_EXPORT GLStaticState { struct in class:gpu::gles2::GLES2Implementation
138 GLStaticState();
139 ~GLStaticState();
678 GLStaticState static_state_;

Completed in 88 milliseconds