/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_types.cpp | 36 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);
|
glsl_types.h | 501 static struct hash_table *record_types; member in struct:glsl_type
|
/external/mesa3d/src/glsl/ |
glsl_types.cpp | 36 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);
|
glsl_types.h | 501 static struct hash_table *record_types; member in struct:glsl_type
|