Home | History | Annotate | Download | only in service

Lines Matching defs:ContextState

38 ContextState::ContextState(FeatureInfo* feature_info, Logger* logger)
47 ContextState::~ContextState() {
50 void ContextState::RestoreTextureUnitBindings(GLuint unit) const {
78 void ContextState::RestoreBufferBindings() const {
89 void ContextState::RestoreRenderbufferBindings() const {
106 void ContextState::RestoreProgramBindings() const {
110 void ContextState::RestoreActiveTexture() const {
114 void ContextState::RestoreAllTextureUnitBindings() const {
122 void ContextState::RestoreAttribute(GLuint attrib_index) const {
147 void ContextState::RestoreGlobalState() const {
152 void ContextState::RestoreState() const {
172 ErrorState* ContextState::GetErrorState() {