Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.h281 size_t getNumColorAttachments() const { return mState.mColorAttachments.size(); } in getNumColorAttachments() function
DContext.cpp4888 static_cast<size_t>(drawbuffer) < framebufferObject->getNumColorAttachments()) in clearBufferfv()
4912 static_cast<size_t>(drawbuffer) < framebufferObject->getNumColorAttachments()) in clearBufferuiv()
4940 static_cast<size_t>(drawbuffer) < framebufferObject->getNumColorAttachments()) in clearBufferiv()