Home
last modified time | relevance | path

Searched refs:allocN32Pixels (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/third_party/skia/tests/
DShaderImageFilterTest.cpp23 filterResult.allocN32Pixels(kWidth, kHeight); in test_unscaled()
27 paintResult.allocN32Pixels(kWidth, kHeight); in test_unscaled()
71 filterResult.allocN32Pixels(kWidth, kHeight); in test_scaled()
75 paintResult.allocN32Pixels(kWidth, kHeight); in test_scaled()
DSkImageTest.cpp21 srcBitmap.allocN32Pixels(gWidth, gHeight); in DEF_TEST()
34 tgt.allocN32Pixels(gWidth, gHeight); in DEF_TEST()
DImageNewShaderTest.cpp55 bmOrig.allocN32Pixels(info.width(), info.height()); in run_shader_test()
60 bm.allocN32Pixels(info.width(), info.height()); in run_shader_test()
82 bmt.allocN32Pixels(info.width(), info.height()); in run_shader_test()
DShaderTest.cpp42 bm.allocN32Pixels(W, H); in DEF_TEST()
58 srcBitmap.allocN32Pixels(10, 10); in DEF_TEST()
DGrAHardwareBufferTest.cpp62 bmp.allocN32Pixels(DEV_W, DEV_H); in make_src_bitmap()
192 readbackBitmap.allocN32Pixels(DEV_W, DEV_H); in basic_draw_test_helper()
264 readbackBitmap.allocN32Pixels(DEV_W, DEV_H); in surface_draw_test_helper()
DFontMgrFontConfigTest.cpp52 bitmapStream.allocN32Pixels(64, 64); in DEF_TEST()
57 bitmapClone.allocN32Pixels(64, 64); in DEF_TEST()
DHighContrastFilterTest.cpp20 filterResult.allocN32Pixels(w, h); in DEF_TEST()
24 paintResult.allocN32Pixels(w, h); in DEF_TEST()
DDrawBitmapRectTest.cpp115 dev.allocN32Pixels(0x56F, 0x4f6); in test_wacky_bitmapshader()
203 bm.allocN32Pixels(20, 20); in test_nan_antihair()
239 bm->allocN32Pixels(gWidth, gHeight); in create()
/third_party/flutter/skia/tests/
DPaintImageFilterTest.cpp23 filterResult.allocN32Pixels(kWidth, kHeight); in test_unscaled()
27 paintResult.allocN32Pixels(kWidth, kHeight); in test_unscaled()
70 filterResult.allocN32Pixels(kWidth, kHeight); in test_scaled()
74 paintResult.allocN32Pixels(kWidth, kHeight); in test_scaled()
DSkImageTest.cpp20 srcBitmap.allocN32Pixels(gWidth, gHeight); in DEF_TEST()
33 tgt.allocN32Pixels(gWidth, gHeight); in DEF_TEST()
DImageNewShaderTest.cpp56 bmOrig.allocN32Pixels(info.width(), info.height()); in run_shader_test()
61 bm.allocN32Pixels(info.width(), info.height()); in run_shader_test()
83 bmt.allocN32Pixels(info.width(), info.height()); in run_shader_test()
DShaderTest.cpp42 bm.allocN32Pixels(W, H); in DEF_TEST()
58 srcBitmap.allocN32Pixels(10, 10); in DEF_TEST()
DMipMapTest.cpp14 bm->allocN32Pixels(width, height); in make_bitmap()
61 bm.allocN32Pixels(width, height); in test_mipmap_generation()
91 bm.allocN32Pixels(1, 1); in DEF_TEST()
DFontMgrFontConfigTest.cpp51 bitmapStream.allocN32Pixels(64, 64); in DEF_TEST()
56 bitmapClone.allocN32Pixels(64, 64); in DEF_TEST()
DGrAHardwareBufferTest.cpp61 bmp.allocN32Pixels(DEV_W, DEV_H); in make_src_bitmap()
191 readbackBitmap.allocN32Pixels(DEV_W, DEV_H); in basic_draw_test_helper()
263 readbackBitmap.allocN32Pixels(DEV_W, DEV_H); in surface_draw_test_helper()
DDrawBitmapRectTest.cpp112 dev.allocN32Pixels(0x56F, 0x4f6); in test_wacky_bitmapshader()
199 bm.allocN32Pixels(20, 20); in test_nan_antihair()
235 bm->allocN32Pixels(gWidth, gHeight); in create()
DHighContrastFilterTest.cpp20 filterResult.allocN32Pixels(w, h); in DEF_TEST()
24 paintResult.allocN32Pixels(w, h); in DEF_TEST()
/third_party/flutter/skia/gm/
Dbitmaprect.cpp24 bitmap->allocN32Pixels(64, 64); in make_bitmap()
108 bitmap->allocN32Pixels(xSize, ySize, true); in make_3x3_bitmap()
166 bitmap->allocN32Pixels(gXSize, gYSize); in make_big_bitmap()
251 fBM.allocN32Pixels(10, 10); in onOnceBeforeDraw()
Dxfermodes2.cpp108 bg.allocN32Pixels(2, 2, true); in onOnceBeforeDraw()
116 srcBmp.allocN32Pixels(kSize, kSize); in onOnceBeforeDraw()
128 dstBmp.allocN32Pixels(kSize, kSize); in onOnceBeforeDraw()
Dlightingshader.cpp31 hemi.allocN32Pixels(texSize, texSize); in make_hemi_normalmap()
40 frustum.allocN32Pixels(texSize, texSize); in make_frustum_normalmap()
49 tetra.allocN32Pixels(texSize, texSize); in make_tetra_normalmap()
Dbmpfilterqualityrepeat.cpp35 fBmp.allocN32Pixels(40, 40, true); in onOnceBeforeDraw()
38 colorBmp.allocN32Pixels(20, 20, true); in onOnceBeforeDraw()
Dfilterbitmap.cpp111 fBM.allocN32Pixels(int(fTextSize * 8), int(fTextSize * 6)); in makeBitmap()
149 fBM.allocN32Pixels(fSize, fSize); in makeBitmap()
193 fBM.allocN32Pixels(1, 1); in makeBitmap()
/third_party/skia/gm/
Dxfermodes2.cpp108 bg.allocN32Pixels(2, 2, true); in onOnceBeforeDraw()
116 srcBmp.allocN32Pixels(kSize, kSize); in onOnceBeforeDraw()
128 dstBmp.allocN32Pixels(kSize, kSize); in onOnceBeforeDraw()
Dbmpfilterqualityrepeat.cpp34 fBmp.allocN32Pixels(40, 40, true); in onOnceBeforeDraw()
37 colorBmp.allocN32Pixels(20, 20, true); in onOnceBeforeDraw()
Dbitmaprect.cpp111 bitmap->allocN32Pixels(xSize, ySize, true); in make_3x3_bitmap()
171 bitmap.allocN32Pixels(gXSize, gYSize); in make_big_bitmap()
261 fBM.allocN32Pixels(10, 10); in onOnceBeforeDraw()

12345678910>>...13