Home
last modified time | relevance | path

Searched refs:nativePlatform (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp440 cl_platform_id nativePlatform = vendorIt->platform; in Initialize() local
441 createFuncs.emplace_back([nativePlatform](const cl::Platform &platform) { in Initialize()
442 return Ptr(new CLPlatformCL(platform, nativePlatform)); in Initialize()
/external/angle/src/libANGLE/
DvalidationCL.cpp55 cl_platform_id nativePlatform = reinterpret_cast<cl_platform_id>(*properties++); in ValidateContextProperties() local
58 if (!Platform::IsValid(nativePlatform)) in ValidateContextProperties()
62 platform = &nativePlatform->cast<Platform>(); in ValidateContextProperties()