Lines Matching refs:stencilBits
422 tcu::TextureFormat getStencilFormat(int stencilBits) in getStencilFormat() argument
424 switch (stencilBits) in getStencilFormat()
435 const tcu::PixelFormat &colorBits, const int depthBits, const int stencilBits, in renderReference() argument
469 if (stencilBits > 0) in renderReference()
471 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height); in renderReference()
788 const int stencilBits = eglu::getConfigAttribInt(egl, display, config.config, EGL_STENCIL_SIZE); in executeForContexts() local
806 log << TestLog::Message << "EGL_STENCIL_SIZE = " << stencilBits << TestLog::EndMessage; in executeForContexts()
891 … renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1, subpixelBits); in executeForContexts()
1018 const int stencilBits = eglu::getConfigAttribInt(egl, display, config.config, EGL_STENCIL_SIZE); in executeForContexts() local
1041 log << TestLog::Message << "EGL_STENCIL_SIZE = " << stencilBits << TestLog::EndMessage; in executeForContexts()
1147 … renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1, subpixelBits); in executeForContexts()