Lines Matching full:numsamples
382 void renderReference (const tcu::PixelBufferAccess& dst, const vector<DrawPrimitiveOp>& drawOps, const tcu::PixelFormat& colorBits, const int depthBits, const int stencilBits, const int numSamples)
406 colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height);
411 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height);
417 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height);
707 const int numSamples = eglu::getConfigAttribInt(egl, display, config.config, EGL_SAMPLES);
725 log << TestLog::Message << "EGL_SAMPLES = " << numSamples << TestLog::EndMessage;
910 const int numSamples = eglu::getConfigAttribInt(egl, display, config.config, EGL_SAMPLES);
933 log << TestLog::Message << "EGL_SAMPLES = " << numSamples << TestLog::EndMessage;