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

  /external/mesa3d/src/glsl/
ir_variable_refcount.h 63 hieralloc_free(this->mem_ctx);
glsl_symbol_table.h 57 * easier to just hieralloc_free 'ctx' (or any of its ancestors). */
70 * hieralloc_free in that case. Here, C++ will have already called the
75 hieralloc_free(table);
main.cpp 106 hieralloc_free(shader->InfoLog);
113 hieralloc_free(state);
glsl_compiler.cpp 207 hieralloc_free(shader->InfoLog);
214 hieralloc_free(state);
291 hieralloc_free(whole_program->_LinkedShaders[i]);
293 hieralloc_free(whole_program);
opt_dead_functions.cpp 57 hieralloc_free(this->mem_ctx);
glsl_parser_extras.h 50 * easier to just hieralloc_free 'ctx' (or any of its ancestors). */
60 * hieralloc_free in that case. */
63 hieralloc_free(mem);
list.h 84 * easier to just hieralloc_free 'ctx' (or any of its ancestors). */
96 * hieralloc_free in that case. */
99 hieralloc_free(node);
293 * easier to just hieralloc_free 'ctx' (or any of its ancestors). */
305 * hieralloc_free in that case. */
308 hieralloc_free(node);
opt_structure_splitting.cpp 83 hieralloc_free(mem_ctx);
358 hieralloc_free(mem_ctx);
glsl_symbol_table.cpp 30 * easier to just hieralloc_free 'ctx' (or any of its ancestors). */
39 * hieralloc_free in that case. Here, C++ will have already called the
44 hieralloc_free(table);
66 //hieralloc_free(mem_ctx); parent context free will free this
glsl_types.h 81 * easier to just hieralloc_free 'mem_ctx' (or any of its ancestors). */
98 * hieralloc_free in that case. */
101 hieralloc_free(type);
opt_dead_code_local.cpp 215 hieralloc_free(ctx);
loop_controls.cpp 150 hieralloc_free(mem_ctx);
opt_copy_propagation.cpp 80 hieralloc_free(mem_ctx);
ast.h 53 * easier to just hieralloc_free 'ctx' (or any of its ancestors). */
65 * hieralloc_free in that case. */
68 hieralloc_free(table);
loop_analysis.cpp 47 hieralloc_free(this->mem_ctx);
opt_constant_propagation.cpp 87 hieralloc_free(mem_ctx);
ast_function.cpp 198 hieralloc_free(str);
214 hieralloc_free(str);
    [all...]
builtin_function.cpp     [all...]
linker.cpp     [all...]
ir_reader.cpp 91 hieralloc_free(expr);
    [all...]
  /external/mesa3d/src/mesa/main/
shaderobj.c 35 hieralloc_free(shader);
  /external/mesa3d/src/talloc/
hieralloc.h 38 int hieralloc_free(void * ptr);
hieralloc.c 225 int hieralloc_free(void * ptr) function
249 if (hieralloc_free(current + 1))
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c     [all...]
  /external/mesa3d/src/pixelflinger2/
shader.cpp 82 hieralloc_free(const_cast<gl_context *>(ctx));
153 hieralloc_free(const_cast<GLchar *>(shader->Source));
211 hieralloc_free(program);
216 hieralloc_free(program);
600 hieralloc_free(program);
    [all...]

Completed in 198 milliseconds