Searched refs:kCoreGLVersions (Results 1 – 1 of 1) sorted by relevance
382 static const int kCoreGLVersions[] = { in create_gl_context() local396 for (size_t v = 0; v < SK_ARRAY_COUNT(kCoreGLVersions) / 2; ++v) { in create_gl_context()397 coreProfileAttribs[1] = kCoreGLVersions[2 * v]; in create_gl_context()398 coreProfileAttribs[3] = kCoreGLVersions[2 * v + 1]; in create_gl_context()