Home
last modified time | relevance | path

Searched refs:fContextAttribs (Results 1 – 2 of 2) sorted by relevance

/external/skia/platform_tools/android/apps/visualbench/src/main/jni/
DSkOSWindow_AndroidNative.cpp37 const EGLint* fContextAttribs; in attach() member
114 context = eglCreateContext(display, config, nullptr, kAPIs[api].fContextAttribs); in attach()
/external/skia/src/gpu/gl/egl/
DSkCreatePlatformGLContext_egl.cpp74 const EGLint* fContextAttribs; in EGLGLContext() member
144 fContext = eglCreateContext(fDisplay, surfaceConfig, nullptr, kAPIs[api].fContextAttribs); in EGLGLContext()