glsl_types.cpp | 36 hash_table *glsl_type::record_types = NULL; member in class:glsl_type 241 if (glsl_type::record_types != NULL) { 242 hash_table_dtor(glsl_type::record_types); 243 glsl_type::record_types = NULL; member in class:glsl_type 423 if (record_types == NULL) { 424 record_types = hash_table_ctor(64, record_key_hash, record_key_compare); 427 const glsl_type *t = (glsl_type *) hash_table_find(record_types, & key); 431 hash_table_insert(record_types, (void *) t, t);
|