Home
last modified time | relevance | path

Searched refs:g_NumPlatformMethods (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DPlatform.cpp40 if (methodNameCount > angle::g_NumPlatformMethods) in ANGLEGetDisplayPlatform()
43 << angle::g_NumPlatformMethods << "."; in ANGLEGetDisplayPlatform()
/external/angle/include/platform/
DPlatformMethods.h295 constexpr unsigned int g_NumPlatformMethods = (sizeof(PlatformMethods) / sizeof(uintptr_t)) - 1; variable
300 constexpr const char *const g_PlatformMethodNames[g_NumPlatformMethods] = {
/external/angle/src/tests/perf_tests/
DEGLInitializePerf.cpp120 angle::g_NumPlatformMethods, &mCaptures, &platformMethods)); in SetUp()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp253 if (getPlatform(fDisplay, angle::g_PlatformMethodNames, angle::g_NumPlatformMethods, in ANGLEGLContext()