Lines Matching refs:testOutput
2082 auto testOutput = [this](GLuint texture, const GLColor &expectedColor) { in TEST_P() local
2126 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
2143 testOutput(destTexture, expectedColor); in TEST_P()
2146 auto testSubCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
2164 testOutput(destTexture, expectedColor); in TEST_P()
2219 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { in TEST_P() local
2263 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
2280 testOutput(destTexture, expectedColor); in TEST_P()
2341 auto testOutput = [this](GLuint texture, const GLColor32U &expectedColor) { in TEST_P() local
2393 auto testCopyCombination = [testOutput](GLenum sourceInternalFormat, GLenum sourceFormat, in TEST_P()
2410 testOutput(destTexture, expectedColor); in TEST_P()
2452 auto testOutput = [this](GLuint texture, const GLColor32F &expectedColor) { in TEST_P() local
2496 auto testCopy = [this, testOutput](GLenum destInternalFormat, GLenum destFormat, in TEST_P()
2509 testOutput(destTexture, kFloatRed); in TEST_P()
2514 testOutput(destTexture, kFloatGreen); in TEST_P()
2519 testOutput(destTexture, kFloatBlue); in TEST_P()
2524 testOutput(destTexture, kFloatBlack); in TEST_P()