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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstore.c766 int elementCount = srcWidth * srcHeight * srcDepth; local in function:texstore_rgba
767 tempRGBA = malloc(4 * elementCount * sizeof(float));
785 _mesa_apply_rgba_transfer_ops(ctx, ctx->_ImageTransferState, elementCount,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexstore.c764 int elementCount = srcWidth * srcHeight * srcDepth; local in function:texstore_rgba
765 tempRGBA = malloc(4 * elementCount * sizeof(float));
783 _mesa_apply_rgba_transfer_ops(ctx, ctx->_ImageTransferState, elementCount,

Completed in 5 milliseconds