Searched refs:tempSrc (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
H A D | st_cb_texture.c | 791 GLfloat *tempSrc = local 794 if (tempSrc && texDest) { 810 tempSrc); 824 GL_RGBA, GL_FLOAT, tempSrc, /* src */ 831 if (tempSrc) 832 free(tempSrc);
|
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.c | 791 GLfloat *tempSrc = local 794 if (tempSrc && texDest) { 810 tempSrc); 824 GL_RGBA, GL_FLOAT, tempSrc, /* src */ 831 if (tempSrc) 832 free(tempSrc);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | nucnvtst.c | 4302 const char* tempSrc = cSource; 4325 if(*ctarget != *tempSrc){ 4326 log_err("j915[%d] Expected : \\x%02X \t Got: \\x%02X\n", (int)(ctarget-cTarget), *ctarget,(int)*tempSrc) ; 4329 ++tempSrc;
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 4326 const char* tempSrc = cSource; 4349 if(*ctarget != *tempSrc){ 4350 log_err("j915[%d] Expected : \\x%02X \t Got: \\x%02X\n", (int)(ctarget-cTarget), *ctarget,(int)*tempSrc) ; 4353 ++tempSrc;
|
Completed in 683 milliseconds