Searched refs:gl_version (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.cpp | 92 this->gl_version = 20; in _mesa_glsl_parse_state() 402 this->gl_version = this->supported_versions[i].gl_ver; in set_valid_gl_and_glsl_versions() 624 gl_api api, uint8_t gl_version) const; 796 const _mesa_glsl_parse_state *state, gl_api api, uint8_t gl_version) const in compatible_with_state() 798 return this->available_pred(state->exts, api, gl_version); in compatible_with_state() 835 uint8_t gl_version = state->exts->Version; in _mesa_glsl_process_extension() local 861 if (gl_version != 0xff) in _mesa_glsl_process_extension() 862 gl_version = state->gl_version; in _mesa_glsl_process_extension() 875 if (extension->compatible_with_state(state, api, gl_version)) { in _mesa_glsl_process_extension() 883 (extension->compatible_with_state(state, api, gl_version) || in _mesa_glsl_process_extension() [all …]
|
D | glsl_parser_extras.h | 404 unsigned gl_version; member
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_opengl3.cpp | 218 const char* gl_version = (const char*)glGetString(GL_VERSION); in ImGui_ImplOpenGL3_Init() local 219 sscanf(gl_version, "%d.%d", &major, &minor); in ImGui_ImplOpenGL3_Init()
|
/third_party/mesa3d/bin/ |
D | gen_release_notes.py | 324 gl_version=CURRENT_GL_VERSION,
|