Home
last modified time | relevance | path

Searched defs:PlatformMethods (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DPlatform.cpp18 angle::PlatformMethods &PlatformMethods() in PlatformMethods() function
/external/angle/include/platform/
DPlatformMethods.h278 struct ANGLE_PLATFORM_EXPORT PlatformMethods struct
290 inline PlatformMethods::PlatformMethods() = default; argument
/external/angle/src/tests/perf_tests/
DANGLEPerfTest.cpp60 void EmptyPlatformMethod(angle::PlatformMethods *, const char *) {} in EmptyPlatformMethod()