Searched refs:createEgl14 (Results 1 – 4 of 4) sorted by relevance
155 return EglBase14Impl.isEGL14Supported() ? createEgl14(configAttributes) in create()158 return createEgl14((EglBase14.Context) sharedContext, configAttributes); in create()205 public static EglBase14 createEgl14(int[] configAttributes) { in createEgl14() method213 public static EglBase14 createEgl14(EglBase14.Context sharedContext, int[] configAttributes) { in createEgl14() method222 public static EglBase14 createEgl14( in createEgl14() method
165 eglBase = EglBase.createEgl14(EglBase.CONFIG_PLAIN); in setUp()
359 eglBase = EglBase.createEgl14(EglBase.CONFIG_PLAIN); in setUp()
264 textureEglBase = EglBase.createEgl14(sharedContext, EglBase.CONFIG_RECORDABLE); in initEncodeInternal()