Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstore.c675 void *tempImage = NULL, *tempRGBA = NULL; in texstore_rgba() local
763 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()