Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A DCMakeLists.txt9 test_create_context.cpp
/aosp_15_r20/external/crosvm/rutabaga_gfx/ffi/src/tests/
H A Drutabaga_test.c153 static int test_create_context(struct rutabaga_test *test, const char *context_name) in test_create_context() function
564 result |= test_create_context(&test, context_name); in main()
/aosp_15_r20/external/llvm/bindings/python/llvm/tests/
H A Dtest_core.py46 def test_create_context(self): member in TestCore