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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_context.h 262 #define ST_CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T))
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 262 #define ST_CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T))

Completed in 29 milliseconds