HomeSort by relevance Sort by last modified time
    Searched full:initializedplatform (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/core/src/
directx.cpp 685 static cl_platform_id initializedPlatform = NULL;
687 if (initializedPlatform != platform)
695 initializedPlatform = platform;
833 static cl_platform_id initializedPlatform = NULL;
835 if (initializedPlatform != platform)
843 initializedPlatform = platform;
    [all...]

Completed in 2497 milliseconds