OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldColor
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp
439
tcu::RGBA
oldColor
= dst.getPixel(x, y);
440
tcu::RGBA newColor = tcu::RGBA(
oldColor
.getRed(),
oldColor
.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255),
oldColor
.getAlpha());
487
tcu::RGBA
oldColor
= dst.getPixel(x, y);
488
tcu::RGBA newColor = tcu::RGBA(
oldColor
.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255),
oldColor
.getBlue(),
oldColor
.getAlpha());
/external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp
442
tcu::RGBA
oldColor
= dst.getPixel(x, y);
443
tcu::RGBA newColor = tcu::RGBA(
oldColor
.getRed(),
oldColor
.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255),
oldColor
.getAlpha());
490
tcu::RGBA
oldColor
= dst.getPixel(x, y);
491
tcu::RGBA newColor = tcu::RGBA(
oldColor
.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255),
oldColor
.getBlue(),
oldColor
.getAlpha());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 494 milliseconds