Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_device.h69 return _platform_name; in get_platform_name()
87 char _platform_name[XCAM_CL_MAX_STR_SIZE]; variable
Dcl_device.cpp152 if (clGetPlatformInfo(platform_id, CL_PLATFORM_NAME, sz, _platform_name, 0) != CL_SUCCESS) in init()
161 _platform_name[sz] = 0; in init()