/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_types.cpp | 35 hash_table *glsl_type::array_types = NULL; member in class:glsl_type 353 if (glsl_type::array_types != NULL) { 354 hash_table_dtor(glsl_type::array_types); 355 glsl_type::array_types = NULL; member in class:glsl_type 457 if (array_types == NULL) { 458 array_types = hash_table_ctor(64, hash_table_string_hash, 470 const glsl_type *t = (glsl_type *) hash_table_find(array_types, key); 474 hash_table_insert(array_types, (void *) t, ralloc_strdup(mem_ctx, key));
|
glsl_types.h | 498 static struct hash_table *array_types; member in struct:glsl_type
|
/external/mesa3d/src/glsl/ |
glsl_types.cpp | 35 hash_table *glsl_type::array_types = NULL; member in class:glsl_type 353 if (glsl_type::array_types != NULL) { 354 hash_table_dtor(glsl_type::array_types); 355 glsl_type::array_types = NULL; member in class:glsl_type 457 if (array_types == NULL) { 458 array_types = hash_table_ctor(64, hash_table_string_hash, 470 const glsl_type *t = (glsl_type *) hash_table_find(array_types, key); 474 hash_table_insert(array_types, (void *) t, ralloc_strdup(mem_ctx, key));
|
glsl_types.h | 498 static struct hash_table *array_types; member in struct:glsl_type
|