Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.h266 GLenum getDrawBufferState(size_t drawBuffer) const;
DFramebuffer.cpp1035 GLenum Framebuffer::getDrawBufferState(size_t drawBuffer) const in getDrawBufferState() function in gl::Framebuffer
1999 bool enabled = (type != GL_NONE && getDrawBufferState(colorIndex) != GL_NONE); in setAttachmentImpl()
DState.cpp2554 ? framebuffer->getDrawBufferState(drawBuffer) in getIntegerv()