Searched defs:ContextState (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.cc92 ContextState::ContextState(FeatureInfo* feature_info, function in class:gpu::gles2::ContextState
105 ContextState::~ContextState() {
108 void ContextState::RestoreTextureUnitBindings(
109 GLuint unit, const ContextState* prev_state) const {
153 void ContextState::RestoreBufferBindings() const {
164 void ContextState::RestoreRenderbufferBindings() {
169 void ContextState::RestoreProgramBindings() const {
173 void ContextState
[all...]
H A Dcontext_state.h5 // This file contains the ContextState class.
96 struct GPU_EXPORT ContextState { struct in namespace:gpu::gles2
97 ContextState(FeatureInfo* feature_info,
100 ~ContextState();
108 void RestoreState(const ContextState* prev_state);
109 void InitCapabilities(const ContextState* prev_state) const;
110 void InitState(const ContextState* prev_state) const;
113 void RestoreAllTextureUnitBindings(const ContextState* prev_state) const;
120 void RestoreGlobalState(const ContextState* prev_state) const;
124 GLuint unit, const ContextState* prev_stat
[all...]
/external/kernel-headers/original/uapi/drm/
H A Di810_drm.h150 unsigned int ContextState[I810_CTX_SETUP_SIZE]; member in struct:_drm_i810_sarea

Completed in 406 milliseconds