Home
last modified time | relevance | path

Searched defs:sharedContext (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceTextureHelper.java68 public static SurfaceTextureHelper create(EglBase.Context sharedContext) { in create()
77 public static SurfaceTextureHelper create(final EglBase.Context sharedContext, in create()
DEglBase14.java74 EglBase14(EglBase14.Context sharedContext, int[] configAttributes) { in EglBase14() method in EglBase14
243 EglBase14.Context sharedContext, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createEglContext()
DEglBase10.java66 EglBase10(Context sharedContext, int[] configAttributes) { in EglBase10()
288 Context sharedContext, EGLDisplay eglDisplay, EGLConfig eglConfig) { in createEglContext()
DEglBase.java96 public static EglBase create(Context sharedContext, int[] configAttributes) { in create()
DSurfaceViewRenderer.java157 EglBase.Context sharedContext, RendererCommon.RendererEvents rendererEvents) { in init()
167 public void init(EglBase.Context sharedContext, RendererCommon.RendererEvents rendererEvents, in init()
DVideoCapturerAndroid.java328 EglBase.Context sharedContext) { in VideoCapturerAndroid()
/external/skia/tools/gpu/vk/
DVkTestContext.cpp149 static VkTestContext* Create(VkTestContext* sharedContext) { in Create()
261 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp149 static VkTestContext* Create(VkTestContext* sharedContext) { in Create()
261 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
/external/deqp/framework/egl/
DegluGLUtil.cpp84 eglw::EGLContext sharedContext, in createGLContext()
DegluGLContextFactory.cpp172 …apFactory* pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext* sharedContext) in RenderContext()
310 …apFactory* pixmapFactory, const glu::RenderConfig& config, const glu::RenderContext *sharedContext) in create()
/external/skia/tools/gpu/
DGrContextFactory.cpp240 TestContext* sharedContext = masterContext ? masterContext->fTestContext : nullptr; in getContextInfoInternal() local
/external/skqp/tools/gpu/
DGrContextFactory.cpp240 TestContext* sharedContext = masterContext ? masterContext->fTestContext : nullptr; in getContextInfoInternal() local
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp93 …t::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const WGLContext* sharedContext, cons… in WGLContext()
DtcuWGL.cpp404 const Context* sharedContext, in Context()
/external/deqp/modules/egl/
DteglMultiContextTests.cpp152 …const eglw::EGLContext sharedContext = (m_sharing == SHARING_SHARED && contextCount > 0 ? contexts… in iterate() local
DteglRobustnessTests.cpp504 const EGLContext& sharedContext) in RenderingContext()
521 void RenderingContext::createContext (const EGLConfig& sharedContext) in createContext()
/external/mesa3d/src/glx/apple/
Dapple_glx_context.c127 const void *mode, void *sharedContext, in apple_glx_create_context()
/external/deqp/framework/opengl/
DgluRenderContext.cpp133 …m, const tcu::CommandLine& cmdLine, const RenderConfig& config, const RenderContext* sharedContext) in createRenderContext()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp314 const glu::RenderContext* sharedContext, in createContext()
699 const glu::RenderContext* sharedContext) in GlxRenderContext()
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DMediaCodecVideoEncoder.java274 EglBase14.Context sharedContext) { in initEncode()