Home
last modified time | relevance | path

Searched defs:configAttributes (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DEglBase.java131 static int getOpenGlesVersionFromConfig(int[] configAttributes) { in getOpenGlesVersionFromConfig()
153 public static EglBase create(@Nullable Context sharedContext, int[] configAttributes) { in create()
182 public static EglBase10 createEgl10(int[] configAttributes) { in createEgl10()
190 public static EglBase10 createEgl10(EglBase10.Context sharedContext, int[] configAttributes) { in createEgl10()
200 javax.microedition.khronos.egl.EGLContext sharedContext, int[] configAttributes) { in createEgl10()
205 public static EglBase14 createEgl14(int[] configAttributes) { in createEgl14()
213 public static EglBase14 createEgl14(EglBase14.Context sharedContext, int[] configAttributes) { in createEgl14()
223 android.opengl.EGLContext sharedContext, int[] configAttributes) { in createEgl14()
DSurfaceEglRenderer.java51 RendererCommon.RendererEvents rendererEvents, final int[] configAttributes, in init()
65 public void init(final EglBase.Context sharedContext, final int[] configAttributes, in init()
DEglRenderer.java208 public void init(@Nullable final EglBase.Context sharedContext, final int[] configAttributes, in init()
257 public void init(@Nullable final EglBase.Context sharedContext, final int[] configAttributes, in init()
DSurfaceViewRenderer.java81 RendererCommon.RendererEvents rendererEvents, final int[] configAttributes, in init()
/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp214 const EGLint configAttributes[] = {EGL_RED_SIZE, in chooseDefaultConfig() local
354 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in initializeSurfaceWithFloatConfig() local
690 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in TEST_P() local
733 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in TEST_P() local
776 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in TEST_P() local
818 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in TEST_P() local
859 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in TEST_P() local
930 const EGLint configAttributes[] = { in TEST_P() local
1045 const EGLint configAttributes[] = { in TEST_P() local
1085 const EGLint configAttributes[] = { in TEST_P() local
[all …]
DEGLRecordableTest.cpp53 const EGLint configAttributes[] = { in TEST_P() local
DEGLSyncControlTest.cpp124 const EGLint configAttributes[] = {EGL_NONE}; in CreateWindowSurface() local
DEGLCreateContextAttribsTest.cpp164 const EGLint configAttributes[] = {EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, in TEST_P() local
DEGLDirectCompositionTest.cpp145 const EGLint configAttributes[] = { in Init() local
DEGLDeviceTest.cpp119 const EGLint configAttributes[] = {EGL_NONE}; in CreateWindowSurface() local
DEGLPreRotationTest.cpp159 const EGLint configAttributes[] = { in initializeSurfaceWithRGBA8888Config() local
189 const EGLint configAttributes[] = { in initializeSurfaceWithRGBA8888d24s8Config() local
DEGLDisplaySelectionTest.cpp78 const EGLint configAttributes[] = { in initializeContextForDisplay() local
/external/webrtc/sdk/android/src/java/org/webrtc/
DEglBase14Impl.java73 public EglBase14Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase14Impl()
250 private static EGLConfig getEglConfig(EGLDisplay eglDisplay, int[] configAttributes) { in getEglConfig()
DEglBase10Impl.java64 public EglBase10Impl(EGLContext sharedContext, int[] configAttributes) { in EglBase10Impl()
297 private EGLConfig getEglConfig(EGLDisplay eglDisplay, int[] configAttributes) { in getEglConfig()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DGlUtil.java511 EGLDisplay eglDisplay, int version, int[] configAttributes) { in createEglContext()
535 int[] configAttributes, in getEglSurface()
550 EGLDisplay eglDisplay, int[] configAttributes, int[] pbufferAttributes) { in createEglPbufferSurface()
/external/angle/util/
DEGLWindow.cpp288 std::vector<EGLint> configAttributes = { in initializeSurface() local
/external/angle/src/libGL/
Dentry_points_wgl.cpp142 const EGLint configAttributes[] = {EGL_NONE}; in wglCreateContext() local
/external/angle/src/tests/gl_tests/
DMultisampleTest.cpp62 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in testSetUp() local