Searched refs:testTextureFormat (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | FramebufferTest.cpp | 74 void testTextureFormat(GLenum internalFormat, in testTextureFormat() function in FramebufferFormatsTest 196 testTextureFormat(GL_RGBA4, 4, 4, 4, 4); in TEST_P() 204 testTextureFormat(GL_RGB565, 5, 6, 5, 0); in TEST_P() 213 testTextureFormat(GL_RGB8_OES, 8, 8, 8, 0); in TEST_P() 222 testTextureFormat(GL_BGRA8_EXT, 8, 8, 8, 8); in TEST_P() 231 testTextureFormat(GL_RGBA8_OES, 8, 8, 8, 8); in TEST_P()
|