Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/service/
Dcontext_state.h96 struct GPU_EXPORT ContextState { struct
108 void RestoreState(const ContextState* prev_state); argument
133 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 …]
Dcontext_state.cc92 ContextState::ContextState(FeatureInfo* feature_info, in ContextState() function in gpu::gles2::ContextState
/external/kernel-headers/original/uapi/drm/
Di810_drm.h150 unsigned int ContextState[I810_CTX_SETUP_SIZE]; member