Home
last modified time | relevance | path

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

/third_party/flutter/glfw/deps/
Dglad.c49 int GLAD_GL_VERSION_1_1; variable
1059 if(!GLAD_GL_VERSION_1_1) return; in load_GL_VERSION_1_1()
1520 GLAD_GL_VERSION_1_1 = (major == 1 && minor >= 1) || major > 1; in find_coreGL()
/third_party/flutter/glfw/deps/glad/
Dglad.h2303 GLAPI int GLAD_GL_VERSION_1_1; variable