Searched refs:shared_context (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | egl_context.cc | 40 absl::Status CreateContext(EGLDisplay display, EGLContext shared_context, in CreateContext() argument 49 eglCreateContext(display, config, shared_context, attributes); in CreateContext() 110 EGLContext shared_context, in CreateConfiglessContext() argument 115 return CreateContext(display, shared_context, EGL_NO_CONFIG_KHR, egl_context); in CreateConfiglessContext() 119 EGLContext shared_context, in CreateSurfacelessContext() argument 131 return CreateContext(display, shared_context, config, egl_context); in CreateSurfacelessContext() 134 absl::Status CreatePBufferContext(EGLDisplay display, EGLContext shared_context, in CreatePBufferContext() argument 142 return CreateContext(display, shared_context, config, egl_context); in CreatePBufferContext()
|
D | egl_context.h | 90 EGLContext shared_context, 94 EGLContext shared_context, 97 absl::Status CreatePBufferContext(EGLDisplay display, EGLContext shared_context,
|
/external/rust/android-crates-io/crates/uuid/src/ |
D | v6.rs | 20 let ts = Timestamp::now(crate::timestamp::context::shared_context());
|
D | v1.rs | 23 let ts = Timestamp::now(crate::timestamp::context::shared_context());
|
D | timestamp.rs | 463 pub(crate) fn shared_context() -> &'static Context { in shared_context() function
|
/external/deqp/external/openglcts/modules/common/ |
D | glcMultipleContextsTests.cpp | 563 glu::RenderContext *shared_context = &(m_base_context->getRenderContext()); in initSharedContexts() local 575 … glu::createRenderContext(m_testCtx.getPlatform(), command_line, render_config, shared_context); in initSharedContexts()
|
/external/mesa3d/src/freedreno/ci/ |
D | freedreno-a530-flakes.txt | 163 KHR-GLES31.core.compute_shader.simple-compute-shared_context 166 KHR-GLES31.core.compute_shader.simple-compute-shared_context-persistent-buffer
|
/external/grpc-grpc/src/ruby/spec/ |
D | client_server_spec.rb | 19 shared_context 'setup: tags' do
|
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/khronos_mustpass/main/ |
D | gles31-khr-main.txt | 1967 KHR-GLES31.core.compute_shader.simple-compute-shared_context 1968 KHR-GLES31.core.compute_shader.simple-compute-shared_context-persistent-buffer
|
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.6.x/ |
D | gles31-khr-main.txt | 1967 KHR-GLES31.core.compute_shader.simple-compute-shared_context 1968 KHR-GLES31.core.compute_shader.simple-compute-shared_context-persistent-buffer
|
/external/deqp/external/openglcts/data/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.5.x/ |
D | gles31-khr-main.txt | 1967 KHR-GLES31.core.compute_shader.simple-compute-shared_context 1968 KHR-GLES31.core.compute_shader.simple-compute-shared_context-persistent-buffer
|