HomeSort by relevance Sort by last modified time
    Searched refs:colorA (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/opts/
SkBlitRect_opts_SSE2.cpp 119 unsigned colorA = SkGetPackedA32(color);
120 colorA = 0; // skip below if () for now...(has been disabled since this was added in r3423).
121 if (255 == colorA) {
  /external/skia/src/opts/
SkBlitRect_opts_SSE2.cpp 119 unsigned colorA = SkGetPackedA32(color);
120 colorA = 0; // skip below if () for now...(has been disabled since this was added in r3423).
121 if (255 == colorA) {
  /external/deqp/framework/common/
tcuTextureUtil.hpp 91 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB);
92 void fillWithRepeatableGradient (const PixelBufferAccess& access, const Vec4& colorA, const Vec4& colorB);
tcuTextureUtil.cpp 652 void fillWithGrid1D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB)
661 access.setPixel(colorA, x, 0);
665 void fillWithGrid2D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB)
677 access.setPixel(colorA, x, y);
682 void fillWithGrid3D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB)
697 access.setPixel(colorA, x, y, z);
703 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& colorB)
706 fillWithGrid1D(access, cellSize, colorA, colorB);
708 fillWithGrid2D(access, cellSize, colorA, colorB);
710 fillWithGrid3D(access, cellSize, colorA, colorB)
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleComplexClip.cpp 58 SkColor colorA = SK_ColorCYAN;
77 paint.setColor(colorA);
121 paint.setColor(colorA);
129 paint.setColor(colorA);
  /external/skia/samplecode/
SampleComplexClip.cpp 58 SkColor colorA = SK_ColorCYAN;
77 paint.setColor(colorA);
121 paint.setColor(colorA);
129 paint.setColor(colorA);
  /external/chromium_org/third_party/skia/src/core/
SkBlitRow_D32.cpp 155 unsigned colorA = SkGetPackedA32(color);
156 if (255 == colorA) {
159 unsigned scale = 256 - SkAlpha255To256(colorA);
  /external/skia/src/core/
SkBlitRow_D32.cpp 155 unsigned colorA = SkGetPackedA32(color);
156 if (255 == colorA) {
159 unsigned scale = 256 - SkAlpha255To256(colorA);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEBlend.cpp 38 typedef unsigned char (*BlendType)(unsigned char colorA, unsigned char colorB, unsigned char alphaA, unsigned char alphaB);
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]
es3fTextureShadowTests.cpp 248 deUint32 colorA = 0xff000000 | rgb;
252 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA)), toVec4(tcu::RGBA(colorB)));
520 deUint32 colorA = 0xff000000 | rgb;
524 tcu::fillWithGrid(m_gridTex->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
802 deUint32 colorA = 0xff000000 | rgb;
806 tcu::fillWithGrid(m_gridTex->getRefTexture().getLevel(levelNdx), 4, tcu::RGBA(colorA).toVec()*cScale + cBias, tcu::RGBA(colorB).toVec()*cScale + cBias);
    [all...]
es3fTextureFilteringTests.cpp 194 deUint32 colorA = 0xff000000 | rgb;
198 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
483 deUint32 colorA = 0xff000000 | rgb;
487 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
781 const deUint32 colorA = 0xff000000 | rgb;
785 4, tcu::RGBA(colorA).toVec()*cScale + cBias, tcu::RGBA(colorB).toVec()*cScale + cBias);
    [all...]
es3fVertexTextureTests.cpp 609 const deUint32 colorA = 0xff000000 | rgb;
613 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 842 Vec4 colorA (1.0f, 0.0f, 0.0f, 1.0f);
848 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
890 Vec4 colorA (1.0f, 0.0f, 0.0f, 1.0f);
895 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, levelW, levelH, 1, rowPitch, 0, &data[0]), cellSize, colorA, colorB);
    [all...]
es2fShaderTextureFunctionTests.cpp 348 Vec4 colorA = cBias + cScale*Vec4(fA, fB, fA, fB);
352 tcu::fillWithGrid(m_texture2D->getRefTexture().getLevel(level), de::max(1, baseCellSize>>level), colorA, colorB);
385 Vec4 colorA = cBias + cScale*f.swizzle(swzA[0], swzA[1], swzA[2], swzA[3]);
389 tcu::fillWithGrid(m_textureCube->getRefTexture().getLevelFace(level, (tcu::CubeFace)face), de::max(1, baseCellSize>>level), colorA, colorB);
es2fTextureFilteringTests.cpp 194 deUint32 colorA = 0xff000000 | rgb;
198 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
468 deUint32 colorA = 0xff000000 | rgb;
472 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
es2fVertexTextureTests.cpp 508 const deUint32 colorA = 0xff000000 | rgb;
512 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
825 const deUint32 colorA = 0xff000000 | rgb;
829 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 286 tcu::Vec4 colorA (spec.valueMin.x(), spec.valueMax.y(), spec.valueMin.z(), spec.valueMax.w());
293 << ",\n fill with " << formatGradient(&colorA, &colorB) << " gradient"
299 tcu::fillWithComponentGradients(m_texture->getRefTexture(), colorA, colorB);
es31fTextureSpecificationTests.cpp 444 Vec4 colorA = Vec4(1.0f, 0.0f, 0.0f, 1.0f)*cScale + cBias;
447 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB);
550 Vec4 colorA = Vec4(1.0f, 0.0f, 0.0f, 1.0f)*cScale + cBias;
554 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB);
686 const Vec4 colorA = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
691 tcu::fillWithGrid(levelData.getAccess(), cellSize, colorA, colorB);
    [all...]
es31fTextureFilteringTests.cpp 251 const deUint32 colorA = 0xff000000 | rgb;
255 4, tcu::RGBA(colorA).toVec()*cScale + cBias, tcu::RGBA(colorB).toVec()*cScale + cBias);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 225 uint32_t colorA = *bitmapA.getAddr32(x, y);
227 colorA = premultiplyColor(colorA);
231 uint8_t* pixelA = reinterpret_cast<uint8_t*>(&colorA);
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 163 deUint32 colorA = 0xff000000 | rgb;
167 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
435 deUint32 colorA = 0xff000000 | rgb;
439 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 154 deUint32 colorA = 0xff000000 | rgb;
158 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevel(levelNdx), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
422 deUint32 colorA = 0xff000000 | rgb;
426 tcu::fillWithGrid(m_textures[1]->getRefTexture().getLevelFace(levelNdx, (tcu::CubeFace)face), 4, toVec4(tcu::RGBA(colorA))*cScale + cBias, toVec4(tcu::RGBA(colorB))*cScale + cBias);
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 446 const tcu::Vec4 colorA (0.0f, 1.0f, 0.0f, 1.0f);
452 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (colorA) : (colorB);
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 290 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount);
299 colors = colorA.ptr() + colorIndex;
403 AutoJavaIntArray colorA(env, jcolors, colorIndex + ptCount);
408 vertA.ptr(), colorA.ptr(), paint);

Completed in 5359 milliseconds

1 2