OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasDepthAttachment
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
framebuffer_manager_unittest.cc
162
EXPECT_FALSE(framebuffer_->
HasDepthAttachment
());
216
EXPECT_FALSE(framebuffer_->
HasDepthAttachment
());
233
EXPECT_FALSE(framebuffer_->
HasDepthAttachment
());
250
EXPECT_TRUE(framebuffer_->
HasDepthAttachment
());
292
EXPECT_TRUE(framebuffer_->
HasDepthAttachment
());
303
EXPECT_TRUE(framebuffer_->
HasDepthAttachment
());
369
EXPECT_TRUE(framebuffer_->
HasDepthAttachment
());
[
all
...]
framebuffer_manager.h
106
bool
HasDepthAttachment
() const;
framebuffer_manager.cc
392
bool Framebuffer::
HasDepthAttachment
() const {
gles2_cmd_decoder.cc
[
all
...]
Completed in 118 milliseconds