Searched defs:ContextState (Results 1 – 3 of 3) sorted by relevance
96 struct GPU_EXPORT ContextState { struct108 void RestoreState(const ContextState* prev_state); argument133 inline void SetDeviceColorMask(GLboolean red, in SetDeviceColorMask()148 inline void SetDeviceDepthMask(GLboolean mask) { in SetDeviceDepthMask()155 inline void SetDeviceStencilMaskSeparate(GLenum op, GLuint mask) { in SetDeviceStencilMaskSeparate()175 EnableFlags enable_flags;180 GLuint active_texture_unit;184 scoped_refptr<Buffer> bound_array_buffer;187 std::vector<TextureUnit> texture_units;190 std::vector<Vec4> attrib_values;[all …]
92 ContextState::ContextState(FeatureInfo* feature_info, in ContextState() function in gpu::gles2::ContextState
150 unsigned int ContextState[I810_CTX_SETUP_SIZE]; member