halide_device_sync   15 apps/openglcompute/jni/oglc_two_kernels_run.cpp extern "C" int halide_device_sync(void *, buffer_t *);
halide_device_sync  153 src/DeviceInterface.cpp int halide_device_sync(void *user_context, struct halide_buffer_t *buf) {
halide_device_sync  162 src/DeviceInterface.cpp EXPORT_SYM(halide_device_sync)
halide_device_sync 1279 src/runtime/HalideBuffer.h         return halide_device_sync(ctx, &buf);
halide_device_sync  485 src/runtime/HalideRuntime.h extern int halide_device_sync(void *user_context, struct halide_buffer_t *buf);
halide_device_sync  134 src/runtime/old_buffer_t.cpp     err = err || halide_device_sync(user_context, &new_buf);
halide_device_sync   48 src/runtime/runtime_api.cpp     (void *)&halide_device_sync,