Searched refs:depthKind (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboCompletenessTests.cpp | 296 GLenum depthKind; member 321 attachTargetToNew(GL_DEPTH_ATTACHMENT, comb.depthKind, comb.depthFmt, in tryCombination() 365 comb.depthKind = formatKind(*dep); in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboCompletenessTests.cpp | 859 GLenum depthKind; member 873 attTypeName(params.depthKind) + "_" + in getName() 892 if (m_params.stencilKind == m_params.depthKind) in makeDepthAndStencil() 903 Attachment* att = makeAttachment(m_params.depthKind, format, 64, 64, builder); in makeDepthAndStencil() 913 attachTargetToNew(GL_DEPTH_ATTACHMENT, m_params.depthKind, ImageFormat::none(), in makeDepthAndStencil()
|
Completed in 2 milliseconds