Searched refs:createTestPatternRGBA8888 (Results 1 – 3 of 3) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | FrameBuffer_unittest.cpp | 206 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 223 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 227 TestTexture forRead = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 250 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 254 TestTexture forRead = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 332 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 336 TestTexture forRead = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 497 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 522 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 565 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() [all …]
|
D | GLTestUtils.h | 39 TestTexture createTestPatternRGBA8888(int width, int height);
|
D | GLTestUtils.cpp | 85 TestTexture createTestPatternRGBA8888(int width, int height) { in createTestPatternRGBA8888() function
|