Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.h326 bool hasValidDepthStencil() const;
DFramebuffer.cpp1762 bool Framebuffer::hasValidDepthStencil() const in hasValidDepthStencil() function in gl::Framebuffer
DvalidationES.cpp5416 if (!framebuffer->hasValidDepthStencil() && !context->isWebGL1()) in ValidateGetFramebufferAttachmentParameterivBase()