"Implement" clGetExtensionFunctionAddress()
authorSimon Richter <Simon.Richter@hogyros.de>
Tue, 2 Apr 2013 13:11:01 +0000 (15:11 +0200)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Thu, 18 Apr 2013 03:20:50 +0000 (11:20 +0800)
commitcb618258d42fbde26bcb5f4437e2ccec1db4003f
treeb35e99b206612053e0a5c79927d066d162e96f4b
parent3d4a520ab4610d1e3637ba11097c79df0847f5e3
"Implement" clGetExtensionFunctionAddress()

This function should not fail if a function entry point cannot be found --
instead we return NULL.

Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
src/cl_api.c