OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_texture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/compositor/
layer.cc
483
bool
has_texture
= !!texture;
local
484
layer_updated_externally_ =
has_texture
;
486
if (!!texture_layer_.get() !=
has_texture
) {
488
if (
has_texture
) {
/external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc
5127
bool
has_texture
= false;
local
[
all
...]
Completed in 132 milliseconds