• Home
  • Raw
  • Download

Lines Matching refs:pixelFmt

739 	const tcu::PixelFormat	pixelFmt	= getPixelFormat(egl, display, config.config);  in executeForContexts()  local
740 const float threshold = getColorThreshold(pixelFmt); in executeForContexts()
756 log << TestLog::Message << "EGL_RED_SIZE = " << pixelFmt.redBits << TestLog::EndMessage; in executeForContexts()
757 log << TestLog::Message << "EGL_GREEN_SIZE = " << pixelFmt.greenBits << TestLog::EndMessage; in executeForContexts()
758 log << TestLog::Message << "EGL_BLUE_SIZE = " << pixelFmt.blueBits << TestLog::EndMessage; in executeForContexts()
759 log << TestLog::Message << "EGL_ALPHA_SIZE = " << pixelFmt.alphaBits << TestLog::EndMessage; in executeForContexts()
767 randomizeDrawOp(rnd, *drawOp, (pixelFmt.alphaBits == 1)); in executeForContexts()
826 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1); in executeForContexts()
943 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); in executeForContexts() local
944 const float threshold = getColorThreshold(pixelFmt); in executeForContexts()
965 log << TestLog::Message << "EGL_RED_SIZE = " << pixelFmt.redBits << TestLog::EndMessage; in executeForContexts()
966 log << TestLog::Message << "EGL_GREEN_SIZE = " << pixelFmt.greenBits << TestLog::EndMessage; in executeForContexts()
967 log << TestLog::Message << "EGL_BLUE_SIZE = " << pixelFmt.blueBits << TestLog::EndMessage; in executeForContexts()
968 log << TestLog::Message << "EGL_ALPHA_SIZE = " << pixelFmt.alphaBits << TestLog::EndMessage; in executeForContexts()
979 randomizeDrawOp(rnd, *drawOp, (pixelFmt.alphaBits == 1)); in executeForContexts()
1055 renderReference(refFrame.getAccess(), drawOps, pixelFmt, depthBits, stencilBits, 1); in executeForContexts()