Home
last modified time | relevance | path

Searched refs:createCommandQueueWithProperties (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DCLContext.h28 cl_command_queue createCommandQueueWithProperties(cl_device_id device,
DCLContext.cpp80 cl_command_queue Context::createCommandQueueWithProperties(cl_device_id device, in createCommandQueueWithProperties() function in cl::Context
/external/angle/src/libGLESv2/
Dcl_stubs.cpp197 return context->cast<Context>().createCommandQueueWithProperties(device, properties, errorCode); in CreateCommandQueueWithProperties()