Home
last modified time | relevance | path

Searched defs:eglContext (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/sdk/android/src/java/org/webrtc/
DEglBase10Impl.java35 private EGLContext eglContext; field in EglBase10Impl
42 private final EGLContext eglContext; field in EglBase10Impl.Context
58 public Context(EGLContext eglContext) { in Context()
322 final EGLContext eglContext; in createEglContext() local
DEglBase14Impl.java36 private EGLContext eglContext; field in EglBase14Impl
66 public Context(android.opengl.EGLContext eglContext) { in Context()
276 final EGLContext eglContext; in createEglContext() local
/external/webrtc/sdk/android/api/org/webrtc/
DDefaultVideoDecoderFactory.java28 public DefaultVideoDecoderFactory(@Nullable EglBase.Context eglContext) { in DefaultVideoDecoderFactory()
DDefaultVideoEncoderFactory.java24 EglBase.Context eglContext, boolean enableIntelVp8Encoder, boolean enableH264HighProfile) { in DefaultVideoEncoderFactory()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DVideoFrameBufferTest.java137 EglBase.Context eglContext, VideoFrame.I420Buffer i420Buffer) { in createRgbTextureBuffer()
DAndroidVideoDecoderInstrumentationTest.java128 private VideoDecoderFactory createDecoderFactory(EglBase.Context eglContext) { in createDecoderFactory()
DHardwareVideoEncoderTest.java290 private VideoEncoderFactory createEncoderFactory(EglBase.Context eglContext) { in createEncoderFactory()
/external/deqp/modules/egl/
DteglNegativePartialUpdateTests.cpp121 EGLContext eglContext = EGL_NO_CONTEXT; in initAndMakeCurrentEGLContext() local
DteglResizeTests.cpp154 EGLContext eglContext = egl.createContext(eglDisplay, in init() local
DteglImageTests.cpp424 const EGLContext eglContext = context.getEglContext(); in iterate() local
DteglWideColorTests.cpp1157 EGLContext eglContext = egl.createContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, attribList); in doClearTest() local