Searched defs:ReadPixelsPBOTest (Results 1 – 2 of 2) sorted by relevance
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | ReadPixelsTest.cpp | 64 class ReadPixelsPBOTest : public ReadPixelsTest class 67 ReadPixelsPBOTest() : mPBO(0), mTexture(0), mFBO(0) {} in ReadPixelsPBOTest() function in __anonb95cec040111::ReadPixelsPBOTest 108 TEST_P(ReadPixelsPBOTest, Basic) in TEST_P() argument 128 TEST_P(ReadPixelsPBOTest, PBOTooSmall) in TEST_P() argument 143 TEST_P(ReadPixelsPBOTest, PBOMapped) in TEST_P() argument 157 TEST_P(ReadPixelsPBOTest, ArrayBufferTarget) in TEST_P() argument 180 TEST_P(ReadPixelsPBOTest, ExistingDataPreserved) in TEST_P() argument 216 TEST_P(ReadPixelsPBOTest, SubDataPreservesContents) in TEST_P() argument 245 TEST_P(ReadPixelsPBOTest, SubDataOffsetPreservesContents) in TEST_P() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | ReadPixelsTest.cpp | 292 class ReadPixelsPBOTest : public ReadPixelsPBONVTest class 295 ReadPixelsPBOTest() : ReadPixelsPBONVTest() {} in ReadPixelsPBOTest() function in __anon7597f30f0111::ReadPixelsPBOTest 328 TEST_P(ReadPixelsPBOTest, Basic) in TEST_P() argument 348 TEST_P(ReadPixelsPBOTest, PBOTooSmall) in TEST_P() argument 363 TEST_P(ReadPixelsPBOTest, PBOMapped) in TEST_P() argument 377 TEST_P(ReadPixelsPBOTest, ArrayBufferTarget) in TEST_P() argument 400 TEST_P(ReadPixelsPBOTest, ExistingDataPreserved) in TEST_P() argument 436 TEST_P(ReadPixelsPBOTest, SubDataPreservesContents) in TEST_P() argument 465 TEST_P(ReadPixelsPBOTest, SubDataOffsetPreservesContents) in TEST_P() argument 497 TEST_P(ReadPixelsPBOTest, UseAsUBOThenUpdateThenReadFromFBO) in TEST_P() argument
|