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

  /external/mesa3d/src/mesa/program/
prog_parameter.cpp 16 paramList->Parameters = hieralloc_realloc(paramList, paramList->Parameters,
  /external/mesa3d/src/talloc/
hieralloc.h 25 #define hieralloc_realloc(ctx, p, type, count) (type *)hieralloc_reallocate(ctx, p, sizeof(type) * count, "re:"#type) macro
  /external/mesa3d/src/glsl/
glsl_compiler.cpp 244 hieralloc_realloc(whole_program, whole_program->Shaders,
linker.cpp     [all...]
  /external/mesa3d/src/pixelflinger2/
shader.cpp 237 program->Shaders = (gl_shader **)hieralloc_realloc
    [all...]

Completed in 957 milliseconds