Home
last modified time | relevance | path

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

/third_party/skia/src/utils/win/
DSkWGL_win.cpp390 int coreProfileAttribs[] = { in create_gl_context() local
397 coreProfileAttribs[1] = kCoreGLVersions[2 * v]; in create_gl_context()
398 coreProfileAttribs[3] = kCoreGLVersions[2 * v + 1]; in create_gl_context()
399 glrc = extensions.createContextAttribs(dc, shareContext, coreProfileAttribs); in create_gl_context()