Searched refs:createTestPatternRGBA8888 (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | GLTestUtils.h | 39 TestTexture createTestPatternRGBA8888(int width, int height);
|
D | FrameBuffer_unittest.cpp | 212 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 229 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 233 TestTexture forRead = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 256 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 260 TestTexture forRead = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 338 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 342 TestTexture forRead = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 368 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 503 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() 528 TestTexture forUpdate = createTestPatternRGBA8888(mWidth, mHeight); in TEST_F() [all …]
|
D | GLTestUtils.cpp | 85 TestTexture createTestPatternRGBA8888(int width, int height) { in createTestPatternRGBA8888() function
|