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
104
return
feature_flags_
;
133
FeatureFlags
feature_flags_
;
member in class:gpu::gles2::FeatureInfo
/external/chromium_org/third_party/libwebp/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);
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_
& EXIF_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 806 milliseconds