Home
last modified time | relevance | path

Searched refs:hasEnabledDrawBuffer (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp64 (mask & GL_COLOR_BUFFER_BIT) && framebufferObject->hasEnabledDrawBuffer(); in GetClearParameters()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h273 bool hasEnabledDrawBuffer() const;
DFramebuffer.cpp1113 bool Framebuffer::hasEnabledDrawBuffer() const in hasEnabledDrawBuffer() function in gl::Framebuffer
DvalidationES.cpp1657 else if (drawFramebuffer->hasEnabledDrawBuffer()) in ValidateBlitFramebufferParameters()
DContext.cpp4190 if ((mask & GL_COLOR_BUFFER_BIT) && !drawFramebuffer->hasEnabledDrawBuffer()) in blitFramebuffer()