OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_texture_format_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
resource_provider.h
84
return use_rgba_4444_texture_format_ ? RGBA_4444 :
best_texture_format_
;
86
ResourceFormat best_texture_format() const { return
best_texture_format_
; }
498
ResourceFormat
best_texture_format_
;
member in class:cc::ResourceProvider
resource_provider.cc
898
best_texture_format_
(RGBA_8888),
914
best_texture_format_
= RGBA_8888;
940
best_texture_format_
= PlatformColor::BestTextureFormat(use_bgra);
[
all
...]
Completed in 48 milliseconds