Searched refs:tempRGBA (Results 1 – 1 of 1) sorted by relevance
760 void *tempRGBA = NULL; in texstore_rgba() local765 tempRGBA = malloc(4 * elementCount * sizeof(float)); in texstore_rgba()766 if (!tempRGBA) { in texstore_rgba()773 dst = (GLubyte *) tempRGBA; in texstore_rgba()784 (float(*)[4]) tempRGBA); in texstore_rgba()789 srcAddr = tempRGBA; in texstore_rgba()819 free(tempRGBA); in texstore_rgba()