Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c791 GLfloat *tempSrc = in fallback_copy_texsubimage() local
794 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()
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c4324 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;