Searched refs:contextAttributes (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase14.java | 244 int[] contextAttributes = {EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, EGL14.EGL_NONE}; in createEglContext() local 248 EGL14.eglCreateContext(eglDisplay, eglConfig, rootContext, contextAttributes, 0); in createEglContext()
|
D | EglBase10.java | 289 int[] contextAttributes = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE}; in createEglContext() local 293 egl.eglCreateContext(eglDisplay, eglConfig, rootContext, contextAttributes); in createEglContext()
|
/external/swiftshader/tests/unittests/ |
D | unittests.cpp | 112 EGLint contextAttributes[] = in TEST_F() local 118 EGLContext context = eglCreateContext(display, config, NULL, contextAttributes); in TEST_F()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_LinuxX11.cpp | 338 EGLint contextAttributes[] = in SetupEGLContext() local 345 eglContext = eglCreateContext(eglDisplay, eglConfig, NULL, contextAttributes); in SetupEGLContext()
|
D | OGLES2HelloAPI_OSX.mm | 250 EGLint contextAttributes[] = 257 eglContext = eglCreateContext(eglDisplay, eglConfig, NULL, contextAttributes);
|