Searched refs:GLStaticState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h137 struct GLES2_IMPL_EXPORT GLStaticState { struct in class:gpu::gles2::GLES2Implementation
138 GLStaticState();
139 ~GLStaticState();
678 GLStaticState static_state_;
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_unittest.cc416 GLES2Implementation::GLStaticState state;
417 GLES2Implementation::GLStaticState::IntState& int_state = state.int_state;
439 sizeof(GLES2Implementation::GLStaticState::IntState) * 2 +

Completed in 1556 milliseconds