Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dglslang_c_shader_types.h203 } glslang_profile_t; typedef
Dglslang_c_interface.h210 glslang_profile_t default_profile;
/third_party/glslang/glslang/CInterface/
Dglslang_c_interface.cpp290 static EProfile c_shader_profile(glslang_profile_t profile) in c_shader_profile()