public static class CLQueueContextFactory.CLSimpleContextFactory extends CLQueueContextFactory<CLQueueContext.CLSimpleQueueContext>
CLQueueContext.CLSimpleQueueContexts containing a precompiled program.CLQueueContextFactory.CLSimpleContextFactory| Constructor and Description |
|---|
CLQueueContextFactory.CLSimpleContextFactory(String source) |
| Modifier and Type | Method and Description |
|---|---|
CLQueueContext.CLSimpleQueueContext |
setup(CLCommandQueue queue,
CLQueueContext old)
Creates a new queue context for the given queue.
|
createSimplepublic CLQueueContextFactory.CLSimpleContextFactory(String source)
public CLQueueContext.CLSimpleQueueContext setup(CLCommandQueue queue, CLQueueContext old)
CLQueueContextFactorysetup in class CLQueueContextFactory<CLQueueContext.CLSimpleQueueContext>old - the old context or null.