Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DPlatform.cpp32 unsigned int methodNameCount, in ANGLEGetDisplayPlatform() argument
40 if (methodNameCount > angle::g_NumPlatformMethods) in ANGLEGetDisplayPlatform()
42 ERR() << "Invalid platform method count: " << methodNameCount << ", expected " in ANGLEGetDisplayPlatform()
47 for (unsigned int nameIndex = 0; nameIndex < methodNameCount; ++nameIndex) in ANGLEGetDisplayPlatform()
/external/angle/include/platform/
DPlatformMethods.h318 unsigned int methodNameCount,