OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ralloc_free
(Results
1 - 25
of
120
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/mesa/src/src/glsl/
ir_variable_refcount.h
63
ralloc_free
(this->mem_ctx);
glsl_symbol_table.h
55
* easier to just
ralloc_free
'ctx' (or any of its ancestors). */
69
*
ralloc_free
in that case. Here, C++ will have already called the
74
ralloc_free
(table);
ir_function_detect_recursion.cpp
144
* easier to just
ralloc_free
'ctx' (or any of its ancestors). */
156
*
ralloc_free
in that case. */
159
ralloc_free
(node);
185
ralloc_free
(this->mem_ctx);
303
ralloc_free
(proto);
321
ralloc_free
(proto);
main.cpp
198
ralloc_free
(shader->InfoLog);
205
ralloc_free
(state);
283
ralloc_free
(whole_program->_LinkedShaders[i]);
285
ralloc_free
(whole_program);
glsl_symbol_table.cpp
30
* easier to just
ralloc_free
'ctx' (or any of its ancestors). */
38
/* If the user *does* call delete, that's OK, we will just
ralloc_free
. */
41
ralloc_free
(entry);
65
ralloc_free
(mem_ctx);
opt_dead_functions.cpp
59
ralloc_free
(this->mem_ctx);
ralloc.h
34
*
ralloc_free
on any particular object to free it and all of its
227
void
ralloc_free
(void *ptr);
/external/mesa3d/src/glsl/
ir_variable_refcount.h
63
ralloc_free
(this->mem_ctx);
glsl_symbol_table.h
55
* easier to just
ralloc_free
'ctx' (or any of its ancestors). */
69
*
ralloc_free
in that case. Here, C++ will have already called the
74
ralloc_free
(table);
ir_function_detect_recursion.cpp
144
* easier to just
ralloc_free
'ctx' (or any of its ancestors). */
156
*
ralloc_free
in that case. */
159
ralloc_free
(node);
185
ralloc_free
(this->mem_ctx);
303
ralloc_free
(proto);
321
ralloc_free
(proto);
main.cpp
198
ralloc_free
(shader->InfoLog);
205
ralloc_free
(state);
283
ralloc_free
(whole_program->_LinkedShaders[i]);
285
ralloc_free
(whole_program);
glsl_symbol_table.cpp
30
* easier to just
ralloc_free
'ctx' (or any of its ancestors). */
38
/* If the user *does* call delete, that's OK, we will just
ralloc_free
. */
41
ralloc_free
(entry);
65
ralloc_free
(mem_ctx);
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp.c
119
ralloc_free
(ctx);
glcpp-parse.y
196
ralloc_free
($1);
243
ralloc_free
(macro);
245
ralloc_free
($2);
287
ralloc_free
($2);
292
ralloc_free
($2);
340
ralloc_free
(macro);
858
ralloc_free
(tail);
1203
ralloc_free
(parser);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
sampler.cpp
54
ralloc_free
(this->mem_ctx);
/external/mesa3d/src/glsl/glcpp/
glcpp.c
119
ralloc_free
(ctx);
glcpp-parse.y
196
ralloc_free
($1);
243
ralloc_free
(macro);
245
ralloc_free
($2);
287
ralloc_free
($2);
292
ralloc_free
($2);
340
ralloc_free
(macro);
858
ralloc_free
(tail);
1203
ralloc_free
(parser);
[
all
...]
/external/mesa3d/src/mesa/program/
sampler.cpp
54
ralloc_free
(this->mem_ctx);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp
111
ralloc_free
(brw->vs.ra_reg_to_grf);
113
ralloc_free
(brw->vs.regs);
115
ralloc_free
(brw->vs.classes);
216
ralloc_free
(g);
242
ralloc_free
(g);
brw_fs_cse.cpp
159
ralloc_free
(entry);
166
ralloc_free
(mem_ctx);
brw_gs.c
126
ralloc_free
(mem_ctx);
150
ralloc_free
(mem_ctx);
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp
111
ralloc_free
(brw->vs.ra_reg_to_grf);
113
ralloc_free
(brw->vs.regs);
115
ralloc_free
(brw->vs.classes);
216
ralloc_free
(g);
242
ralloc_free
(g);
brw_fs_cse.cpp
159
ralloc_free
(entry);
166
ralloc_free
(mem_ctx);
brw_gs.c
126
ralloc_free
(mem_ctx);
150
ralloc_free
(mem_ctx);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderobj.c
130
ralloc_free
(sh);
286
ralloc_free
(shProg->UniformStorage);
297
ralloc_free
(shProg->InfoLog);
370
ralloc_free
(shProg);
Completed in 571 milliseconds
1
2
3
4
5