Home
last modified time | relevance | path

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

/third_party/flutter/glfw/src/
Degl_context.c222 static int extensionSupportedEGL(const char* extension) in extensionSupportedEGL() function
397 extensionSupportedEGL("EGL_KHR_create_context"); in _glfwInitEGL()
399 extensionSupportedEGL("EGL_KHR_create_context_no_error"); in _glfwInitEGL()
401 extensionSupportedEGL("EGL_KHR_gl_colorspace"); in _glfwInitEGL()
657 window->context.extensionSupported = extensionSupportedEGL; in _glfwCreateContextEGL()