/external/libxcam/modules/ocl/intel/ |
cl_intel_context.cpp | 50 mem_id = oclCreateBufferFromLibvaIntel (_context_id, bo_name, &errcode); 71 mem_id = oclCreateBufferFromFdINTEL (_context_id, &import_info, &errcode); 93 mem_id = oclCreateImageFromLibvaIntel (_context_id, &image_info, &errcode); 114 mem_id = oclCreateImageFromFdINTEL (_context_id, &import_info, &errcode); 135 errcode = oclGetMemObjectFdIntel (_context_id, mem_id, &fd);
|
/external/libxcam/modules/ocl/ |
cv_context.cpp | 51 cl_context _context_id = _context->get_context_id (); local 52 cv::ocl::attachContext (platform_name, platform_id, _context_id, device_id);
|
cl_context.cpp | 93 : _context_id (NULL) 164 XCAM_ASSERT (_context_id == NULL); 180 _context_id = context_id; 214 clReleaseContext (_context_id); 215 _context_id = NULL; 295 cmd_queue_id = clCreateCommandQueueWithProperties (_context_id, device_id, 0, &err_code); 297 cmd_queue_id = clCreateCommandQueue (_context_id, device_id, 0, &err_code); 341 _context_id, 1, 348 _context_id, 1, &device_id, 433 _context_id, flags [all...] |
cl_context.h | 69 return _context_id; 110 return (_context_id != NULL); 177 cl_context _context_id; member in class:XCam::CLContext
|
/external/autotest/client/common_lib/ |
logging_manager.py | 631 def _context_id(self): member in class:_FdRedirectionStreamManager 643 context[self._context_id()] = my_context 647 my_context = context[self._context_id()]
|