OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldDrawWithBlending
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/quads/
draw_quad.h
89
bool
ShouldDrawWithBlending
() const {
draw_quad.cc
143
value->SetBoolean("should_draw_with_blending",
ShouldDrawWithBlending
());
/external/chromium_org/cc/output/
gl_renderer.cc
367
SetBlendEnabled(quad->
ShouldDrawWithBlending
());
410
SetBlendEnabled(quad->
ShouldDrawWithBlending
());
799
SetBlendEnabled(quad->
ShouldDrawWithBlending
());
[
all
...]
software_renderer.cc
254
if (quad->
ShouldDrawWithBlending
()) {
/external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc
[
all
...]
Completed in 30 milliseconds