Searched defs:userSync (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | CLPlatformVk.cpp | 68 createContext(cl::Context &context, const cl::DevicePtrs &devices, bool userSync, cl_int &errorCode) createContext() argument 77 createContextFromType(cl::Context &context, cl::DeviceType deviceType, bool userSync, cl_int &errorCode) createContextFromType() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 379 createContext(cl::Context &context, const cl::DevicePtrs &devices, bool userSync, cl_int &errorCode) createContext() argument 402 createContextFromType(cl::Context &context, cl::DeviceType deviceType, bool userSync, cl_int &errorCode) createContextFromType() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLPlatform.cpp | 221 bool userSync = false; in CreateContext() local 241 bool userSync = false; in CreateContextFromType() local 29 ParseContextProperties(const cl_context_properties *properties, Platform *&platform, bool &userSync) ParseContextProperties() argument
|
H A D | CLContext.cpp | 350 Context(Platform &platform, PropArray &&properties, DevicePtrs &&devices, ContextErrorCB notify, void *userData, bool userSync, cl_int &errorCode) Context() argument 365 Context(Platform &platform, PropArray &&properties, DeviceType deviceType, ContextErrorCB notify, void *userData, bool userSync, cl_int &errorCode) Context() argument
|
Completed in 4 milliseconds