Searched refs:contextAttributes (Results 1 – 7 of 7) sorted by relevance
/external/skqp/experimental/canvaskit/ |
D | gpu.js | 15 var contextAttributes = { variable 35 if (contextAttributes['explicitSwapControl']) { 39 return GL.createContext(canvas, contextAttributes);
|
/external/skia/modules/canvaskit/ |
D | gpu.js | 15 var contextAttributes = { variable 35 if (contextAttributes['explicitSwapControl']) { 41 return GL.createContext(canvas, contextAttributes);
|
/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/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);
|
/external/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 156 EGLint contextAttributes[] = in Initialize() local 162 context = eglCreateContext(display, config, NULL, contextAttributes); in Initialize()
|