Searched defs:do_row (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmipmap.c72 * \name Support macros for do_row and do_row_3d
156 do_row(GLenum datatype, GLuint comps, GLint srcWidth, function
766 _mesa_problem(NULL, "bad format in do_row()");
1410 _mesa_problem(NULL, "bad format in do_row()");
1435 do_row(datatype, comps, srcWidth - 2 * border, src, src,
1482 do_row(datatype, comps, srcWidthNB, srcA, srcB,
1506 do_row(datatype, comps, srcWidthNB,
1511 do_row(datatype, comps, srcWidthNB,
1529 do_row(datatype, comps, 1,
1533 do_row(datatyp
[all...]
/external/mesa3d/src/mesa/main/
H A Dmipmap.c65 * \name Support macros for do_row and do_row_3d
149 do_row(GLenum datatype, GLuint comps, GLint srcWidth, function
759 _mesa_problem(NULL, "bad format in do_row()");
1403 _mesa_problem(NULL, "bad format in do_row()");
1428 do_row(datatype, comps, srcWidth - 2 * border, src, src,
1475 do_row(datatype, comps, srcWidthNB, srcA, srcB,
1499 do_row(datatype, comps, srcWidthNB,
1504 do_row(datatype, comps, srcWidthNB,
1522 do_row(datatype, comps, 1,
1526 do_row(datatyp
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c100 * \name Support macros for do_row and do_row_3d
169 do_row(enum dtype datatype, uint comps, int srcWidth, function
522 debug_printf("bad format in do_row()");
971 do_row(datatype, comps,
1011 do_row(datatype, comps,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c100 * \name Support macros for do_row and do_row_3d
169 do_row(enum dtype datatype, uint comps, int srcWidth, function
522 debug_printf("bad format in do_row()");
971 do_row(datatype, comps,
1011 do_row(datatype, comps,

Completed in 72 milliseconds