OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:feature_flags_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
feature_info.h
112
return
feature_flags_
;
140
FeatureFlags
feature_flags_
;
member in class:gpu::gles2::FeatureInfo
/external/chromium_org/third_party/libwebp/demux/
demux.c
66
uint32_t
feature_flags_
;
member in struct:WebPDemuxer
300
const int is_animation = !!(dmux->
feature_flags_
& ANIMATION_FLAG);
346
const int is_fragmented = !!(dmux->
feature_flags_
& FRAGMENTS_FLAG);
437
const int has_alpha = !!(dmux->
feature_flags_
& ALPHA_FLAG);
451
dmux->
feature_flags_
|= frame->has_alpha_ ? ALPHA_FLAG : 0;
466
const int is_animation = !!(dmux->
feature_flags_
& ANIMATION_FLAG);
523
store_chunk = !!(dmux->
feature_flags_
& ICCP_FLAG);
527
store_chunk = !!(dmux->
feature_flags_
& EXIF_FLAG);
531
store_chunk = !!(dmux->
feature_flags_
& XMP_FLAG);
577
dmux->
feature_flags_
= ReadByte(mem)
[
all
...]
/external/webp/src/demux/
demux.c
66
uint32_t
feature_flags_
;
member in struct:WebPDemuxer
300
const int is_animation = !!(dmux->
feature_flags_
& ANIMATION_FLAG);
346
const int is_fragmented = !!(dmux->
feature_flags_
& FRAGMENTS_FLAG);
437
const int has_alpha = !!(dmux->
feature_flags_
& ALPHA_FLAG);
451
dmux->
feature_flags_
|= frame->has_alpha_ ? ALPHA_FLAG : 0;
466
const int is_animation = !!(dmux->
feature_flags_
& ANIMATION_FLAG);
523
store_chunk = !!(dmux->
feature_flags_
& ICCP_FLAG);
527
store_chunk = !!(dmux->
feature_flags_
& EXIF_FLAG);
531
store_chunk = !!(dmux->
feature_flags_
& XMP_FLAG);
577
dmux->
feature_flags_
= ReadByte(mem)
[
all
...]
Completed in 281 milliseconds