Home | History | Annotate | Download | only in stress

Lines Matching refs:useTexture

114 	bool						drawTestPattern		(bool useTexture);
218 bool RenderCase::drawTestPattern (bool useTexture)
245 const char* const fragmentSource = (useTexture) ? (fragmentSourceTex) : (fragmentSourceNoTex);
252 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing a test pattern to detect " << ((useTexture) ? ("texture sampling") : ("")) << " side-effects." << tcu::TestLog::EndMessage;
261 if (useTexture)
288 if (useTexture)
317 const tcu::RGBA& refCol = (useTexture) ? (refColTexture) : (refColGradient);