Home
last modified time | relevance | path

Searched refs:stencilKind (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp285 GLenum stencilKind; member
310 attachTargetToNew(GL_STENCIL_ATTACHMENT, comb.stencilKind, comb.stencilFmt, in tryCombination()
357 comb.stencilKind = formatKind(*stc); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsFboCompletenessTests.cpp850 GLenum stencilKind; member
864 attTypeName(params.stencilKind)); in getName()
882 if (m_params.stencilKind == m_params.depthKind) in makeDepthAndStencil()
887 DEPTH_RENDERABLE | STENCIL_RENDERABLE | formatFlag(m_params.stencilKind); in makeDepthAndStencil()
901 attachTargetToNew(GL_STENCIL_ATTACHMENT, m_params.stencilKind, ImageFormat::none(), in makeDepthAndStencil()