HomeSort by relevance Sort by last modified time
    Searched refs:dst_pixels (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cCopyImageTests.hpp 141 bool copyAndVerify(const testCase& test_case, const glw::GLubyte** dst_pixels, const glw::GLubyte** src_pixels);
157 bool verify(const testCase& test_case, glw::GLuint dst_layer, const glw::GLubyte** dst_pixels,
gl4cCopyImageTests.cpp 2586 GLubyte* dst_pixels[FUNCTIONAL_TEST_N_LEVELS] = { 0 }; local
3884 GLubyte* dst_pixels = 0; local
    [all...]
  /external/libyuv/files/unit_test/
planar_test.cc 764 SIMD_ALIGNED(uint8 dst_pixels[1280][4]);
772 ARGBMirror(&orig_pixels[0][0], 0, &dst_pixels[0][0], 0, 1280, 1);
775 EXPECT_EQ(i & 255, dst_pixels[1280 - 1 - i][0]);
776 EXPECT_EQ((i / 2) & 255, dst_pixels[1280 - 1 - i][1]);
777 EXPECT_EQ((i / 3) & 255, dst_pixels[1280 - 1 - i][2]);
778 EXPECT_EQ((i / 4) & 255, dst_pixels[1280 - 1 - i][3]);
781 ARGBMirror(&orig_pixels[0][0], 0, &dst_pixels[0][0], 0, 1280, 1);
    [all...]

Completed in 69 milliseconds