Home
last modified time | relevance | path

Searched defs:uploadPixels (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp756 const auto uploadPixels = Fill(width, height, uploadPixel); in TEST_P() local
862 const auto uploadPixels = Fill(width, height, uploadPixel); in TEST_P() local
1018 const auto uploadPixels = Fill(width, height, uploadPixel); in TEST_P() local
1270 const auto uploadPixels = Fill(width, height, uploadPixel); in TEST_P() local
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
DIOStream2.cpp73 void IOStream::uploadPixels(void* context, int width, int height, int depth, unsigned int format, u… in uploadPixels() function in gfxstream::guest::IOStream