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

  /hardware/intel/common/libva/test/basic/
test_07.c 36 void test_unique_surfaces(VASurfaceID *surface_list1, int surface_count1, VASurfaceID *surface_list2, int surface_count2) function
83 test_unique_surfaces(surfaces_1, 1, surfaces_4, 4);
84 test_unique_surfaces(surfaces_4, 4, surfaces_16, 4);
85 test_unique_surfaces(surfaces_4, 4, surfaces_16, 16);
86 test_unique_surfaces(surfaces_4, 1, surfaces_16, 16);
87 test_unique_surfaces(surfaces_1, 16, surfaces_16, 16);
99 test_unique_surfaces(surfaces_1, 1, surfaces_6, 6);
100 test_unique_surfaces(surfaces_6, 6, surfaces_16, 16);
101 test_unique_surfaces(surfaces_1, 6, surfaces_16, 6);
test_08.c 36 void test_unique_surfaces(VASurfaceID *surface_list, int surface_count) function
82 test_unique_surfaces(surfaces, NUM_SIZES);

Completed in 2245 milliseconds