HomeSort by relevance Sort by last modified time
    Searched defs:newColor (Results 1 - 8 of 8) sorted by null

  /development/samples/IntentPlayground/src/com/example/android/intentplayground/
ColorManager.java 62 int newColor = nextActivityColor();
63 mActivityColorMap.put(className, newColor);
64 return newColor;
77 int newColor = nextTaskColor();
78 mTaskColorMap.put(taskPersistentId, newColor);
79 return newColor;
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 440 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getAlpha());
442 dst.setPixel(x, y, newColor);
488 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAlpha());
490 dst.setPixel(x, y, newColor);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 443 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), oldColor.getGreen(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getAlpha());
445 dst.setPixel(x, y, newColor);
491 tcu::RGBA newColor = tcu::RGBA(oldColor.getRed(), deClamp32(deRoundFloatToInt32(step * 255.0f), 0, 255), oldColor.getBlue(), oldColor.getAlpha());
493 dst.setPixel(x, y, newColor);
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 143 tcu::Vec4 newColor = color;
151 newColor[i] = 0.0f;
157 newColor[i] = 0.0f;
161 if (newColor != color)
162 access.setPixel(newColor, x, y, z);
176 tcu::IVec4 newColor = color;
181 if (oldColor == -128) newColor[i] = -127;
184 if (newColor != color)
185 access.setPixel(newColor, x, y, z);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderTests.cpp     [all...]
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 

Completed in 1552 milliseconds