Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.h326 bool hasValidDepthStencil() const;
DFramebuffer.cpp1754 bool Framebuffer::hasValidDepthStencil() const in hasValidDepthStencil() function in gl::Framebuffer
DvalidationES.cpp5189 if (!framebuffer->hasValidDepthStencil() && !context->isWebGL1()) in ValidateGetFramebufferAttachmentParameterivBase()