• Home
  • Raw
  • Download

Lines Matching refs:FramebufferTestWithFormatFallback

1877 class FramebufferTestWithFormatFallback : public ANGLETest<>  class
1880 FramebufferTestWithFormatFallback() in FramebufferTestWithFormatFallback() function in FramebufferTestWithFormatFallback
1902 GLushort FramebufferTestWithFormatFallback::convertGLColorToUShort(GLenum internalFormat, in convertGLColorToUShort()
1932 void FramebufferTestWithFormatFallback::texImageFollowedByFBORead(GLenum internalFormat, in texImageFollowedByFBORead()
1986 TEST_P(FramebufferTestWithFormatFallback, R5G5B5A1_TexImage) in TEST_P() argument
1990 TEST_P(FramebufferTestWithFormatFallback, R4G4B4A4_TexImage) in TEST_P() argument
1997 void FramebufferTestWithFormatFallback::copyTexImageFollowedBySampling(GLenum internalFormat, in copyTexImageFollowedBySampling()
2050 TEST_P(FramebufferTestWithFormatFallback, R5G5B5A1_CopyTexImage) in TEST_P() argument
2054 TEST_P(FramebufferTestWithFormatFallback, R4G4B4A4_CopyTexImage) in TEST_P() argument
2061 void FramebufferTestWithFormatFallback::blitCopyFollowedByFBORead(GLenum internalFormat, in blitCopyFollowedByFBORead()
2156 TEST_P(FramebufferTestWithFormatFallback, R5G5B5A1_BlitCopyTexImage) in TEST_P() argument
2160 TEST_P(FramebufferTestWithFormatFallback, RGBA4444_BlitCopyTexImage) in TEST_P() argument
2166 void FramebufferTestWithFormatFallback::cubeTexImageFollowedByFBORead(GLenum internalFormat, in cubeTexImageFollowedByFBORead()
2198 TEST_P(FramebufferTestWithFormatFallback, R5G5B5A1_CubeTexImage) in TEST_P() argument
2202 TEST_P(FramebufferTestWithFormatFallback, R4G4B4A4_CubeTexImage) in TEST_P() argument
2209 TEST_P(FramebufferTestWithFormatFallback, R4G4B4A4_OutOfRangeStagedUpdateReformated) in TEST_P() argument
2265 TEST_P(FramebufferTestWithFormatFallback, R4G4B4A4_MaskedClear) in TEST_P() argument
2313 TEST_P(FramebufferTestWithFormatFallback, R4G4B4A4_GenerateMipmap) in TEST_P() argument
2373 TEST_P(FramebufferTestWithFormatFallback, R4G4B4A4_InCompatibleFormat) in TEST_P() argument
7890 ANGLE_INSTANTIATE_TEST_ES3(FramebufferTestWithFormatFallback);