Searched defs:EnableFlags (Results 1 – 6 of 6) sorted by relevance
15 struct EnableFlags { struct17 bool blend;18 bool cull_face;19 bool depth_test;20 bool dither;21 bool polygon_offset_fill;22 bool sample_alpha_to_coverage;23 bool sample_coverage;24 bool scissor_test;25 bool stencil_test;
15 ClientContextState::EnableFlags::EnableFlags() in EnableFlags() function
15 struct EnableFlags { struct17 bool blend;18 bool cached_blend;19 bool cull_face;20 bool cached_cull_face;21 bool depth_test;22 bool cached_depth_test;23 bool dither;24 bool cached_dither;25 bool polygon_offset_fill;[all …]
531 struct EnableFlags { struct544 EnableFlags enable_flags_; argument
15 ContextState::EnableFlags::EnableFlags() in EnableFlags() function
855 GLES2DecoderTestBase::EnableFlags::EnableFlags() in EnableFlags() function in gpu::gles2::GLES2DecoderTestBase::EnableFlags