OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasUnclearedAttachment
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
framebuffer_manager_unittest.cc
198
EXPECT_FALSE(framebuffer_->
HasUnclearedAttachment
(GL_COLOR_ATTACHMENT0));
199
EXPECT_FALSE(framebuffer_->
HasUnclearedAttachment
(GL_DEPTH_ATTACHMENT));
200
EXPECT_FALSE(framebuffer_->
HasUnclearedAttachment
(GL_STENCIL_ATTACHMENT));
202
framebuffer_->
HasUnclearedAttachment
(GL_DEPTH_STENCIL_ATTACHMENT));
212
EXPECT_FALSE(framebuffer_->
HasUnclearedAttachment
(GL_COLOR_ATTACHMENT0));
213
EXPECT_FALSE(framebuffer_->
HasUnclearedAttachment
(GL_DEPTH_ATTACHMENT));
246
EXPECT_TRUE(framebuffer_->
HasUnclearedAttachment
(GL_COLOR_ATTACHMENT0));
247
EXPECT_FALSE(framebuffer_->
HasUnclearedAttachment
(GL_DEPTH_ATTACHMENT));
267
EXPECT_TRUE(framebuffer_->
HasUnclearedAttachment
(GL_DEPTH_ATTACHMENT));
272
EXPECT_FALSE(framebuffer_->
HasUnclearedAttachment
(GL_COLOR_ATTACHMENT0))
[
all
...]
framebuffer_manager.h
66
bool
HasUnclearedAttachment
(GLenum attachment) const;
framebuffer_manager.cc
352
bool Framebuffer::
HasUnclearedAttachment
(
gles2_cmd_decoder.cc
[
all
...]
Completed in 30 milliseconds