HomeSort by relevance Sort by last modified time
    Searched refs:depthKind (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 247 GLenum depthKind;
272 attachTargetToNew(GL_DEPTH_ATTACHMENT, comb.depthKind, comb.depthFmt,
316 comb.depthKind = formatKind(*dep);
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 845 GLenum depthKind;
859 attTypeName(params.depthKind) + "_" +
878 if (m_params.stencilKind == m_params.depthKind)
889 Attachment* att = makeAttachment(m_params.depthKind, format, 64, 64, builder);
899 attachTargetToNew(GL_DEPTH_ATTACHMENT, m_params.depthKind, ImageFormat::none(),

Completed in 2085 milliseconds