/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
H A D | AnimationActivity.java | 34 float[] colors1 = { in onSurfaceInitialized() 48 colors1, pos, TileMode.REPEAT); in onSurfaceInitialized() 53 colors1, pos, TileMode.MIRROR); in onSurfaceInitialized()
|
/third_party/skia/gm/ |
H A D | pictureimagegenerator.cpp | 91 const SkColor colors1[] = { SK_ColorTRANSPARENT, SK_ColorBLACK }; in draw_vector_logo() local 92 SkASSERT(SK_ARRAY_COUNT(pos1) == SK_ARRAY_COUNT(colors1)); in draw_vector_logo() 93 paint.setShader(SkGradientShader::MakeLinear(pts1, colors1, pos1, SK_ARRAY_COUNT(pos1), in draw_vector_logo()
|
H A D | gradients.cpp | 544 const SkColor colors1[] = { 0xFFFFFFFF, 0x00000000 }; variable 559 paint2.setShader(SkGradientShader::MakeRadial(center, radius, colors1, 560 nullptr, SK_ARRAY_COUNT(colors1), 897 SkColor colors1[] = { 0xff000000, 0xff000000, in DEF_SIMPLE_GM() 904 static_assert(SK_ARRAY_COUNT(colors1) == SK_ARRAY_COUNT(pos), "color/pos size mismatch"); in DEF_SIMPLE_GM() 913 p.setShader(SkGradientShader::MakeLinear(pts1, colors1, pos, SK_ARRAY_COUNT(colors1), in DEF_SIMPLE_GM()
|
H A D | rectangletexture.cpp | 74 SkColor colors1[] = {0xFFA07010, 0xFFA02080}; in makeImagePixels() local 77 SkGradientShader::MakeLinear(pts, colors1, nullptr, 2, SkTileMode::kClamp)); in makeImagePixels()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | RenderBundleTests.cpp | 64 float colors1[] = {kColors[1].r / 255.f, kColors[1].g / 255.f, kColors[1].b / 255.f, variable 69 wgpu::Buffer buffer1 = utils::CreateBufferFromData(device, colors1, 4 * sizeof(float),
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_aos.c | 962 LLVMValueRef colors1; in lp_build_sample_mipmap() local 1054 &colors1); in lp_build_sample_mipmap() 1061 &colors1); in lp_build_sample_mipmap() 1092 &colors1, in lp_build_sample_mipmap()
|
H A D | lp_bld_sample_soa.c | 1680 LLVMValueRef colors1[4]; in lp_build_sample_image_linear() local 1718 colors1); in lp_build_sample_image_linear() 1727 colors1, in lp_build_sample_image_linear() 1736 colors1[0] = lp_build_masklerp2d(texel_bld, s_fpart, t_fpart, in lp_build_sample_image_linear() 1741 colors0[0], colors1[0], in lp_build_sample_image_linear() 1805 LLVMValueRef colors0[4], colors1[4]; in lp_build_sample_mipmap() local 1887 colors1); in lp_build_sample_mipmap() 1893 colors1); in lp_build_sample_mipmap() 1906 colors0[chan], colors1[chan], in lp_build_sample_mipmap() 1948 LLVMValueRef colors0[4], colors1[ in lp_build_sample_mipmap_both() local [all...] |
H A D | lp_bld_format_s3tc.c | 572 LLVMValueRef rgba, a, colors0, colors1, col0, col1, const2; in s3tc_dxt1_full_to_rgba_aos() local 626 colors1 = LLVMBuildBitCast(builder, color1, bld8.vec_type, ""); in s3tc_dxt1_full_to_rgba_aos() 628 lp_build_lerp23(&bld8, colors0, colors1, &color2, &color3); in s3tc_dxt1_full_to_rgba_aos() 647 color2_2 = lp_build_pavgb(&bld8, colors0, colors1); in s3tc_dxt1_full_to_rgba_aos() 666 lp_build_unpack2(gallivm, type8, i16_type, colors1, &v1_lo, &v1_hi); in s3tc_dxt1_full_to_rgba_aos()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | SimpleOperationTest.cpp | 826 std::vector<GLColor> colors1; in TEST_P() local 831 colors1.push_back(baseColors1[index]); in TEST_P() 837 glBufferData(GL_ARRAY_BUFFER, colors1.size() * sizeof(GLColor), colors1.data(), GL_STATIC_DRAW); in TEST_P()
|
H A D | VertexAttributeTest.cpp | 2190 std::array<GLfloat, 16> colors1 = { in TEST_P() local 2200 glBufferData(GL_ARRAY_BUFFER, colors1.size() * sizeof(GLfloat), colors1.data(), GL_STATIC_DRAW); in TEST_P()
|