Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp247 GLenum depthKind; member
272 attachTargetToNew(GL_DEPTH_ATTACHMENT, comb.depthKind, comb.depthFmt, in tryCombination()
316 comb.depthKind = formatKind(*dep); in iterate()
/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp845 GLenum depthKind; member
859 attTypeName(params.depthKind) + "_" + in getName()
878 if (m_params.stencilKind == m_params.depthKind) in makeDepthAndStencil()
889 Attachment* att = makeAttachment(m_params.depthKind, format, 64, 64, builder); in makeDepthAndStencil()
899 attachTargetToNew(GL_DEPTH_ATTACHMENT, m_params.depthKind, ImageFormat::none(), in makeDepthAndStencil()