HomeSort by relevance Sort by last modified time
    Searched refs:GLStaticState (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 137 struct GLES2_IMPL_EXPORT GLStaticState {
138 GLStaticState();
139 ~GLStaticState();
678 GLStaticState static_state_;
gles2_implementation.cc 52 GLES2Implementation::GLStaticState::GLStaticState() {
55 GLES2Implementation::GLStaticState::~GLStaticState() {
58 GLES2Implementation::GLStaticState::IntState::IntState()
    [all...]
gles2_implementation_unittest.cc 416 GLES2Implementation::GLStaticState state;
417 GLES2Implementation::GLStaticState::IntState& int_state = state.int_state;
439 sizeof(GLES2Implementation::GLStaticState::IntState) * 2 +
    [all...]

Completed in 94 milliseconds