OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAttachment
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
framebuffer_manager_unittest.cc
157
EXPECT_TRUE(NULL == framebuffer_->
GetAttachment
(GL_COLOR_ATTACHMENT0));
158
EXPECT_TRUE(NULL == framebuffer_->
GetAttachment
(GL_DEPTH_ATTACHMENT));
159
EXPECT_TRUE(NULL == framebuffer_->
GetAttachment
(GL_STENCIL_ATTACHMENT));
161
NULL == framebuffer_->
GetAttachment
(GL_DEPTH_STENCIL_ATTACHMENT));
310
framebuffer_->
GetAttachment
(GL_COLOR_ATTACHMENT0);
339
attachment = framebuffer_->
GetAttachment
(GL_STENCIL_ATTACHMENT);
353
attachment = framebuffer_->
GetAttachment
(GL_STENCIL_ATTACHMENT);
485
framebuffer_->
GetAttachment
(GL_COLOR_ATTACHMENT0);
519
attachment = framebuffer_->
GetAttachment
(GL_COLOR_ATTACHMENT0);
539
attachment = framebuffer_->
GetAttachment
(GL_COLOR_ATTACHMENT0)
[
all
...]
framebuffer_manager.cc
522
const Attachment* attachment =
GetAttachment
(draw_buffers_[i]);
587
const Attachment* a =
GetAttachment
(attachment);
602
const Attachment* a =
GetAttachment
(attachment);
616
Framebuffer::
GetAttachment
(
framebuffer_manager.h
92
const Attachment*
GetAttachment
(GLenum attachment) const;
gles2_cmd_decoder.cc
[
all
...]
Completed in 961 milliseconds