Home
last modified time | relevance | path

Searched defs:isStencil (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp472 const bool isStencil = isStencilFormat(format, mode); in isCoreFilterableFormat() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3299 bool isStencil = attachments[attNdx] == (isFboBound ? GL_STENCIL_ATTACHMENT : GL_STENCIL); in invalidateSubFramebuffer() local
3316 bool isStencil = ndx == 2; in invalidateSubFramebuffer() local
/external/swiftshader/src/Renderer/
DSurface.cpp2584 bool Surface::isStencil(Format format) in isStencil() function in sw::Surface