Home
last modified time | relevance | path

Searched defs:oldColor (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp442 tcu::RGBA oldColor = dst.getPixel(x, y); in renderReference() local
490 tcu::RGBA oldColor = dst.getPixel(x, y); in renderReference() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp439 tcu::RGBA oldColor = dst.getPixel(x, y); in renderReference() local
487 tcu::RGBA oldColor = dst.getPixel(x, y); in renderReference() local
/third_party/astc-encoder/Source/
Dastcenc_decompress_symbolic.cpp375 vfloat4 oldColor = blk.texel(i); in compute_symbolic_block_difference_2plane() local
472 vfloat4 oldColor = blk.texel(tix); in compute_symbolic_block_difference_1plane() local
/third_party/qrcodegen/c/
Dqrcodegen-test.c512 bool oldColor = isInBounds && modules[y][x]; in testGetSetModuleRandomly() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp266 const deInt32 oldColor(color[i]); in replaceSnormReinterpretValues() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageLoadStoreTests.cpp266 const deInt32 oldColor(color[i]); in replaceSnormReinterpretValues() local
/third_party/ncurses/ncurses/
Dcurses.priv.h523 #define oldColor(p) (((p) > 255) ? 255 : (p)) macro