Searched defs:notifyFptr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp1423 void (CL_CALLBACK * notifyFptr)(
1435 notifyFptr, data, &error);
1446 void (CL_CALLBACK * notifyFptr)(
1456 properties, type, notifyFptr, data, &error);
2462 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
2472 notifyFptr,
2459 build( const VECTOR_CLASS<Device>& devices, const char* options = NULL, void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, void* data = NULL) const argument
/external/mesa3d/include/CL/
H A Dcl.hpp1423 void (CL_CALLBACK * notifyFptr)(
1435 notifyFptr, data, &error);
1446 void (CL_CALLBACK * notifyFptr)(
1456 properties, type, notifyFptr, data, &error);
2462 void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
2472 notifyFptr,
2459 build( const VECTOR_CLASS<Device>& devices, const char* options = NULL, void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, void* data = NULL) const argument

Completed in 334 milliseconds