Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h266 GLenum getDrawBufferState(size_t drawBuffer) const;
DFramebuffer.cpp1043 GLenum Framebuffer::getDrawBufferState(size_t drawBuffer) const in getDrawBufferState() function in gl::Framebuffer
2007 bool enabled = (type != GL_NONE && getDrawBufferState(colorIndex) != GL_NONE); in setAttachmentImpl()
DState.cpp2624 ? framebuffer->getDrawBufferState(drawBuffer) in getIntegerv()