Home
last modified time | relevance | path

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

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