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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h141 struct GLES2_IMPL_EXPORT IntState { struct in struct:gpu::gles2::GLES2Implementation::GLStaticState
142 IntState();
157 IntState int_state;
H A Dgles2_implementation.cc58 GLES2Implementation::GLStaticState::IntState::IntState() function in class:gpu::gles2::GLES2Implementation::GLStaticState::IntState
H A Dgles2_implementation_unittest.cc417 GLES2Implementation::GLStaticState::IntState& int_state = state.int_state;
434 // This just happens to work for now because IntState has 1 GLint per
436 // If IntState gets more complicated this code will need to get more
439 sizeof(GLES2Implementation::GLStaticState::IntState) * 2 +

Completed in 1008 milliseconds