Searched refs:WebGLReadOutsideFramebufferTest (Results 1 – 2 of 2) sorted by relevance
141 class WebGLReadOutsideFramebufferTest : public ANGLETest class223 WebGLReadOutsideFramebufferTest() : mFBData(kFbWidth, kFbHeight) in WebGLReadOutsideFramebufferTest() function in angle::WebGLReadOutsideFramebufferTest269 using TestFunc = void (WebGLReadOutsideFramebufferTest::*)(int x,339 class WebGL2ReadOutsideFramebufferTest : public WebGLReadOutsideFramebufferTest344 TEST_P(WebGLReadOutsideFramebufferTest, ReadPixels) in TEST_P() argument346 Main2D(&WebGLReadOutsideFramebufferTest::TestReadPixels, false); in TEST_P()351 TEST_P(WebGLReadOutsideFramebufferTest, CopyTexSubImage2D) in TEST_P() argument353 Main2D(&WebGLReadOutsideFramebufferTest::TestCopyTexSubImage2D, false); in TEST_P()359 Main2D(&WebGLReadOutsideFramebufferTest::TestCopyTexSubImageCube, false); in TEST_P()363 TEST_P(WebGLReadOutsideFramebufferTest, CopyTexImage2D) in TEST_P() argument[all …]
138 "gl_tests/WebGLReadOutsideFramebufferTest.cpp",