/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | EGLInitializePerf.cpp | 29 double CapturePlatform_currentTime(angle::PlatformMethods *platformMethods) in CapturePlatform_currentTime() argument 31 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_currentTime() 35 void CapturePlatform_histogramCustomCounts(angle::PlatformMethods *platformMethods, in CapturePlatform_histogramCustomCounts() argument 42 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_histogramCustomCounts() 118 angle::PlatformMethods *platformMethods = nullptr; in SetUp() local 120 angle::g_NumPlatformMethods, &mCaptures, &platformMethods)); in SetUp() 122 platformMethods->currentTime = CapturePlatform_currentTime; in SetUp() 123 platformMethods->histogramCustomCounts = CapturePlatform_histogramCustomCounts; in SetUp()
|
D | ANGLEPerfTest.cpp | 736 withMethods.platformMethods = &mPlatformMethods; in SetUp()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | EGLInitializePerf.cpp | 29 double CapturePlatform_currentTime(angle::PlatformMethods *platformMethods) in CapturePlatform_currentTime() argument 31 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_currentTime() 35 void CapturePlatform_histogramCustomCounts(angle::PlatformMethods *platformMethods, in CapturePlatform_histogramCustomCounts() argument 42 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_histogramCustomCounts() 118 angle::PlatformMethods *platformMethods = nullptr; in SetUp() local 120 angle::g_NumPlatformMethods, &mCaptures, &platformMethods)); in SetUp() 122 platformMethods->currentTime = CapturePlatform_currentTime; in SetUp() 123 platformMethods->histogramCustomCounts = CapturePlatform_histogramCustomCounts; in SetUp()
|
D | ANGLEPerfTest.cpp | 456 withMethods.platformMethods = &mPlatformMethods; in SetUp()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Platform.cpp | 20 static angle::PlatformMethods platformMethods; in PlatformMethods() local 21 return platformMethods; in PlatformMethods() 34 void *platformMethods) in ANGLEGetDisplayPlatform() argument 37 reinterpret_cast<angle::PlatformMethods **>(platformMethods); in ANGLEGetDisplayPlatform()
|
D | Display.cpp | 331 angle::PlatformMethods *platformMethods = ANGLEPlatformCurrent(); in ANGLESetDefaultDisplayPlatform() local 334 platformMethods->logError = Display_logError; in ANGLESetDefaultDisplayPlatform() 335 platformMethods->logWarning = Display_logWarning; in ANGLESetDefaultDisplayPlatform() 336 platformMethods->logInfo = Display_logInfo; in ANGLESetDefaultDisplayPlatform() 523 const angle::PlatformMethods *platformMethods = in setAttributes() local 526 if (platformMethods != nullptr) in setAttributes() 528 *ANGLEPlatformCurrent() = *platformMethods; in setAttributes()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Platform.cpp | 20 static angle::PlatformMethods platformMethods; in PlatformMethods() local 21 return platformMethods; in PlatformMethods() 34 void *platformMethods) in ANGLEGetDisplayPlatform() argument 37 reinterpret_cast<angle::PlatformMethods **>(platformMethods); in ANGLEGetDisplayPlatform()
|
D | Display.cpp | 539 angle::PlatformMethods *platformMethods = ANGLEPlatformCurrent(); in ANGLESetDefaultDisplayPlatform() local 542 platformMethods->logError = Display_logError; in ANGLESetDefaultDisplayPlatform() 543 platformMethods->logWarning = Display_logWarning; in ANGLESetDefaultDisplayPlatform() 544 platformMethods->logInfo = Display_logInfo; in ANGLESetDefaultDisplayPlatform() 863 const angle::PlatformMethods *platformMethods = in setupDisplayPlatform() local 866 if (platformMethods != nullptr) in setupDisplayPlatform() 868 *ANGLEPlatformCurrent() = *platformMethods; in setupDisplayPlatform()
|
/third_party/flutter/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 252 angle::PlatformMethods* platformMethods = nullptr; in ANGLEGLContext() local 254 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()
|
/third_party/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 256 angle::PlatformMethods* platformMethods = nullptr; in ANGLEGLContext() local 258 nullptr, &platformMethods)) { in ANGLEGLContext() 259 platformMethods->addTraceEvent = ANGLE_addTraceEvent; in ANGLEGLContext() 260 platformMethods->getTraceCategoryEnabledFlag = ANGLE_getTraceCategoryEnabledFlag; in ANGLEGLContext() 261 platformMethods->updateTraceEventDuration = ANGLE_updateTraceEventDuration; in ANGLEGLContext() 262 platformMethods->monotonicallyIncreasingTime = ANGLE_monotonicallyIncreasingTime; in ANGLEGLContext()
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | EGLPlatformParameters.h | 51 debugLayersEnabled, contextVirtualization, platformMethods); in tie() 61 angle::PlatformMethods *platformMethods = nullptr; member
|
D | EGLWindow.cpp | 164 if (params.platformMethods) in initializeDisplay() 166 static_assert(sizeof(EGLAttrib) == sizeof(params.platformMethods), in initializeDisplay() 169 displayAttributes.push_back(reinterpret_cast<EGLAttrib>(params.platformMethods)); in initializeDisplay()
|
D | EGLWindow.h | 84 const angle::PlatformMethods *getPlatformMethods() const { return mPlatform.platformMethods; } in getPlatformMethods()
|
/third_party/skia/third_party/externals/angle2/util/ |
D | EGLPlatformParameters.h | 64 genMultipleMipsPerPassFeature, platformMethods, robustness, in tie() 102 angle::PlatformMethods *platformMethods = nullptr; member
|
D | EGLWindow.cpp | 191 if (params.platformMethods) in initializeDisplay() 193 static_assert(sizeof(EGLAttrib) == sizeof(params.platformMethods), in initializeDisplay() 196 displayAttributes.push_back(reinterpret_cast<EGLAttrib>(params.platformMethods)); in initializeDisplay()
|
D | EGLWindow.h | 110 const angle::PlatformMethods *getPlatformMethods() const { return mPlatform.platformMethods; } in getPlatformMethods()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ANGLETest.cpp | 374 withMethods.eglParameters.platformMethods = &gDefaultPlatformMethods; in ANGLETestBase()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ANGLETest.cpp | 472 withMethods.eglParameters.platformMethods = &gDefaultPlatformMethods; in ANGLETestBase()
|