Home
last modified time | relevance | path

Searched refs:WebGLReadOutsideFramebufferTest (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp141 class WebGLReadOutsideFramebufferTest : public ANGLETest class
223 WebGLReadOutsideFramebufferTest() : mFBData(kFbWidth, kFbHeight) in WebGLReadOutsideFramebufferTest() function in angle::WebGLReadOutsideFramebufferTest
269 using TestFunc = void (WebGLReadOutsideFramebufferTest::*)(int x,
339 class WebGL2ReadOutsideFramebufferTest : public WebGLReadOutsideFramebufferTest
344 TEST_P(WebGLReadOutsideFramebufferTest, ReadPixels) in TEST_P() argument
346 Main2D(&WebGLReadOutsideFramebufferTest::TestReadPixels, false); in TEST_P()
351 TEST_P(WebGLReadOutsideFramebufferTest, CopyTexSubImage2D) in TEST_P() argument
353 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 …]
/device/generic/vulkan-cereal/third-party/angle/src/tests/
Dangle_end2end_tests.gni138 "gl_tests/WebGLReadOutsideFramebufferTest.cpp",