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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstore.c762 void *tempRGBA = NULL; local in function:texstore_rgba
767 tempRGBA = malloc(4 * elementCount * sizeof(float));
768 if (!tempRGBA) {
775 dst = (GLubyte *) tempRGBA;
786 (float(*)[4]) tempRGBA);
791 srcAddr = tempRGBA;
821 free(tempRGBA);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexstore.c760 void *tempRGBA = NULL; local in function:texstore_rgba
765 tempRGBA = malloc(4 * elementCount * sizeof(float));
766 if (!tempRGBA) {
773 dst = (GLubyte *) tempRGBA;
784 (float(*)[4]) tempRGBA);
789 srcAddr = tempRGBA;
819 free(tempRGBA);

Completed in 5 milliseconds