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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c 245 struct gl_current_attrib *attr;
247 attr = MALLOC_STRUCT( gl_current_attrib );
248 memcpy( attr, &ctx->Current, sizeof(struct gl_current_attrib) );
    [all...]
mtypes.h 804 struct gl_current_attrib struct
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 245 struct gl_current_attrib *attr;
247 attr = MALLOC_STRUCT( gl_current_attrib );
248 memcpy( attr, &ctx->Current, sizeof(struct gl_current_attrib) );
    [all...]
mtypes.h 804 struct gl_current_attrib struct
    [all...]

Completed in 45 milliseconds