Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp249 GLenum stencilKind; member
274 attachTargetToNew(GL_STENCIL_ATTACHMENT, comb.stencilKind, comb.stencilFmt, in tryCombination()
321 comb.stencilKind = formatKind(*stc); in iterate()
/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp846 GLenum stencilKind; member
860 attTypeName(params.stencilKind)); in getName()
878 if (m_params.stencilKind == m_params.depthKind) in makeDepthAndStencil()
883 DEPTH_RENDERABLE | STENCIL_RENDERABLE | formatFlag(m_params.stencilKind); in makeDepthAndStencil()
897 attachTargetToNew(GL_STENCIL_ATTACHMENT, m_params.stencilKind, ImageFormat::none(), in makeDepthAndStencil()