Lines Matching refs:cl_context_properties
109 * cl_context_properties properties[] =
110 * { CL_CONTEXT_PLATFORM, (cl_context_properties)(platforms[0])(), 0};
1390 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \
2514 cl_context_properties* properties = NULL,
2544 cl_context_properties* properties = NULL,
2574 cl_context_properties* properties = NULL,
2586 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 };
2601 cl_context_properties platform_id = 0;
2627 platform_id = (cl_context_properties)platforms[i]();
3402 vector<cl_context_properties> props = context.getInfo<CL_CONTEXT_PROPERTIES>();