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()
285 constexpr unsigned int g_NumPlatformMethods = (sizeof(PlatformMethods) / sizeof(uintptr_t)) - 1; variable290 static_assert(g_NumPlatformMethods == 17, "Avoid adding methods to PlatformMethods");295 constexpr const char *const g_PlatformMethodNames[g_NumPlatformMethods] = {
120 angle::g_NumPlatformMethods, &mCaptures, &platformMethods)); in SetUp()
257 if (getPlatform(fDisplay, angle::g_PlatformMethodNames, angle::g_NumPlatformMethods, in ANGLEGLContext()