Home
last modified time | relevance | path

Searched defs:shared_context (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Degl_context.cc40 absl::Status CreateContext(EGLDisplay display, EGLContext shared_context, in CreateContext()
110 EGLContext shared_context, in CreateConfiglessContext()
119 EGLContext shared_context, in CreateSurfacelessContext()
134 absl::Status CreatePBufferContext(EGLDisplay display, EGLContext shared_context, in CreatePBufferContext()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcMultipleContextsTests.cpp563 glu::RenderContext *shared_context = &(m_base_context->getRenderContext()); in initSharedContexts() local
/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/
Dtimestamp.rs381 pub(crate) fn shared_context() -> &'static Context { in shared_context() function