Home
last modified time | relevance | path

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

/external/dtc/tests/
Dnode_check_compatible.c31 static void check_compatible(const void *fdt, const char *path, in check_compatible() function
55 check_compatible(fdt, "/", "test_tree1"); in main()
56 check_compatible(fdt, "/subnode@1/subsubnode", "subsubnode1"); in main()
57 check_compatible(fdt, "/subnode@1/subsubnode", "subsubnode"); in main()
58 check_compatible(fdt, "/subnode@2/subsubnode", "subsubnode2"); in main()
59 check_compatible(fdt, "/subnode@2/subsubnode", "subsubnode"); in main()
/external/mesa3d/src/mesa/main/
Dcontext.c1518 check_compatible(const struct gl_context *ctx, in check_compatible() function
1668 if (!check_compatible(newCtx, drawBuffer)) { in _mesa_make_current()
1675 if (!check_compatible(newCtx, readBuffer)) { in _mesa_make_current()