HomeSort by relevance Sort by last modified time
    Searched refs:ralloc_strdup (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 124 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);
glcpp.c 102 char *info_log = ralloc_strdup(ctx, "");
pp.c 103 char *clean = ralloc_strdup(ctx, "");
glcpp-parse.y 610 node->str = ralloc_strdup (node, str);
1141 parser->output = ralloc_strdup(parser, "");
1143 parser->info_log = ralloc_strdup(parser, "");
    [all...]
  /external/mesa3d/src/glsl/
ralloc.h 260 char *ralloc_strdup(const void *ctx, const char *str);
glsl_types.cpp 59 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));
link_uniforms.cpp 67 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);
s_expression.cpp 143 char *symbol_buffer = ralloc_strdup(ctx, src);
lower_clip_distance.cpp 105 = ralloc_strdup(this->new_clip_distance_var, "gl_ClipDistanceMESA");
main.cpp 232 whole_program->InfoLog = ralloc_strdup(whole_program, "");
glsl_parser_extras.cpp 53 this->info_log = ralloc_strdup(mem_ctx, "");
93 char *supported = ralloc_strdup(this, "");
ir.cpp 1246 this->field = ralloc_strdup(this, field);
1258 this->field = ralloc_strdup(this, field);
    [all...]
ralloc.c 302 ralloc_strdup(const void *ctx, const char *str) function
linker.cpp     [all...]
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/mesa/main/
shaderobj.c 255 prog->InfoLog = ralloc_strdup(prog, "");
298 shProg->InfoLog = ralloc_strdup(shProg, "");
shaderapi.c 1003 shProg->InfoLog = ralloc_strdup(shProg, errMsg);
    [all...]

Completed in 232 milliseconds