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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texture.c63 texture_slices(const struct gl_texture_image *texImage) function in typeref:typename:unsigned int
92 GLuint slices = texture_slices(texImage);
151 swImg->ImageSlices = calloc(texture_slices(texImage), sizeof(void *));
191 assert(slice < texture_slices(texImage));
287 calloc(texture_slices(texImage), sizeof(void *));
292 slices = texture_slices(texImage);
343 slices = texture_slices(texImage);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texture.c65 texture_slices(const struct gl_texture_image *texImage) function in typeref:typename:unsigned int
94 GLuint slices = texture_slices(texImage);
153 swImg->ImageSlices = calloc(texture_slices(texImage), sizeof(void *));
193 assert(slice < texture_slices(texImage));
289 calloc(texture_slices(texImage), sizeof(void *));
294 slices = texture_slices(texImage);
345 slices = texture_slices(texImage);

Completed in 2 milliseconds