Home
last modified time | relevance | path

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

/external/skqp/experimental/canvaskit/
Dgpu.js15 var contextAttributes = { variable
35 if (contextAttributes['explicitSwapControl']) {
39 return GL.createContext(canvas, contextAttributes);
/external/skia/modules/canvaskit/
Dgpu.js15 var contextAttributes = { variable
35 if (contextAttributes['explicitSwapControl']) {
41 return GL.createContext(canvas, contextAttributes);
/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/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);
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp156 EGLint contextAttributes[] = in Initialize() local
162 context = eglCreateContext(display, config, NULL, contextAttributes); in Initialize()