Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_compile.cpp1241 static void CL_CALLBACK simple_compile_callback(cl_program program, void* user_data) in simple_compile_callback() function
1281 …error = clCompileProgram(program, 1, &deviceID, NULL, 0, NULL, NULL, simple_compile_callback, (voi… in test_simple_compile_with_callback()