Searched refs:createTestTextureRGBA8888SingleColor (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/host/tests/ |
D | FrameBuffer_unittest.cpp | 216 createTestTextureRGBA8888SingleColor(mWidth, mHeight, 0.0f, 0.0f, 0.0f, 0.0f); in TEST_F() 374 createTestTextureRGBA8888SingleColor(mWidth, mHeight, 0.0f, 0.0f, 0.0f, 0.0f); in TEST_F() 441 createTestTextureRGBA8888SingleColor( in TEST_F() 445 createTestTextureRGBA8888SingleColor( in TEST_F() 513 createTestTextureRGBA8888SingleColor(mWidth, mHeight, 0.0f, 0.0f, 0.0f, 0.0f); in TEST_F() 537 createTestTextureRGBA8888SingleColor(mWidth, mHeight, 0.0f, 0.0f, 0.0f, 0.0f); in TEST_F() 764 createTestTextureRGBA8888SingleColor(mWidth, mHeight, 0.0f, 0.0f, 0.0f, 0.0f); in TEST_F() 839 …TestTexture forUpdate0 = createTestTextureRGBA8888SingleColor(mWidth/2, mHeight, 1.0f, 1.0f, 1.0f,… in TEST_F() 846 …TestTexture forUpdate1 = createTestTextureRGBA8888SingleColor(mWidth/2, mHeight/2, 1.0f, 0.0f, 0.0… in TEST_F() 852 …TestTexture forUpdate2 = createTestTextureRGBA8888SingleColor(mWidth/4, mHeight/2, 0.0f, 1.0f, 0.0… in TEST_F() [all …]
|
D | DefaultFramebufferBlit_unittest.cpp | 152 createTestTextureRGBA8888SingleColor( in verifySwappedColor() 156 createTestTextureRGBA8888SingleColor( in verifySwappedColor()
|
D | GLTestUtils.h | 43 TestTexture createTestTextureRGBA8888SingleColor(int width, int height, float r, float g, float b, …
|
D | GLTestUtils.cpp | 124 TestTexture createTestTextureRGBA8888SingleColor(int width, int height, float r, float g, float b, … in createTestTextureRGBA8888SingleColor() function
|