Home
last modified time | relevance | path

Searched refs:createTestTextureRGBA8888SingleColor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp216 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 …]
DDefaultFramebufferBlit_unittest.cpp152 createTestTextureRGBA8888SingleColor( in verifySwappedColor()
156 createTestTextureRGBA8888SingleColor( in verifySwappedColor()
DGLTestUtils.h43 TestTexture createTestTextureRGBA8888SingleColor(int width, int height, float r, float g, float b, …
DGLTestUtils.cpp124 TestTexture createTestTextureRGBA8888SingleColor(int width, int height, float r, float g, float b, … in createTestTextureRGBA8888SingleColor() function