Searched defs:get_array_instance (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_types.cpp454 glsl_type::get_array_instance(const glsl_type *base, unsigned array_size) function in class:glsl_type
703 array_type = glsl_type::get_array_instance(vec_type, r);
706 array_type = glsl_type::get_array_instance(vec_type, c);
802 const glsl_type *array_type = glsl_type::get_array_instance(vec_type,
/external/mesa3d/src/glsl/
H A Dglsl_types.cpp454 glsl_type::get_array_instance(const glsl_type *base, unsigned array_size) function in class:glsl_type
703 array_type = glsl_type::get_array_instance(vec_type, r);
706 array_type = glsl_type::get_array_instance(vec_type, c);
802 const glsl_type *array_type = glsl_type::get_array_instance(vec_type,

Completed in 117 milliseconds