HomeSort by relevance Sort by last modified time
    Searched defs:CALLOC_STRUCT (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_memory.h 58 #define CALLOC_STRUCT(T) (struct T *) CALLOC(1, sizeof(struct T))
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 58 #define CALLOC_STRUCT(T) (struct T *) CALLOC(1, sizeof(struct T))
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 59 #define CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T))
  /external/mesa3d/src/mesa/main/
imports.h 59 #define CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T))
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 53 #define CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T))
513 GLX_conf = CALLOC_STRUCT(GLX_egl_config);
601 GLX_dpy = CALLOC_STRUCT(GLX_egl_display);
681 struct GLX_egl_context *GLX_ctx = CALLOC_STRUCT(GLX_egl_context);
837 GLX_surf = CALLOC_STRUCT(GLX_egl_surface);
885 GLX_surf = CALLOC_STRUCT(GLX_egl_surface);
946 GLX_surf = CALLOC_STRUCT(GLX_egl_surface);
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 53 #define CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T))
513 GLX_conf = CALLOC_STRUCT(GLX_egl_config);
601 GLX_dpy = CALLOC_STRUCT(GLX_egl_display);
681 struct GLX_egl_context *GLX_ctx = CALLOC_STRUCT(GLX_egl_context);
837 GLX_surf = CALLOC_STRUCT(GLX_egl_surface);
885 GLX_surf = CALLOC_STRUCT(GLX_egl_surface);
946 GLX_surf = CALLOC_STRUCT(GLX_egl_surface);
    [all...]

Completed in 259 milliseconds