Searched defs:readPixelsSuccess (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/skia/tests/graphite/ |
H A D | ComputeTest.cpp | 852 bool readPixelsSuccess = context->priv().readPixels(pixels, texture.get(), imgInfo, 0, 0); in DEF_GRAPHITE_TEST_FOR_DAWN_AND_METAL_CONTEXTS() local 1009 bool readPixelsSuccess = context->priv().readPixels(pixels, dst.get(), imgInfo, 0, 0); in DEF_GRAPHITE_TEST_FOR_DAWN_AND_METAL_CONTEXTS() local 1148 bool readPixelsSuccess = context->priv().readPixels(pixels, dst.get(), imgInfo, 0, 0); in DEF_GRAPHITE_TEST_FOR_DAWN_AND_METAL_CONTEXTS() local 1298 bool readPixelsSuccess = context->priv().readPixels(pixels, dst.get(), imgInfo, 0, 0); in DEF_GRAPHITE_TEST_FOR_DAWN_AND_METAL_CONTEXTS() local 1465 bool readPixelsSuccess = context->priv().readPixels(pixels, dst.get(), imgInfo, 0, 0); in DEF_GRAPHITE_TEST_FOR_DAWN_AND_METAL_CONTEXTS() local
|
H A D | ImageShaderTest.cpp | 69 bool readPixelsSuccess = surface->readPixels(pm, 0, 0); in test_draw() local
|
H A D | ImageOriginTest.cpp | 96 bool readPixelsSuccess = surface->readPixels(pm, 0, 0); in test_draw() local
|