Searched defs:oldColor (Results 1 – 7 of 7) sorted by relevance
442 tcu::RGBA oldColor = dst.getPixel(x, y); in renderReference() local490 tcu::RGBA oldColor = dst.getPixel(x, y); in renderReference() local
439 tcu::RGBA oldColor = dst.getPixel(x, y); in renderReference() local487 tcu::RGBA oldColor = dst.getPixel(x, y); in renderReference() local
375 vfloat4 oldColor = blk.texel(i); in compute_symbolic_block_difference_2plane() local472 vfloat4 oldColor = blk.texel(tix); in compute_symbolic_block_difference_1plane() local
512 bool oldColor = isInBounds && modules[y][x]; in testGetSetModuleRandomly() local
266 const deInt32 oldColor(color[i]); in replaceSnormReinterpretValues() local
523 #define oldColor(p) (((p) > 255) ? 255 : (p)) macro