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.cpp40 static const unsigned char* getTraceCategoryEnabledFlag(PlatformMethods* /*platform*/, in getTraceCategoryEnabledFlag() argument
48 static double monotonicallyIncreasingTime(PlatformMethods* /*platform*/) { in monotonicallyIncreasingTime() argument
52 static void logError(PlatformMethods* /*platform*/, const char* errorMessage) { in logError() argument
56 static void logWarning(PlatformMethods* /*platform*/, const char* warningMessage) { in logWarning() argument
60 static void logInfo(PlatformMethods* /*platform*/, const char* infoMessage) { in logInfo() argument
65 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() function
293 constexpr unsigned int g_NumPlatformMethods = (sizeof(PlatformMethods) / sizeof(uintptr_t)) - 1; argument