Home
last modified time | relevance | path

Searched defs:currentContext (Results 1 – 18 of 18) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DFlux.kt71 val currentContext = subscriber.currentContext() in flux() constant
/external/dagger2/java/dagger/grpc/server/
DCurrentContextModule.java30 static Context currentContext() { in currentContext() method in CurrentContextModule
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DSafeCollector.kt27 val currentContext = coroutineContext in <lambda>() constant
/external/angle/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp276 CurrentNativeContext &currentContext = mCurrentNativeContext[std::this_thread::get_id()]; in makeCurrent() local
337 for (auto &currentContext : mCurrentNativeContext) in destroyNativeContext() local
376 CurrentNativeContext &currentContext = mCurrentNativeContext[std::this_thread::get_id()]; in createRenderer() local
/external/catch2/include/internal/
Dcatch_context.cpp48 IMutableContext *IMutableContext::currentContext = nullptr; member in Catch::IMutableContext
/external/v8/src/d8/
Dasync-hooks-wrapper.cc87 Local<Context> currentContext = isolate->GetCurrentContext(); in CreateHook() local
130 Local<Context> currentContext = hooks->isolate_->GetCurrentContext(); in ShellPromiseHook() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java51 private Context2 currentContext; // Current point on the double-linked stack field in NamespaceSupport2
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp690 CurrentNativeContext &currentContext = mCurrentData[std::this_thread::get_id()]; in makeCurrent() local
923 CurrentNativeContext &currentContext = mCurrentData[std::this_thread::get_id()]; in createRenderer() local
/external/angle/src/libGLESv2/
Dentry_points_egl.cpp840 gl::Context *currentContext = thread->getContext(); in EGL_CreateSync() local
889 gl::Context *currentContext = thread->getContext(); in EGL_ClientWaitSync() local
1073 gl::Context *currentContext = thread->getContext(); in EGL_WaitSync() local
Dentry_points_egl_ext.cpp912 gl::Context *currentContext = thread->getContext(); in EGL_CreateSyncKHR() local
964 gl::Context *currentContext = thread->getContext(); in EGL_ClientWaitSyncKHR() local
1015 gl::Context *currentContext = thread->getContext(); in EGL_WaitSyncKHR() local
/external/angle/src/libANGLE/
DDisplay.cpp1068 Error Display::createSync(const gl::Context *currentContext, in createSync()
1193 gl::Context *currentContext = thread->getContext(); in destroyContext() local
DvalidationEGL.cpp2486 const gl::Context *currentContext, in ValidateCreateSyncBase()
2584 const gl::Context *currentContext) in ValidateCreateSyncKHR()
2601 const gl::Context *currentContext) in ValidateCreateSync()
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp184 EGLContext currentContext = eglGetCurrentContext(); in Initialize() local
212 EGLContext currentContext = eglGetCurrentContext(); in Uninitialize() local
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java1057 EGLContext currentContext = mEgl.eglGetCurrentContext(); in verifyContext() local
/external/skqp/experimental/canvaskit/
Dexterns.js53 currentContext: function() {}, method
/external/skia/modules/canvaskit/
Dexterns.js70 currentContext: function() {}, method
/external/catch2/single_include/catch2/
Dcatch.hpp3956 static IMutableContext *currentContext; member
8368 IMutableContext *IMutableContext::currentContext = nullptr; member in Catch::IMutableContext
/external/bcc/tests/cc/
Dcatch.hpp6940 Context* currentContext = CATCH_NULL; variable