Lines Matching refs:cl_context_properties
1233 F(cl_context_info, CL_CONTEXT_PROPERTIES, cl::vector<cl_context_properties>) \
2750 cl_context_properties properties[3] = {
2751 CL_CONTEXT_PLATFORM, (cl_context_properties)defaultPlatform, 0
2754 cl_context_properties *properties = nullptr;
2800 cl_context_properties* properties = NULL,
2831 cl_context_properties* properties = NULL,
2861 cl_context_properties* properties = NULL,
2873 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 };
2888 cl_context_properties platform_id = 0;
2916 platform_id = (cl_context_properties)platforms[i]();
4041 vector<cl_context_properties> props = context.getInfo<CL_CONTEXT_PROPERTIES>();