HomeSort by relevance Sort by last modified time
    Searched refs:CL_CALLBACK (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
context.cpp 31 void (CL_CALLBACK *pfn_notify)(const char *, const void *,
62 void (CL_CALLBACK *pfn_notify)(
event.cpp 119 void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int,
memory.cpp 294 void (CL_CALLBACK *pfn_notify)(cl_mem, void *),
  /external/mesa3d/src/gallium/state_trackers/clover/api/
context.cpp 31 void (CL_CALLBACK *pfn_notify)(const char *, const void *,
62 void (CL_CALLBACK *pfn_notify)(
event.cpp 119 void (CL_CALLBACK *pfn_event_notify)(cl_event, cl_int,
memory.cpp 294 void (CL_CALLBACK *pfn_notify)(cl_mem, void *),
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.h 479 void (CL_CALLBACK * /* pfn_notify */)(const char *, const void *, size_t, void *),
486 void (CL_CALLBACK * /* pfn_notify*/ )(const char *, const void *, size_t, void *),
609 void (CL_CALLBACK * /*pfn_notify*/)( cl_mem /* memobj */, void* /*user_data*/),
661 void (CL_CALLBACK * /* pfn_notify */)(cl_program /* program */, void * /* user_data */),
    [all...]
cl_platform.h 41 #define CL_CALLBACK __stdcall
45 #define CL_CALLBACK
    [all...]
cl.hpp 164 #if !defined(CL_CALLBACK)
165 #define CL_CALLBACK
166 #endif //CL_CALLBACK
    [all...]
  /external/mesa3d/include/CL/
cl.h 479 void (CL_CALLBACK * /* pfn_notify */)(const char *, const void *, size_t, void *),
486 void (CL_CALLBACK * /* pfn_notify*/ )(const char *, const void *, size_t, void *),
609 void (CL_CALLBACK * /*pfn_notify*/)( cl_mem /* memobj */, void* /*user_data*/),
661 void (CL_CALLBACK * /* pfn_notify */)(cl_program /* program */, void * /* user_data */),
    [all...]
cl_platform.h 41 #define CL_CALLBACK __stdcall
45 #define CL_CALLBACK
    [all...]
cl.hpp 164 #if !defined(CL_CALLBACK)
165 #define CL_CALLBACK
166 #endif //CL_CALLBACK
    [all...]
  /external/skia/tools/skpdiff/
skpdiff_main.cpp 46 static void CL_CALLBACK error_notify(const char* errorInfo, const void* privateInfoSize, ::size_t cb, void* userData) {

Completed in 106 milliseconds