Searched defs:record_types (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_types.cpp36 hash_table *glsl_type::record_types = NULL; member in class:glsl_type
358 if (glsl_type::record_types != NULL) {
359 hash_table_dtor(glsl_type::record_types);
360 glsl_type::record_types = NULL; member in class:glsl_type
540 if (record_types == NULL) {
541 record_types = hash_table_ctor(64, record_key_hash, record_key_compare);
544 const glsl_type *t = (glsl_type *) hash_table_find(record_types, & key);
548 hash_table_insert(record_types, (void *) t, t);
H A Dglsl_types.h501 static struct hash_table *record_types; member in struct:glsl_type
/external/mesa3d/src/glsl/
H A Dglsl_types.cpp36 hash_table *glsl_type::record_types = NULL; member in class:glsl_type
358 if (glsl_type::record_types != NULL) {
359 hash_table_dtor(glsl_type::record_types);
360 glsl_type::record_types = NULL; member in class:glsl_type
540 if (record_types == NULL) {
541 record_types = hash_table_ctor(64, record_key_hash, record_key_compare);
544 const glsl_type *t = (glsl_type *) hash_table_find(record_types, & key);
548 hash_table_insert(record_types, (void *) t, t);
H A Dglsl_types.h501 static struct hash_table *record_types; member in struct:glsl_type

Completed in 84 milliseconds