Searched refs:g_NumPlatformMethods (Results 1 – 4 of 4) sorted by relevance
40 if (methodNameCount > angle::g_NumPlatformMethods) in ANGLEGetDisplayPlatform()43 << angle::g_NumPlatformMethods << "."; in ANGLEGetDisplayPlatform()
295 constexpr unsigned int g_NumPlatformMethods = (sizeof(PlatformMethods) / sizeof(uintptr_t)) - 1; variable300 constexpr const char *const g_PlatformMethodNames[g_NumPlatformMethods] = {
120 angle::g_NumPlatformMethods, &mCaptures, &platformMethods)); in SetUp()
253 if (getPlatform(fDisplay, angle::g_PlatformMethodNames, angle::g_NumPlatformMethods, in ANGLEGLContext()