HomeSort by relevance Sort by last modified time
    Searched defs:ContextState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
context_state.cc 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
    [all...]
context_state.h 5 // This file contains the ContextState class.
95 struct GPU_EXPORT ContextState {
96 ContextState(FeatureInfo* feature_info, Logger* logger);
97 ~ContextState();

Completed in 401 milliseconds