Searched refs:PlatformMethods (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 42 struct PlatformMethods; 52 using CurrentTimeFunc = double (*)(PlatformMethods *platform); 53 inline double DefaultCurrentTime(PlatformMethods *platform) in DefaultCurrentTime() 61 using MonotonicallyIncreasingTimeFunc = double (*)(PlatformMethods *platform); 62 inline double DefaultMonotonicallyIncreasingTime(PlatformMethods *platform) in DefaultMonotonicallyIncreasingTime() 70 using LogErrorFunc = void (*)(PlatformMethods *platform, const char *errorMessage); 71 inline void DefaultLogError(PlatformMethods *platform, const char *errorMessage) in DefaultLogError() 76 using LogWarningFunc = void (*)(PlatformMethods *platform, const char *warningMessage); 77 inline void DefaultLogWarning(PlatformMethods *platform, const char *warningMessage) in DefaultLogWarning() 82 using LogInfoFunc = void (*)(PlatformMethods *platform, const char *infoMessage); [all …]
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_angle_platform.cpp | 40 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 98 static void assignAnglePlatformMethods(PlatformMethods* platformMethods) { in assignAnglePlatformMethods() 117 PlatformMethods* platformMethods = nullptr; in initializeAnglePlatform()
|