Searched refs:colorIdx (Results 1 - 5 of 5) sorted by relevance

/external/skia/gm/
H A Daaxfermodes.cpp134 for (size_t colorIdx = 0; colorIdx < SK_ARRAY_COUNT(kShapeColors); colorIdx++) {
136 this->setupShapePaint(canvas, kShapeColors[colorIdx], mode, &paint);
137 SkASSERT(colorIdx == 0 || 255 == paint.getAlpha());
/external/skqp/gm/
H A Daaxfermodes.cpp133 for (size_t colorIdx = 0; colorIdx < SK_ARRAY_COUNT(kShapeColors); colorIdx++) {
135 this->setupShapePaint(canvas, kShapeColors[colorIdx], mode, &paint);
136 SkASSERT(colorIdx == 0 || 255 == paint.getAlpha());
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp863 const deUint32 colorIdx = z % COLOR_TABLE_SIZE; local
864 const Vec4 color = isIntegerFormat ? COLOR_TABLE_INT[colorIdx].cast<float>() : COLOR_TABLE_FLOAT[colorIdx];
887 const deUint32 colorIdx = z % COLOR_TABLE_SIZE; local
892 image.setPixel(COLOR_TABLE_INT[colorIdx], x, y, z);
894 image.setPixel(COLOR_TABLE_FLOAT[colorIdx], x, y, z);
1154 const deUint32 colorIdx = layer % COLOR_TABLE_SIZE; local
1155 const VkClearColorValue clearColor = m_imageIsIntegerFormat ? REFERENCE_CLEAR_COLOR_INT[colorIdx].color : REFERENCE_CLEAR_COLOR_FLOAT[colorIdx].color;
1239 const deUint32 colorIdx local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fSRGBDecodeTests.cpp893 void logColor (const std::string& colorLogMessage, int colorIdx, tcu::Vec4 color) const;
1203 void SRGBTestCase::logColor (const std::string& colorLogMessage, int colorIdx, tcu::Vec4 color) const argument
1208 message << colorLogMessage << colorIdx << " = (" << color.x() << ", " << color.y() << ", " << color.z() << ", " << color.w() << ")";
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 114 milliseconds