Home
last modified time | relevance | path

Searched refs:createTestPatternRGBA8888 (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLTestUtils.h39 TestTexture createTestPatternRGBA8888(int width, int height);
DFrameBuffer_unittest.cpp212 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 …]
DGLTestUtils.cpp85 TestTexture createTestPatternRGBA8888(int width, int height) { in createTestPatternRGBA8888() function