OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasUnclearedColorAttachments
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.h
67
bool
HasUnclearedColorAttachments
() const;
framebuffer_manager_unittest.cc
586
EXPECT_FALSE(framebuffer_->
HasUnclearedColorAttachments
());
614
EXPECT_FALSE(framebuffer_->
HasUnclearedColorAttachments
());
630
EXPECT_TRUE(framebuffer_->
HasUnclearedColorAttachments
());
[
all
...]
framebuffer_manager.cc
363
bool Framebuffer::
HasUnclearedColorAttachments
() const {
gles2_cmd_decoder.cc
[
all
...]
Completed in 71 milliseconds