Searched refs:EglBase14Impl (Results 1 – 3 of 3) sorted by relevance
155 return EglBase14Impl.isEGL14Supported() ? createEgl14(configAttributes) in create()206 return new EglBase14Impl(/* sharedContext= */ null, configAttributes); in createEgl14()214 return new EglBase14Impl( in createEgl14()224 return new EglBase14Impl(sharedContext, configAttributes); in createEgl14()
32 class EglBase14Impl implements EglBase14 { class73 public EglBase14Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase14Impl() method in EglBase14Impl
239 "src/java/org/webrtc/EglBase14Impl.java",