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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 348 struct gl_hint_attrib *attr;
349 attr = MALLOC_STRUCT( gl_hint_attrib );
350 memcpy( attr, &ctx->Hint, sizeof(struct gl_hint_attrib) );
    [all...]
mtypes.h 913 struct gl_hint_attrib struct
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 348 struct gl_hint_attrib *attr;
349 attr = MALLOC_STRUCT( gl_hint_attrib );
350 memcpy( attr, &ctx->Hint, sizeof(struct gl_hint_attrib) );
    [all...]
mtypes.h 913 struct gl_hint_attrib struct
    [all...]

Completed in 138 milliseconds