Searched refs:depthKind (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 283 GLenum depthKind; member 308 attachTargetToNew(GL_DEPTH_ATTACHMENT, comb.depthKind, comb.depthFmt, in tryCombination() 352 comb.depthKind = formatKind(*dep); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 850 GLenum depthKind; member 864 attTypeName(params.depthKind) + "_" + in getName() 883 if (m_params.stencilKind == m_params.depthKind) in makeDepthAndStencil() 894 Attachment* att = makeAttachment(m_params.depthKind, format, 64, 64, builder); in makeDepthAndStencil() 904 attachTargetToNew(GL_DEPTH_ATTACHMENT, m_params.depthKind, ImageFormat::none(), in makeDepthAndStencil()
|