Searched refs:mPlatformMethods (Results 1 – 4 of 4) sorted by relevance
771 mPlatformMethods.logError = CustomLogError; in SetUp()772 mPlatformMethods.logWarning = EmptyPlatformMethod; in SetUp()773 mPlatformMethods.logInfo = EmptyPlatformMethod; in SetUp()774 mPlatformMethods.addTraceEvent = AddPerfTraceEvent; in SetUp()775 mPlatformMethods.getTraceCategoryEnabledFlag = GetPerfTraceCategoryEnabled; in SetUp()776 mPlatformMethods.updateTraceEventDuration = UpdateTraceEventDuration; in SetUp()777 mPlatformMethods.monotonicallyIncreasingTime = MonotonicallyIncreasingTime; in SetUp()778 mPlatformMethods.context = this; in SetUp()788 withMethods.platformMethods = &mPlatformMethods; in SetUp()1002 MonotonicallyIncreasingTime(&mPlatformMethods), in beginInternalTraceEvent()[all …]
237 angle::PlatformMethods mPlatformMethods; variable
40 mPlatformMethods.logError = logErrorFunc; in ANGLEPlatform()196 if (mPlatformMethods.logError) in initAttribs()201 attribs.push_back(reinterpret_cast<eglw::EGLAttrib>(&mPlatformMethods)); in initAttribs()
63 angle::PlatformMethods mPlatformMethods; variable