HomeSort by relevance Sort by last modified time
    Searched refs:st_framebuffer (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_viewport.c 37 * Cast wrapper to convert a struct gl_framebuffer to an st_framebuffer.
42 static INLINE struct st_framebuffer *
47 return (struct st_framebuffer *) fb;
55 struct st_framebuffer *stdraw;
56 struct st_framebuffer *stread;
st_manager.c 58 * Cast wrapper to convert a struct gl_framebuffer to an st_framebuffer.
63 static INLINE struct st_framebuffer *
68 return (struct st_framebuffer *) fb;
149 struct st_framebuffer *stdraw,
150 struct st_framebuffer *stread)
181 st_framebuffer_validate(struct st_framebuffer *stfb,
258 st_framebuffer_update_attachments(struct st_framebuffer *stfb)
283 st_framebuffer_add_renderbuffer(struct st_framebuffer *stfb,
410 static struct st_framebuffer *
413 struct st_framebuffer *stfb
    [all...]
st_context.h 214 struct st_framebuffer struct
  /external/mesa3d/src/mesa/state_tracker/
st_cb_viewport.c 37 * Cast wrapper to convert a struct gl_framebuffer to an st_framebuffer.
42 static INLINE struct st_framebuffer *
47 return (struct st_framebuffer *) fb;
55 struct st_framebuffer *stdraw;
56 struct st_framebuffer *stread;
st_manager.c 58 * Cast wrapper to convert a struct gl_framebuffer to an st_framebuffer.
63 static INLINE struct st_framebuffer *
68 return (struct st_framebuffer *) fb;
149 struct st_framebuffer *stdraw,
150 struct st_framebuffer *stread)
181 st_framebuffer_validate(struct st_framebuffer *stfb,
258 st_framebuffer_update_attachments(struct st_framebuffer *stfb)
283 st_framebuffer_add_renderbuffer(struct st_framebuffer *stfb,
410 static struct st_framebuffer *
413 struct st_framebuffer *stfb
    [all...]
st_context.h 214 struct st_framebuffer struct
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_drawable.h 36 struct st_framebuffer;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_manager.c 86 struct st_framebuffer *stfb = ctx->draw_buffer;
107 struct st_framebuffer *stfb = ctx->draw_buffer;
271 struct st_framebuffer *stfb;
303 stfb = CALLOC_STRUCT(st_framebuffer);
renderer.h 37 struct st_framebuffer;
51 const struct st_framebuffer *stfb,
vg_context.c 290 struct st_framebuffer *stfb = ctx->draw_buffer;
346 struct st_framebuffer *stfb = ctx->draw_buffer;
402 struct st_framebuffer *stfb = ctx->draw_buffer;
447 struct st_framebuffer *stfb = ctx->draw_buffer;
474 struct st_framebuffer *stfb = ctx->draw_buffer;
492 struct st_framebuffer *stfb = ctx->draw_buffer;
504 struct st_framebuffer *stfb = ctx->draw_buffer;
vg_context.h 54 struct st_framebuffer { struct
109 struct st_framebuffer *draw_buffer;
shader.c 224 struct st_framebuffer *stfb = ctx->draw_buffer;
405 const struct st_framebuffer *stfb = shader->context->draw_buffer;
mask.c 104 struct st_framebuffer *stfb = ctx->draw_buffer;
153 struct st_framebuffer *stfb = ctx->draw_buffer;
450 struct st_framebuffer *stfb = ctx->draw_buffer;
api_images.c 399 struct st_framebuffer *stfb = ctx->draw_buffer;
471 struct st_framebuffer *stfb = ctx->draw_buffer;
api_masks.c 75 struct st_framebuffer *stfb = ctx->draw_buffer;
renderer.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.h 36 struct st_framebuffer;
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_manager.c 86 struct st_framebuffer *stfb = ctx->draw_buffer;
107 struct st_framebuffer *stfb = ctx->draw_buffer;
271 struct st_framebuffer *stfb;
303 stfb = CALLOC_STRUCT(st_framebuffer);
renderer.h 37 struct st_framebuffer;
51 const struct st_framebuffer *stfb,
vg_context.c 290 struct st_framebuffer *stfb = ctx->draw_buffer;
346 struct st_framebuffer *stfb = ctx->draw_buffer;
402 struct st_framebuffer *stfb = ctx->draw_buffer;
447 struct st_framebuffer *stfb = ctx->draw_buffer;
474 struct st_framebuffer *stfb = ctx->draw_buffer;
492 struct st_framebuffer *stfb = ctx->draw_buffer;
504 struct st_framebuffer *stfb = ctx->draw_buffer;
vg_context.h 54 struct st_framebuffer { struct
109 struct st_framebuffer *draw_buffer;
shader.c 224 struct st_framebuffer *stfb = ctx->draw_buffer;
405 const struct st_framebuffer *stfb = shader->context->draw_buffer;
mask.c 104 struct st_framebuffer *stfb = ctx->draw_buffer;
153 struct st_framebuffer *stfb = ctx->draw_buffer;
450 struct st_framebuffer *stfb = ctx->draw_buffer;
api_images.c 399 struct st_framebuffer *stfb = ctx->draw_buffer;
471 struct st_framebuffer *stfb = ctx->draw_buffer;
api_masks.c 75 struct st_framebuffer *stfb = ctx->draw_buffer;

Completed in 493 milliseconds

1 2