Searched defs:make_2d_mipmap (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dmipmap.c1445 make_2d_mipmap(GLenum datatype, GLuint comps, GLint border, function
1617 /* Luckily we can leverage the make_2d_mipmap() function here! */
1620 make_2d_mipmap(datatype, comps, 1,
1624 make_2d_mipmap(datatype, comps, 1,
1728 make_2d_mipmap(datatype, comps, border,
1750 make_2d_mipmap(datatype, comps, border,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c1140 make_2d_mipmap(struct gen_mipmap_state *ctx, function
1247 make_2d_mipmap(ctx, pt, layer, baseLevel, lastLevel);

Completed in 105 milliseconds