/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
D | DisplayAndroid.cpp | 508 CurrentNativeContext ¤tContext = mCurrentNativeContext[std::this_thread::get_id()]; in makeCurrent() local 574 for (auto ¤tContext : mCurrentNativeContext) in destroyNativeContext() local 620 CurrentNativeContext ¤tContext = mCurrentNativeContext[std::this_thread::get_id()]; in createRenderer() local
|
/third_party/skia/experimental/skottiekit/ |
D | externs.js | 38 currentContext: function() {}, method
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.cpp | 723 CurrentNativeContext ¤tContext = mCurrentNativeContexts[std::this_thread::get_id()]; in makeCurrent() local 801 for (auto ¤tContext : mCurrentNativeContexts) in destroyNativeContext() local 956 CurrentNativeContext ¤tContext = mCurrentNativeContexts[std::this_thread::get_id()]; in createRenderer() local
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_stubs.cpp | 98 gl::Context *currentContext = thread->getContext(); in ClientWaitSync() local 248 gl::Context *currentContext = thread->getContext(); in CreateSync() local 740 gl::Context *currentContext = thread->getContext(); in WaitSync() local
|
D | egl_ext_stubs.cpp | 30 gl::Context *currentContext = thread->getContext(); in ClientWaitSyncKHR() local 487 gl::Context *currentContext = thread->getContext(); in SignalSyncKHR() local 594 gl::Context *currentContext = thread->getContext(); in WaitSyncKHR() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.cpp | 675 CurrentNativeContext ¤tContext = mCurrentNativeContexts[std::this_thread::get_id()]; in makeCurrent() local 904 CurrentNativeContext ¤tContext = mCurrentNativeContexts[std::this_thread::get_id()]; in createRenderer() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.cpp | 690 CurrentNativeContext ¤tContext = mCurrentData[std::this_thread::get_id()]; in makeCurrent() local 923 CurrentNativeContext ¤tContext = mCurrentData[std::this_thread::get_id()]; in createRenderer() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_egl.cpp | 838 gl::Context *currentContext = thread->getContext(); in EGL_CreateSync() local 887 gl::Context *currentContext = thread->getContext(); in EGL_ClientWaitSync() local 1070 gl::Context *currentContext = thread->getContext(); in EGL_WaitSync() local
|
D | entry_points_egl_ext.cpp | 891 gl::Context *currentContext = thread->getContext(); in EGL_CreateSyncKHR() local 943 gl::Context *currentContext = thread->getContext(); in EGL_ClientWaitSyncKHR() local 994 gl::Context *currentContext = thread->getContext(); in EGL_WaitSyncKHR() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.cpp | 946 Error Display::createSync(const gl::Context *currentContext, in createSync() 1057 gl::Context *currentContext = thread->getContext(); in destroyContext() local
|
D | validationEGL.cpp | 2211 const gl::Context *currentContext, in ValidateCreateSyncBase() 2309 const gl::Context *currentContext) in ValidateCreateSyncKHR() 2326 const gl::Context *currentContext) in ValidateCreateSync()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.cpp | 1394 Error Display::createSync(const gl::Context *currentContext, in createSync() 1582 auto *currentContext = thread->getContext(); in destroyContext() local
|
D | validationEGL.cpp | 1232 gl::Context *currentContext = val->eglThread->getContext(); in ValidateCreateSyncBase() local
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 184 EGLContext currentContext = eglGetCurrentContext(); in Initialize() local 212 EGLContext currentContext = eglGetCurrentContext(); in Uninitialize() local
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 58 currentContext: function() {}, method
|