halide_device_free 16 apps/openglcompute/jni/oglc_two_kernels_run.cpp extern "C" int halide_device_free(void *, buffer_t* buf); halide_device_free 176 src/DeviceInterface.cpp int halide_device_free(void *user_context, struct halide_buffer_t *buf) { halide_device_free 193 src/DeviceInterface.cpp EXPORT_SYM(halide_device_free) halide_device_free 196 src/DeviceInterface.cpp return halide_device_free(user_context, buf); halide_device_free 1270 src/runtime/HalideBuffer.h int ret = halide_device_free(ctx, &buf); halide_device_free 492 src/runtime/HalideRuntime.h extern int halide_device_free(void *user_context, struct halide_buffer_t *buf); halide_device_free 519 src/runtime/HalideRuntime.h return &halide_device_free; halide_device_free 178 src/runtime/cache.cpp halide_device_free(NULL, &buf[i]); halide_device_free 111 src/runtime/device_interface.cpp result = halide_device_free(user_context, buf); halide_device_free 224 src/runtime/device_interface.cpp return halide_device_free(user_context, buf); halide_device_free 231 src/runtime/device_interface.cpp halide_device_free(user_context, buf); halide_device_free 317 src/runtime/device_interface.cpp int result = halide_device_free(user_context, buf); halide_device_free 454 src/runtime/matlab.cpp halide_device_free(user_context, buf); halide_device_free 157 src/runtime/old_buffer_t.cpp err = err || halide_device_free(user_context, &new_buf); halide_device_free 41 src/runtime/runtime_api.cpp (void *)&halide_device_free,