Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_angle_platform.cpp41 static const unsigned char* getTraceCategoryEnabledFlag(PlatformMethods* /*platform*/, in getTraceCategoryEnabledFlag() argument
49 static double monotonicallyIncreasingTime(PlatformMethods* /*platform*/) { in monotonicallyIncreasingTime() argument
53 static void logError(PlatformMethods* /*platform*/, const char* errorMessage) { in logError() argument
57 static void logWarning(PlatformMethods* /*platform*/, const char* warningMessage) { in logWarning() argument
61 static void logInfo(PlatformMethods* /*platform*/, const char* infoMessage) { in logInfo() argument
66 PlatformMethods* /**platform*/, char phase, const unsigned char* /*category_group_enabled*/, in addTraceEvent() argument
/frameworks/native/opengl/include/EGL/
DPlatform.h278 struct ANGLE_PLATFORM_EXPORT PlatformMethods struct
280 PlatformMethods() {} in PlatformMethods() argument
293 constexpr unsigned int g_NumPlatformMethods = (sizeof(PlatformMethods) / sizeof(uintptr_t)) - 1; argument