Home
last modified time | relevance | path

Searched defs:expectedPixel (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp134 bool isRGBAPixelNear(uint32_t actualPixel, uint32_t expectedPixel) { in isRGBAPixelNear()
161 const uint32_t expectedPixel = expectedPixels[y * width + x]; in compareRGBAPixels() local
/aosp_15_r20/external/skia/tests/
H A DSaveLayerOriginTest.cpp60 SkPMColor expectedPixel; in check_pixels() local
H A DSurfaceSemaphoreTest.cpp77 SkPMColor expectedPixel; in check_pixels() local
H A DVkDrawableTest.cpp282 SkPMColor expectedPixel; in draw_drawable_test() local
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp741 bool GfxstreamEnd2EndTest::ArePixelsSimilar(uint32_t expectedPixel, uint32_t actualPixel) { in ArePixelsSimilar()
782 const uint32_t expectedPixel = expectedPixels[y * width + x]; in AreImagesSimilar() local
/aosp_15_r20/hardware/interfaces/automotive/evs/1.0/default/
H A DEvsDisplay.cpp280 uint32_t expectedPixel = 0xFF0000FF | // MSB and LSB in returnTargetBufferForDisplay() local
H A DEvsCamera.cpp500 uint32_t expectedPixel = 0xFF0000FF | // MSB and LSB in fillTestFrame() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DNinePatchTest.java168 int expectedPixel = expected.getPixel(i, j); in verifyBitmapWithAlpha() local
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLPreRotationTest.cpp252 GLColor expectedPixel(xOffset + x, yOffset + y, 0, 255); in testDrawingAndReadPixels() local
274 GLColor expectedPixel(xOffset + x, yOffset + y, 0, 255); in testDrawingAndReadPixels() local
/aosp_15_r20/hardware/google/gfxstream/common/detector/
DImage.cpp326 const uint32_t expectedPixel = expectedPixels[y * height + x]; in CompareImages() local
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/
H A DReadbackVts.cpp287 uint8_t* expectedPixel = (uint8_t*)expectedStart; in compareColorBuffers() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp777 const tcu::UVec4 expectedPixel(static_cast<uint32_t>(z) + 1u, 0u, 0u, 1u); in iterate() local
999 const tcu::UVec4 expectedPixel(static_cast<uint32_t>(z) + 1u, 0u, 0u, 1u); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp6662 const auto expectedPixel = referenceColorAccess.getPixel(x, y); in iterate() local
6669 const auto expectedPixel = referenceColorAccess.getPixelUint(x, y); in iterate() local
H A DvktPipelineMultisampleTests.cpp3135 tcu::Vec4 expectedPixel = m_renderColor; in verifyImage() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp5261 const auto expectedPixel = colors[y * iWidth + x]; in iterate() local