Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp107 const uint8_t CompressedImageETC1[8] = {0x0, 0x0, 0xf8, 0x2, 0xff, 0xff, 0x0, 0x0}; variable
190 Data(GL_ETC1_RGB8_OES, CompressedImageETC1, sizeof(CompressedImageETC1))); in TEST_P()
DTextureTest.cpp4682 const uint8_t CompressedImageETC1[8] = {0x0, 0x0, 0xf8, 0x2, 0xff, 0xff, 0x0, 0x0}; in TEST_P() local
4689 kSize >> level, 0, 8, CompressedImageETC1); in TEST_P()