Lines Matching refs:WebGLFramebufferTest
17 class WebGLFramebufferTest : public ANGLETest<> class
20 WebGLFramebufferTest() in WebGLFramebufferTest() function in angle::WebGLFramebufferTest
98 TEST_P(WebGLFramebufferTest, TestFramebufferRequiredCombinations) in TEST_P() argument
214 void WebGLFramebufferTest::drawUByteColorQuad(GLuint program, in drawUByteColorQuad()
224 void WebGLFramebufferTest::testDepthStencilDepthStencil(GLint width, GLint height) in testDepthStencilDepthStencil()
325 void WebGLFramebufferTest::testDepthStencilRenderbuffer(GLint width, in testDepthStencilRenderbuffer()
365 TEST_P(WebGLFramebufferTest, TestAttachments) in TEST_P() argument
534 void WebGLFramebufferTest::testRenderingAndReading(GLuint program) in testRenderingAndReading()
567 void WebGLFramebufferTest::testUsingIncompleteFramebuffer(GLenum depthFormat, in testUsingIncompleteFramebuffer()
774 void WebGLFramebufferTest::testDrawingMissingAttachment() in testDrawingMissingAttachment()
792 TEST_P(WebGLFramebufferTest, CheckValidColorDepthCombination) in TEST_P() argument
820 TEST_P(WebGLFramebufferTest, TextureAttachmentCommitBug) in TEST_P() argument
840 TEST_P(WebGLFramebufferTest, DepthStencilAttachmentOrdering) in TEST_P() argument
897 ANGLE_INSTANTIATE_TEST_ES2_AND_ES3(WebGLFramebufferTest);