Home
last modified time | relevance | path

Searched refs:contextAttributes (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DEglBase14.java244 int[] contextAttributes = {EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, EGL14.EGL_NONE}; in createEglContext() local
248 EGL14.eglCreateContext(eglDisplay, eglConfig, rootContext, contextAttributes, 0); in createEglContext()
DEglBase10.java289 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/
Dunittests.cpp112 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/
DOGLES2HelloAPI_LinuxX11.cpp338 EGLint contextAttributes[] = in SetupEGLContext() local
345 eglContext = eglCreateContext(eglDisplay, eglConfig, NULL, contextAttributes); in SetupEGLContext()
DOGLES2HelloAPI_OSX.mm250 EGLint contextAttributes[] =
257 eglContext = eglCreateContext(eglDisplay, eglConfig, NULL, contextAttributes);