Searched refs:tempSrc (Results 1 – 2 of 2) sorted by relevance
791 GLfloat *tempSrc = in fallback_copy_texsubimage() local794 if (tempSrc && texDest) { in fallback_copy_texsubimage()810 tempSrc); in fallback_copy_texsubimage()824 GL_RGBA, GL_FLOAT, tempSrc, /* src */ in fallback_copy_texsubimage()831 if (tempSrc) in fallback_copy_texsubimage()832 free(tempSrc); in fallback_copy_texsubimage()
4324 const char* tempSrc = cSource;4347 if(*ctarget != *tempSrc){4348 …("j915[%d] Expected : \\x%02X \t Got: \\x%02X\n", (int)(ctarget-cTarget), *ctarget,(int)*tempSrc) ;4351 ++tempSrc;