Searched refs:feature_flags_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dfeature_info.cc160 feature_flags_.enable_shader_name_hashing =
163 feature_flags_.is_swiftshader =
223 feature_flags_.is_angle = StartsWithASCII(renderer_str, "ANGLE", true);
254 feature_flags_.chromium_stream_texture = true;
264 feature_flags_.angle_translated_shader_source = true;
341 feature_flags_.angle_depth_texture =
359 feature_flags_.packed_depth24_stencil8 = true;
373 feature_flags_.native_vertex_array_object = true;
380 feature_flags_.native_vertex_array_object = false;
410 feature_flags_
[all...]
H A Dfeature_info.h104 return feature_flags_;
133 FeatureFlags feature_flags_; member in class:gpu::gles2::FeatureInfo
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c70 uint32_t feature_flags_; member in struct:WebPDemuxer
304 const int has_frames = !!(dmux->feature_flags_ & ANIMATION_FLAG);
350 const int has_fragments = !!(dmux->feature_flags_ & FRAGMENTS_FLAG);
440 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG);
454 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0;
482 dmux->feature_flags_ = ReadByte(mem);
512 const int has_frames = !!(dmux->feature_flags_ & ANIMATION_FLAG);
548 store_chunk = !!(dmux->feature_flags_ & ICCP_FLAG);
552 store_chunk = !!(dmux->feature_flags_ & XMP_FLAG);
556 store_chunk = !!(dmux->feature_flags_
[all...]
/external/webp/src/demux/
H A Ddemux.c70 uint32_t feature_flags_; member in struct:WebPDemuxer
304 const int has_frames = !!(dmux->feature_flags_ & ANIMATION_FLAG);
350 const int has_fragments = !!(dmux->feature_flags_ & FRAGMENTS_FLAG);
440 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG);
454 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0;
482 dmux->feature_flags_ = ReadByte(mem);
547 store_chunk = !!(dmux->feature_flags_ & ICCP_FLAG);
551 store_chunk = !!(dmux->feature_flags_ & XMP_FLAG);
555 store_chunk = !!(dmux->feature_flags_ & EXIF_FLAG);
620 const int has_fragments = !!(dmux->feature_flags_
[all...]

Completed in 316 milliseconds