Searched refs:ralloc_strdup (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp-lex.l124 yylval->str = ralloc_strdup (yyextra, yytext);
132 yylval->str = ralloc_strdup (yyextra, yytext);
195 yylval->str = ralloc_strdup (yyextra, yytext);
201 yylval->str = ralloc_strdup (yyextra, yytext);
216 yylval->str = ralloc_strdup (yyextra, yytext);
221 yylval->str = ralloc_strdup (yyextra, yytext);
226 yylval->str = ralloc_strdup (yyextra, yytext);
271 yylval->str = ralloc_strdup (yyextra, yytext);
280 yylval->str = ralloc_strdup (yyextra, yytext);
H A Dglcpp.c102 char *info_log = ralloc_strdup(ctx, "");
H A Dpp.c103 char *clean = ralloc_strdup(ctx, "");
H A Dglcpp-parse.y610 node->str = ralloc_strdup (node, str);
1141 parser->output = ralloc_strdup(parser, "");
1143 parser->info_log = ralloc_strdup(parser, "");
1543 str = ralloc_strdup (parser, token->value.str);
1583 node->identifier = ralloc_strdup (node, identifier);
1756 macro->identifier = ralloc_strdup (macro, identifier);
1790 macro->identifier = ralloc_strdup (macro, identifier);
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.l124 yylval->str = ralloc_strdup (yyextra, yytext);
132 yylval->str = ralloc_strdup (yyextra, yytext);
195 yylval->str = ralloc_strdup (yyextra, yytext);
201 yylval->str = ralloc_strdup (yyextra, yytext);
216 yylval->str = ralloc_strdup (yyextra, yytext);
221 yylval->str = ralloc_strdup (yyextra, yytext);
226 yylval->str = ralloc_strdup (yyextra, yytext);
271 yylval->str = ralloc_strdup (yyextra, yytext);
280 yylval->str = ralloc_strdup (yyextra, yytext);
H A Dglcpp.c102 char *info_log = ralloc_strdup(ctx, "");
H A Dpp.c103 char *clean = ralloc_strdup(ctx, "");
H A Dglcpp-parse.y610 node->str = ralloc_strdup (node, str);
1141 parser->output = ralloc_strdup(parser, "");
1143 parser->info_log = ralloc_strdup(parser, "");
1543 str = ralloc_strdup (parser, token->value.str);
1583 node->identifier = ralloc_strdup (node, identifier);
1756 macro->identifier = ralloc_strdup (macro, identifier);
1790 macro->identifier = ralloc_strdup (macro, identifier);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dralloc.h260 char *ralloc_strdup(const void *ctx, const char *str);
H A Dglsl_types.cpp59 this->name = ralloc_strdup(this->mem_ctx, name);
77 this->name = ralloc_strdup(this->mem_ctx, name);
92 this->name = ralloc_strdup(this->mem_ctx, name);
97 this->fields.structure[i].name = ralloc_strdup(this->fields.structure,
474 hash_table_insert(array_types, (void *) t, ralloc_strdup(mem_ctx, key));
H A Dlink_uniforms.cpp67 char *name = ralloc_strdup(NULL, var->name);
327 this->uniforms[id].name = ralloc_strdup(this->uniforms, name);
443 ubo_var->Name = ralloc_strdup(*linked_blocks, ubo_var->Name);
H A Ds_expression.cpp143 char *symbol_buffer = ralloc_strdup(ctx, src);
H A Dlower_clip_distance.cpp105 = ralloc_strdup(this->new_clip_distance_var, "gl_ClipDistanceMESA");
H A Dmain.cpp232 whole_program->InfoLog = ralloc_strdup(whole_program, "");
H A Dglsl_parser_extras.cpp53 this->info_log = ralloc_strdup(mem_ctx, "");
93 char *supported = ralloc_strdup(this, "");
/external/mesa3d/src/glsl/
H A Dralloc.h260 char *ralloc_strdup(const void *ctx, const char *str);
H A Dglsl_types.cpp59 this->name = ralloc_strdup(this->mem_ctx, name);
77 this->name = ralloc_strdup(this->mem_ctx, name);
92 this->name = ralloc_strdup(this->mem_ctx, name);
97 this->fields.structure[i].name = ralloc_strdup(this->fields.structure,
474 hash_table_insert(array_types, (void *) t, ralloc_strdup(mem_ctx, key));
H A Dlink_uniforms.cpp67 char *name = ralloc_strdup(NULL, var->name);
327 this->uniforms[id].name = ralloc_strdup(this->uniforms, name);
443 ubo_var->Name = ralloc_strdup(*linked_blocks, ubo_var->Name);
H A Ds_expression.cpp143 char *symbol_buffer = ralloc_strdup(ctx, src);
H A Dlower_clip_distance.cpp105 = ralloc_strdup(this->new_clip_distance_var, "gl_ClipDistanceMESA");
H A Dmain.cpp232 whole_program->InfoLog = ralloc_strdup(whole_program, "");
H A Dglsl_parser_extras.cpp53 this->info_log = ralloc_strdup(mem_ctx, "");
93 char *supported = ralloc_strdup(this, "");
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c1030 yylval->str = ralloc_strdup (yyextra, yytext);
1041 yylval->str = ralloc_strdup (yyextra, yytext);
1144 yylval->str = ralloc_strdup (yyextra, yytext);
1153 yylval->str = ralloc_strdup (yyextra, yytext);
1177 yylval->str = ralloc_strdup (yyextra, yytext);
1185 yylval->str = ralloc_strdup (yyextra, yytext);
1193 yylval->str = ralloc_strdup (yyextra, yytext);
1271 yylval->str = ralloc_strdup (yyextra, yytext);
1286 yylval->str = ralloc_strdup (yyextra, yytext);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderobj.c255 prog->InfoLog = ralloc_strdup(prog, "");
298 shProg->InfoLog = ralloc_strdup(shProg, "");
/external/mesa3d/src/mesa/main/
H A Dshaderobj.c255 prog->InfoLog = ralloc_strdup(prog, "");
298 shProg->InfoLog = ralloc_strdup(shProg, "");

Completed in 208 milliseconds

12