Lines Matching refs:testOutput
1801 auto testOutput = [this](GLuint texture, const GLColor &expectedColor) { in TEST_P() local
1845 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
1862 testOutput(destTexture, expectedColor); in TEST_P()
1865 auto testSubCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
1883 testOutput(destTexture, expectedColor); in TEST_P()
1938 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { in TEST_P() local
1982 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
1999 testOutput(destTexture, expectedColor); in TEST_P()
2060 auto testOutput = [this](GLuint texture, const GLColor32U &expectedColor) { in TEST_P() local
2112 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
2129 testOutput(destTexture, expectedColor); in TEST_P()
2171 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { in TEST_P() local
2215 auto testCopy = [this, testOutput](GLenum destInternalFormat, GLenum destFormat, in TEST_P()
2228 testOutput(destTexture, kFloatRed); in TEST_P()
2233 testOutput(destTexture, kFloatGreen); in TEST_P()
2238 testOutput(destTexture, kFloatBlue); in TEST_P()
2243 testOutput(destTexture, kFloatBlack); in TEST_P()