Searched refs:tex_array_slice (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfilter.c489 tex_array_slice(GLfloat coord, GLsizei size) function
531 *j = tex_array_slice(texcoord[1], height);
537 *k = tex_array_slice(texcoord[2], depth);
584 *j0 = tex_array_slice(texcoord[1], height);
594 *slice = tex_array_slice(texcoord[2], depth);
2834 array = tex_array_slice(texcoord[2], depth);
2870 array = tex_array_slice(texcoord[2], depth);
3151 array = tex_array_slice(texcoord[1], height);
3184 array = tex_array_slice(texcoord[1], height);
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c489 tex_array_slice(GLfloat coord, GLsizei size) function
531 *j = tex_array_slice(texcoord[1], height);
537 *k = tex_array_slice(texcoord[2], depth);
584 *j0 = tex_array_slice(texcoord[1], height);
594 *slice = tex_array_slice(texcoord[2], depth);
2834 array = tex_array_slice(texcoord[2], depth);
2870 array = tex_array_slice(texcoord[2], depth);
3151 array = tex_array_slice(texcoord[1], height);
3184 array = tex_array_slice(texcoord[1], height);

Completed in 374 milliseconds