Home
last modified time | relevance | path

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

12

/external/webrtc/sdk/android/api/org/webrtc/
DEglBase.java153 public static EglBase create(@Nullable Context sharedContext, int[] configAttributes) { in create()
177 public static EglBase create(Context sharedContext) { in create()
190 public static EglBase10 createEgl10(EglBase10.Context sharedContext, int[] configAttributes) { in createEgl10()
200 javax.microedition.khronos.egl.EGLContext sharedContext, int[] configAttributes) { in createEgl10()
213 public static EglBase14 createEgl14(EglBase14.Context sharedContext, int[] configAttributes) { in createEgl14()
223 android.opengl.EGLContext sharedContext, int[] configAttributes) { in createEgl14()
DHardwareVideoDecoderFactory.java39 public HardwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext) { in HardwareVideoDecoderFactory()
51 public HardwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext, in HardwareVideoDecoderFactory()
DHardwareVideoEncoderFactory.java41 @Nullable private final EglBase14.Context sharedContext; field in HardwareVideoEncoderFactory
55 EglBase.Context sharedContext, boolean enableIntelVp8Encoder, boolean enableH264HighProfile) { in HardwareVideoEncoderFactory()
70 public HardwareVideoEncoderFactory(EglBase.Context sharedContext, boolean enableIntelVp8Encoder, in HardwareVideoEncoderFactory()
DSurfaceEglRenderer.java50 public void init(final EglBase.Context sharedContext, in init()
65 public void init(final EglBase.Context sharedContext, final int[] configAttributes, in init()
DPlatformSoftwareVideoDecoderFactory.java36 public PlatformSoftwareVideoDecoderFactory(@Nullable EglBase.Context sharedContext) { in PlatformSoftwareVideoDecoderFactory()
DSurfaceTextureHelper.java60 final EglBase.Context sharedContext, boolean alignTimestamps, final YuvConverter yuvConverter, in create()
DSurfaceViewRenderer.java70 public void init(EglBase.Context sharedContext, RendererCommon.RendererEvents rendererEvents) { in init()
80 public void init(final EglBase.Context sharedContext, in init()
DVideoFileRenderer.java42 final EglBase.Context sharedContext) throws IOException { in VideoFileRenderer()
/external/skia/tools/gpu/d3d/
DD3DTestContext.cpp19 static D3DTestContext* Create(D3DTestContext* sharedContext) { in Create()
70 D3DTestContext* CreatePlatformD3DTestContext(D3DTestContext* sharedContext) { in CreatePlatformD3DTestContext()
/external/webrtc/sdk/android/src/java/org/webrtc/
DMediaCodecVideoDecoderFactory.java29 private final @Nullable EglBase.Context sharedContext; field in MediaCodecVideoDecoderFactory
40 public MediaCodecVideoDecoderFactory(@Nullable EglBase.Context sharedContext, in MediaCodecVideoDecoderFactory()
DEglBase14Impl.java73 public EglBase14Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase14Impl()
269 private static EGLContext createEglContext(@Nullable EGLContext sharedContext, in createEglContext()
DAndroidVideoDecoder.java105 private final @Nullable EglBase.Context sharedContext; field in AndroidVideoDecoder
132 VideoCodecMimeType codecType, int colorFormat, @Nullable EglBase.Context sharedContext) { in AndroidVideoDecoder()
DEglBase10Impl.java64 public EglBase10Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase10Impl()
315 private EGLContext createEglContext(@Nullable EGLContext sharedContext, EGLDisplay eglDisplay, in createEglContext()
DHardwareVideoEncoder.java117 private final EglBase14.Context sharedContext; field in HardwareVideoEncoder
185 BitrateAdjuster bitrateAdjuster, EglBase14.Context sharedContext) { in HardwareVideoEncoder()
/external/skia/tools/gpu/vk/
DVkTestContext.cpp24 static VkTestContext* Create(VkTestContext* sharedContext) { in Create()
132 VkTestContext* CreatePlatformVkTestContext(VkTestContext* sharedContext) { in CreatePlatformVkTestContext()
/external/skia/tools/gpu/dawn/
DDawnTestContext.cpp100 static DawnTestContext* Create(DawnTestContext* sharedContext) { in Create()
170 DawnTestContext* CreatePlatformDawnTestContext(DawnTestContext* sharedContext) { in CreatePlatformDawnTestContext()
/external/angle/src/libANGLE/renderer/gl/wgl/
DRendererWGL.cpp18 HGLRC sharedContext, in RendererWGL()
DDisplayWGL.cpp770 HGLRC &sharedContext, in initializeContextAttribs()
822 HGLRC &sharedContext, in createContextAttribs()
866 HGLRC sharedContext = nullptr; in createRenderer() local
968 HGLRC sharedContext, in createWorkerContext()
/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()
/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()
/external/skia/tools/gpu/
DGrContextFactory.cpp294 TestContext* sharedContext = primaryContext ? primaryContext->fTestContext : nullptr; in getContextInfoInternal() local
/external/deqp/modules/egl/
DteglMultiContextTests.cpp152 …const eglw::EGLContext sharedContext = (m_sharing == SHARING_SHARED && contextCount > 0 ? contexts… in iterate() local
/external/webrtc/sdk/android/tests/src/org/webrtc/
DHardwareVideoEncoderTest.java68 BitrateAdjuster bitrateAdjuster, EglBase14.Context sharedContext) { in TestEncoder()

12