Searched refs:platformMethods (Results 1 – 9 of 9) sorted by relevance
29 double CapturePlatform_currentTime(angle::PlatformMethods *platformMethods) in CapturePlatform_currentTime() argument31 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_currentTime()35 void CapturePlatform_histogramCustomCounts(angle::PlatformMethods *platformMethods, in CapturePlatform_histogramCustomCounts() argument42 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_histogramCustomCounts()118 angle::PlatformMethods *platformMethods = nullptr; in SetUp() local120 angle::g_NumPlatformMethods, &mCaptures, &platformMethods)); in SetUp()122 platformMethods->currentTime = CapturePlatform_currentTime; in SetUp()123 platformMethods->histogramCustomCounts = CapturePlatform_histogramCustomCounts; in SetUp()
682 withMethods.platformMethods = &mPlatformMethods; in SetUp()
20 static angle::PlatformMethods platformMethods; in PlatformMethods() local21 return platformMethods; in PlatformMethods()34 void *platformMethods) in ANGLEGetDisplayPlatform() argument37 reinterpret_cast<angle::PlatformMethods **>(platformMethods); in ANGLEGetDisplayPlatform()
516 angle::PlatformMethods *platformMethods = ANGLEPlatformCurrent(); in ANGLESetDefaultDisplayPlatform() local519 platformMethods->logError = Display_logError; in ANGLESetDefaultDisplayPlatform()520 platformMethods->logWarning = Display_logWarning; in ANGLESetDefaultDisplayPlatform()521 platformMethods->logInfo = Display_logInfo; in ANGLESetDefaultDisplayPlatform()803 const angle::PlatformMethods *platformMethods = in setupDisplayPlatform() local806 if (platformMethods != nullptr) in setupDisplayPlatform()808 *ANGLEPlatformCurrent() = *platformMethods; in setupDisplayPlatform()
252 angle::PlatformMethods* platformMethods = nullptr; in ANGLEGLContext() local254 nullptr, &platformMethods)) { in ANGLEGLContext()255 platformMethods->addTraceEvent = ANGLE_addTraceEvent; in ANGLEGLContext()256 platformMethods->getTraceCategoryEnabledFlag = ANGLE_getTraceCategoryEnabledFlag; in ANGLEGLContext()257 platformMethods->updateTraceEventDuration = ANGLE_updateTraceEventDuration; in ANGLEGLContext()258 platformMethods->monotonicallyIncreasingTime = ANGLE_monotonicallyIncreasingTime; in ANGLEGLContext()
64 shaderStencilOutputFeature, genMultipleMipsPerPassFeature, platformMethods, in tie()92 angle::PlatformMethods *platformMethods = nullptr; member
184 if (params.platformMethods) in initializeDisplay()186 static_assert(sizeof(EGLAttrib) == sizeof(params.platformMethods), in initializeDisplay()189 displayAttributes.push_back(reinterpret_cast<EGLAttrib>(params.platformMethods)); in initializeDisplay()
87 const angle::PlatformMethods *getPlatformMethods() const { return mPlatform.platformMethods; } in getPlatformMethods()
420 withMethods.eglParameters.platformMethods = &gDefaultPlatformMethods; in ANGLETestBase()