Searched refs:tempRGBA (Results 1 – 1 of 1) sorted by relevance
675 void *tempImage = NULL, *tempRGBA = NULL; in texstore_rgba() local763 tempRGBA = malloc(4 * elementCount * sizeof(float)); in texstore_rgba()764 if (!tempRGBA) { in texstore_rgba()766 free(tempRGBA); in texstore_rgba()772 dst = (GLubyte *) tempRGBA; in texstore_rgba()783 (float(*)[4]) tempRGBA); in texstore_rgba()788 srcAddr = tempRGBA; in texstore_rgba()817 free(tempRGBA); in texstore_rgba()