MCPcopy Create free account
hub / github.com/Syncleus/aparapi / bind

Method bind

src/main/java/com/aparapi/device/OpenCLDevice.java:405–407  ·  view source on GitHub ↗
(Class<T> _interface, InputStream _inputStream)

Source from the content-addressed store, hash-verified

403 }
404
405 public <T extends OpenCL<T>> T bind(Class<T> _interface, InputStream _inputStream) {
406 return (bind(_interface, streamToString(_inputStream)));
407 }
408
409 public <T extends OpenCL<T>> T bind(Class<T> _interface) {
410 return (bind(_interface, (String) null));

Callers 1

testMethod · 0.95

Calls 10

streamToStringMethod · 0.95
getArgsMethod · 0.95
createKernelMethod · 0.95
getAnnotationsMethod · 0.80
putMethod · 0.65
getNameMethod · 0.65
getMethod · 0.65
toStringMethod · 0.45
createProgramMethod · 0.45

Tested by 1

testMethod · 0.76