Home
last modified time | relevance | path

Searched refs:userSync (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/
DCLPlatform.cpp31 bool &userSync) in ParseContextProperties() argument
45 userSync = *propIt++ != CL_FALSE; in ParseContextProperties()
221 bool userSync = false; in CreateContext() local
222 Context::PropArray propArray = ParseContextProperties(properties, platform, userSync); in CreateContext()
231 notify, userData, userSync); in CreateContext()
241 bool userSync = false; in CreateContextFromType() local
242 Context::PropArray propArray = ParseContextProperties(properties, platform, userSync); in CreateContextFromType()
245 userData, userSync); in CreateContextFromType()
DCLContext.cpp355 bool userSync, in Context() argument
361 mImpl(platform.getImpl().createContext(*this, devices, userSync, errorCode)), in Context()
370 bool userSync, in Context() argument
376 mImpl(platform.getImpl().createContextFromType(*this, deviceType, userSync, errorCode)), in Context()
DCLContext.h140 bool userSync,
148 bool userSync,
/external/angle/src/libANGLE/renderer/vulkan/
DCLPlatformVk.h26 bool userSync,
31 bool userSync,
DCLPlatformVk.cpp70 bool userSync, in createContext() argument
79 bool userSync, in createContextFromType() argument
/external/angle/src/libANGLE/renderer/cl/
DCLPlatformCL.h28 bool userSync,
33 bool userSync,
DCLPlatformCL.cpp383 bool userSync, in createContext() argument
388 userSync && mPlatform.isVersionOrNewer(1u, 2u) ? CL_CONTEXT_INTEROP_USER_SYNC : 0, CL_TRUE, in createContext()
406 bool userSync, in createContextFromType() argument
411 userSync && mPlatform.isVersionOrNewer(1u, 2u) ? CL_CONTEXT_INTEROP_USER_SYNC : 0, CL_TRUE, in createContextFromType()
/external/angle/src/libANGLE/renderer/
DCLPlatformImpl.h52 bool userSync,
57 bool userSync,
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dtest_interop_sync.cpp24 TSharedHandleType sharedHandle, cl_bool userSync) in interop_user_sync() argument
61 std::string syncStr = (userSync == CL_TRUE) ? "yes" : "no"; in interop_user_sync()
93 userSync, in interop_user_sync()
179 if (userSync == CL_TRUE) in interop_user_sync()
284 if (userSync == CL_TRUE) in interop_user_sync()