Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/SVM/
Dmain.cpp241 …cl_context_properties context_properties[3] = {CL_CONTEXT_PLATFORM, (cl_context_properties)platfor… in create_cl_objects() local
242 *context = clCreateContext(context_properties, *num_devices, &devices[0], NULL, NULL, &error); in create_cl_objects()
/external/skqp/src/compute/hs/cl/bench/
Dmain.c590 cl_context_properties context_properties[] = in main() local
597 cl_context context = clCreateContext(context_properties, in main()