HomeSort by relevance Sort by last modified time
    Searched refs:feature_flags_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
feature_info.cc 194 feature_flags_.enable_shader_name_hashing =
221 feature_flags_.chromium_stream_texture = true;
231 feature_flags_.angle_translated_shader_source = true;
337 feature_flags_.native_vertex_array_object = true;
344 feature_flags_.native_vertex_array_object = false;
466 feature_flags_.chromium_framebuffer_multisample = true;
475 feature_flags_.multisampled_render_to_texture = true;
477 feature_flags_.multisampled_render_to_texture = true;
478 feature_flags_.use_img_for_multisampled_render_to_texture = true;
480 if (feature_flags_.multisampled_render_to_texture)
    [all...]
feature_info.h 90 return feature_flags_;
117 FeatureFlags feature_flags_; member in class:gpu::gles2::FeatureInfo
  /external/chromium_org/third_party/libwebp/demux/
demux.c 68 uint32_t feature_flags_; member in struct:WebPDemuxer
306 const int has_frames = !!(dmux->feature_flags_ & ANIMATION_FLAG);
349 const int has_fragments = !!(dmux->feature_flags_ & FRAGMENTS_FLAG);
441 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG);
454 dmux->feature_flags_ |= has_vp8l_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_ & FRAGMENTS_FLAG)
    [all...]
  /external/webp/src/demux/
demux.c 70 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_ & FRAGMENTS_FLAG)
    [all...]

Completed in 56 milliseconds