Home
last modified time | relevance | path

Searched refs:getNumColorAttachments (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DFramebuffer.h278 size_t getNumColorAttachments() const;
DFramebuffer.cpp1132 size_t Framebuffer::getNumColorAttachments() const in getNumColorAttachments() function in gl::Framebuffer
DContext.cpp4235 static_cast<size_t>(drawbuffer) < framebufferObject->getNumColorAttachments()) in clearBufferfv()
4259 static_cast<size_t>(drawbuffer) < framebufferObject->getNumColorAttachments()) in clearBufferuiv()
4287 static_cast<size_t>(drawbuffer) < framebufferObject->getNumColorAttachments()) in clearBufferiv()