OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:draw_quad
(Results
1 - 3
of
3
) sorted by null
/external/skia/bench/
BezierBench.cpp
23
static const char*
draw_quad
(const BezierRec* rec, int count) {
function
96
DEF_BENCH( return new BezierBench(SkPaint::kButt_Cap, SkPaint::kRound_Join, 2,
draw_quad
); )
97
DEF_BENCH( return new BezierBench(SkPaint::kSquare_Cap, SkPaint::kBevel_Join, 10,
draw_quad
); )
98
DEF_BENCH( return new BezierBench(SkPaint::kRound_Cap, SkPaint::kMiter_Join, 50,
draw_quad
); )
/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
...]
Completed in 706 milliseconds