Home
last modified time | relevance | path

Searched refs:gralloctest_context (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/site_tests/graphics_Gralloc/src/
Dgralloctest.c49 struct gralloctest_context { struct
57 int (*run_test)(struct gralloctest_context *ctx); argument
257 static struct gralloctest_context *test_init_gralloc() in test_init_gralloc()
261 struct gralloctest_context *ctx = calloc(1, sizeof(*ctx)); in test_init_gralloc()
286 static int test_close_gralloc(struct gralloctest_context *ctx) in test_close_gralloc()
293 static int test_alloc_varying_sizes(struct gralloctest_context *ctx) in test_alloc_varying_sizes()
329 static int test_alloc_combinations(struct gralloctest_context *ctx) in test_alloc_combinations()
351 static int test_api(struct gralloctest_context *ctx) in test_api()
389 static int test_gralloc_order(struct gralloctest_context *ctx) in test_gralloc_order()
440 static int test_mapping(struct gralloctest_context *ctx) in test_mapping()
[all …]