match_prefix      421 src/runtime/opengl.cpp     if ((name = match_prefix(src, "float "))) {
match_prefix      423 src/runtime/opengl.cpp     } else if ((name = match_prefix(src, "bool "))) {
match_prefix      425 src/runtime/opengl.cpp     } else if ((name = match_prefix(src, "int8_t "))) {
match_prefix      427 src/runtime/opengl.cpp     } else if ((name = match_prefix(src, "int16_t "))) {
match_prefix      429 src/runtime/opengl.cpp     } else if ((name = match_prefix(src, "int32_t "))) {
match_prefix      431 src/runtime/opengl.cpp     } else if ((name = match_prefix(src, "uint8_t "))) {
match_prefix      433 src/runtime/opengl.cpp     } else if ((name = match_prefix(src, "uint16_t "))) {
match_prefix      435 src/runtime/opengl.cpp     } else if ((name = match_prefix(src, "uint32_t "))) {
match_prefix      469 src/runtime/opengl.cpp         if ((args = match_prefix(line, kernel_marker))) {
match_prefix      472 src/runtime/opengl.cpp         } else if ((args = match_prefix(line, uniform_marker))) {
match_prefix      482 src/runtime/opengl.cpp         } else if ((args = match_prefix(line, varying_marker))) {
match_prefix      492 src/runtime/opengl.cpp         } else if ((args = match_prefix(line, input_marker))) {
match_prefix      501 src/runtime/opengl.cpp         } else if ((args = match_prefix(line, output_marker))) {
match_prefix      694 src/runtime/opengl.cpp     const char *gles_version = match_prefix(version, "OpenGL ES ");