OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contents_swizzled
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/layers/
tiled_layer_impl.cc
39
bool
contents_swizzled
() { return contents_swizzled_; }
function in class:cc::DrawableTile
40
void set_contents_swizzled(bool
contents_swizzled
) {
41
contents_swizzled_ =
contents_swizzled
;
148
tile->
contents_swizzled
());
256
tile->
contents_swizzled
());
283
bool
contents_swizzled
) {
289
tile->set_contents_swizzled(
contents_swizzled
);
tiled_layer_impl.h
42
bool
contents_swizzled
);
picture_layer_impl.cc
255
tile_version.
contents_swizzled
());
[
all
...]
tiled_layer.cc
225
tile->managed_resource()->
contents_swizzled
());
/external/chromium_org/cc/resources/
managed_tile_state.h
77
bool
contents_swizzled
() const {
function in class:cc::ManagedTileState::TileVersion
prioritized_resource.h
45
bool
contents_swizzled
() const { return contents_swizzled_; }
function in class:cc::PrioritizedResource
/external/chromium_org/cc/output/
renderer_pixeltest.cc
1315
bool
contents_swizzled
= !PlatformColor::SameComponentOrder(GL_RGBA);
local
1400
bool
contents_swizzled
= !PlatformColor::SameComponentOrder(GL_RGBA);
local
[
all
...]
Completed in 427 milliseconds