/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_clear.c | 136 draw_quad(struct st_context *st, function 314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
|
st_cb_drawpixels.c | 566 draw_quad(struct gl_context *ctx, GLfloat x0, GLfloat y0, GLfloat z, function 802 draw_quad(ctx, x0, y0, z, x1, y1, color, invertTex, [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_clear.c | 136 draw_quad(struct st_context *st, function 314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
|
st_cb_drawpixels.c | 566 draw_quad(struct gl_context *ctx, GLfloat x0, GLfloat y0, GLfloat z, function 802 draw_quad(ctx, x0, y0, z, x1, y1, color, invertTex, [all...] |
/external/chromium_org/cc/layers/ |
picture_layer_impl.cc | 234 scoped_ptr<DrawQuad> draw_quad; local 252 draw_quad = quad.PassAs<DrawQuad>(); 274 draw_quad = quad.PassAs<DrawQuad>(); 283 draw_quad = quad.PassAs<DrawQuad>(); 288 DCHECK(draw_quad); 289 quad_sink->Append(draw_quad.Pass(), append_quads_data); [all...] |