Home | History | Annotate | Download | only in egl

Lines Matching defs:pixels1

3177 		SharedPtr<tcu::ThreadUtil::DataBlock> pixels1;
3180 m_threads[0]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels1, m_config.useFenceSync, m_config.serverSync));
3183 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2));
3278 SharedPtr<tcu::ThreadUtil::DataBlock> pixels1;
3284 m_threads[0]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels1, m_config.useFenceSync, m_config.serverSync));
3287 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2));
3419 SharedPtr<tcu::ThreadUtil::DataBlock> pixels1;
3425 m_threads[0]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels1, m_config.useFenceSync, m_config.serverSync));
3428 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2));