Home
last modified time | relevance | path

Searched defs:src_pixels (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp2618 GLubyte *src_pixels[FUNCTIONAL_TEST_N_LEVELS] = {0}; in iterate() local
2744 …t::copyAndVerify(const testCase &test_case, const GLubyte **dst_pixels, const GLubyte **src_pixels) in copyAndVerify()
3468 const GLubyte **src_pixels, GLuint depth) in verify()
3809 bool SmokeTest::copyAndVerify(const testCase &test_case, const GLubyte *src_pixels) in copyAndVerify()
3916 GLubyte *src_pixels = 0; in iterate() local
4110 bool SmokeTest::verify(const testCase &test_case, const GLubyte *src_pixels) in verify()
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/
Dlib_pclm.c252 char *src_pixels = rgb_pixels + job_info->scan_line_width; in _print_swath() local
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/x86/
H A Ddisflow_sse4.c222 __m128i src_pixels = _mm_slli_epi16(_mm_cvtepu8_epi16(src_pixels_u8), 3); in compute_flow_vector() local
H A Ddisflow_avx2.c239 __m256i src_pixels = in compute_flow_vector() local
/aosp_15_r20/external/libyuv/unit_test/
H A Drotate_test.cc871 int src_pixels[4][4]; in TEST_F() local