Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dtest_create_context.cpp308 std::vector<TContextFuncType> contextFuncs; in test_context_create() local
309 contextFuncs.push_back(CONTEXT_CREATE_DEFAULT); in test_context_create()
310 contextFuncs.push_back(CONTEXT_CREATE_FROM_TYPE); in test_context_create()
327 for (size_t contextFuncIdx = 0; contextFuncIdx < contextFuncs.size(); in test_context_create()
345 HEIGHT, contextFuncs[contextFuncIdx], in test_context_create()
H A Dtest_interop_sync.cpp345 std::vector<TContextFuncType> contextFuncs; in test_interop_user_sync() local
346 contextFuncs.push_back(CONTEXT_CREATE_DEFAULT); in test_interop_user_sync()
347 contextFuncs.push_back(CONTEXT_CREATE_FROM_TYPE); in test_interop_user_sync()
365 for (size_t contextFuncIdx = 0; contextFuncIdx < contextFuncs.size(); in test_interop_user_sync()
386 HEIGHT, contextFuncs[contextFuncIdx], in test_interop_user_sync()