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

  /external/chromium_org/gpu/command_buffer/service/
context_state.cc 90 ContextState::ContextState(FeatureInfo* feature_info,
102 ContextState::~ContextState() {
105 void ContextState::RestoreTextureUnitBindings(
106 GLuint unit, const ContextState* prev_state) const {
150 void ContextState::RestoreBufferBindings() const {
161 void ContextState::RestoreRenderbufferBindings() const {
168 void ContextState::RestoreProgramBindings() const {
172 void ContextState::RestoreActiveTexture() const
    [all...]
context_state.h 5 // This file contains the ContextState class.
96 struct GPU_EXPORT ContextState {
97 ContextState(FeatureInfo* feature_info,
100 ~ContextState();
108 void RestoreState(const ContextState* prev_state) const;
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_state) const
    [all...]
  /bionic/libc/kernel/uapi/drm/
i810_drm.h 151 unsigned int ContextState[I810_CTX_SETUP_SIZE];
  /external/kernel-headers/original/uapi/drm/
i810_drm.h 150 unsigned int ContextState[I810_CTX_SETUP_SIZE];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
i810_drm.h 150 unsigned int ContextState[I810_CTX_SETUP_SIZE];
i830_drm.h 185 unsigned int ContextState[I830_CTX_SETUP_SIZE];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i810_drm.h 150 unsigned int ContextState[I810_CTX_SETUP_SIZE];
i830_drm.h 185 unsigned int ContextState[I830_CTX_SETUP_SIZE];

Completed in 122 milliseconds