Home | History | Annotate | Download | only in main

Lines Matching refs:total

859    GLuint *total = (GLuint *) userData;
861 *total = *total + texture_size(texObj);
866 * Compute total size (in bytes) of all textures for the given context.
872 GLuint tgt, total = 0;
874 _mesa_HashWalk(ctx->Shared->TexObjects, count_tex_size, &total);
878 total += texture_size(ctx->Shared->DefaultTex[tgt]);
881 return total;