Home
last modified time | relevance | path

Searched refs:createEgl10 (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DEglBase.java156 : createEgl10(configAttributes); in create()
160 return createEgl10((EglBase10.Context) sharedContext, configAttributes); in create()
182 public static EglBase10 createEgl10(int[] configAttributes) { in createEgl10() method
190 public static EglBase10 createEgl10(EglBase10.Context sharedContext, int[] configAttributes) { in createEgl10() method
199 public static EglBase10 createEgl10( in createEgl10() method
DEglRenderer.java238 eglBase = EglBase.createEgl10(configAttributes); in init()