Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs.cpp197 return context->cast<Context>().createCommandQueueWithProperties(device, properties, errorCode); in CreateCommandQueueWithProperties()