HomeSort by relevance Sort by last modified time
    Searched full:depthstenciltype (Results 1 - 1 of 1) sorted by null

  /external/deqp/modules/gles3/functional/
es3fFboRenderTest.cpp 73 , depthStencilType (depthStencilType_)
85 , depthStencilType (GL_NONE)
100 GLenum depthStencilType;
132 name << "_" << getTypeName(depthStencilType) << "_" << getFormatName(depthStencilFormat);
284 switch (m_config.depthStencilType)
301 switch (m_config.depthStencilType)
321 destroyBuffer(m_depthStencilBuffer, m_config.depthStencilType);
883 cfg.depthStencilType = GL_NONE;
897 switch (m_config.depthStencilType)
    [all...]

Completed in 289 milliseconds