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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_drawable.c 46 const enum st_attachment_type *statts,
60 statt_mask |= (1 << statts[i]);
78 drawable->allocate_textures(drawable, statts, count);
96 pipe_resource_reference(&out[i], drawable->textures[statts[i]]);
181 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; local
191 statts[count++] = i;
194 statts[count++] = statt;
198 drawable->base.validate(&drawable->base, statts, count, NULL);
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.c 46 const enum st_attachment_type *statts,
60 statt_mask |= (1 << statts[i]);
78 drawable->allocate_textures(drawable, statts, count);
96 pipe_resource_reference(&out[i], drawable->textures[statts[i]]);
181 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; local
191 statts[count++] = i;
194 statts[count++] = statt;
198 drawable->base.validate(&drawable->base, statts, count, NULL);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_context.h 220 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; member in struct:st_framebuffer
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 220 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; member in struct:st_framebuffer

Completed in 74 milliseconds