Searched defs:glsl_type (Results 1 – 3 of 3) sorted by relevance
68 struct glsl_type { struct84 if (glsl_type::mem_ctx == NULL) { in new() argument99 static void operator delete(void *type) in delete()134 const struct glsl_type *array; /**< Type of array elements. */ argument144 static const glsl_type *const error_type; argument145 static const glsl_type *const int_type; argument146 static const glsl_type *const ivec4_type; argument147 static const glsl_type *const uint_type; argument148 static const glsl_type *const uvec2_type; argument149 static const glsl_type *const uvec3_type; argument[all …]
48 glsl_type::glsl_type(GLenum gl_type, in glsl_type() function in glsl_type66 glsl_type::glsl_type(GLenum gl_type, in glsl_type() function in glsl_type81 glsl_type::glsl_type(const glsl_struct_field *fields, unsigned num_fields, in glsl_type() function in glsl_type248 glsl_type::glsl_type(const glsl_type *array, unsigned length) : in glsl_type() function in glsl_type
1781 ast_type_specifier::glsl_type(const char **name, in glsl_type() function in ast_type_specifier