| /external/skqp/tests/ |
| DrawPathTest.cpp | 23 #include "SkSurface.h" 33 auto surf = SkSurface::MakeRasterN32Premul(300, 33300); 109 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); 143 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); 182 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); 224 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); 252 auto surface(SkSurface::MakeRasterN32Premul(640, 480)); 273 auto surface(SkSurface::MakeRasterN32Premul(33000, 10)); 327 auto surface(SkSurface::MakeRasterN32Premul(1000, 1000)); 342 auto surface(SkSurface::MakeRasterN32Premul(1000, 1000)) [all...] |
| PinnedImageTest.cpp | 18 #include "SkSurface.h" 20 static bool surface_is_expected_color(SkSurface* surf, const SkImageInfo& ii, SkColor color) { 49 sk_sp<SkSurface> gpuSurface = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, ii);
|
| skbug6653.cpp | 11 #include "SkSurface.h" 17 static SkBitmap read_pixels(sk_sp<SkSurface> surface, SkColor initColor) { 27 static sk_sp<SkSurface> make_surface(GrContext* context) { 29 return SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info, 4,
|
| PictureShaderTest.cpp | 13 #include "SkSurface.h" 55 sk_sp<SkSurface> surface = SkSurface::MakeRasterN32Premul(100, 100);
|
| GrMipMappedTest.cpp | 24 #include "SkSurface.h" 50 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture( 221 // Test that when we call makeImageSnapshot on an SkSurface we retains the same mip status as the 235 sk_sp<SkSurface> surface; 239 surface = SkSurface::MakeFromBackendTexture(context, 249 surface = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, info, 0, 296 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info);
|
| /external/skia/tests/ |
| PinnedImageTest.cpp | 18 #include "SkSurface.h" 20 static bool surface_is_expected_color(SkSurface* surf, const SkImageInfo& ii, SkColor color) { 49 sk_sp<SkSurface> gpuSurface = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, ii);
|
| skbug6653.cpp | 11 #include "SkSurface.h" 17 static SkBitmap read_pixels(sk_sp<SkSurface> surface, SkColor initColor) { 27 static sk_sp<SkSurface> make_surface(GrContext* context) { 29 return SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info, 4,
|
| PictureShaderTest.cpp | 13 #include "SkSurface.h" 55 sk_sp<SkSurface> surface = SkSurface::MakeRasterN32Premul(100, 100);
|
| GrMipMappedTest.cpp | 24 #include "SkSurface.h" 50 sk_sp<SkSurface> surface = SkSurface::MakeFromBackendTexture( 221 // Test that when we call makeImageSnapshot on an SkSurface we retains the same mip status as the 235 sk_sp<SkSurface> surface; 239 surface = SkSurface::MakeFromBackendTexture(context, 249 surface = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, info, 0, 296 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info);
|
| /external/skia/bench/ |
| nanobench.h | 14 #include "SkSurface.h" 38 sk_sp<SkSurface> surface;
|
| /external/skia/gm/ |
| crbug_905548.cpp | 14 #include "SkSurface.h" 20 surface = SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(100, 100));
|
| pictureshadercache.cpp | 14 #include "SkSurface.h" 71 sk_sp<SkSurface> surface(SkSurface::MakeRaster(info));
|
| surface.cpp | 11 #include "SkSurface.h" 26 static sk_sp<SkSurface> make_surface(GrContext* ctx, const SkImageInfo& info, SkPixelGeometry geo) { 29 return SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info, 0, &props); 31 return SkSurface::MakeRaster(info, &props); 152 sk_sp<SkSurface> surf = sk_tool_utils::makeSurface(canvas, info); 170 sk_sp<SkSurface> surf = sk_tool_utils::makeSurface(canvas, info);
|
| /external/skia/tools/ |
| sk_pixel_iter.h | 12 #include "SkSurface.h" 19 PixelIter(SkSurface* surf) {
|
| /external/skqp/bench/ |
| nanobench.h | 14 #include "SkSurface.h" 38 sk_sp<SkSurface> surface;
|
| /external/skqp/gm/ |
| crbug_905548.cpp | 14 #include "SkSurface.h" 20 surface = SkSurface::MakeRaster(SkImageInfo::MakeN32Premul(100, 100));
|
| pictureshadercache.cpp | 14 #include "SkSurface.h" 71 sk_sp<SkSurface> surface(SkSurface::MakeRaster(info));
|
| /external/skqp/tools/ |
| sk_pixel_iter.h | 12 #include "SkSurface.h" 19 PixelIter(SkSurface* surf) {
|
| /external/skia/fuzz/ |
| FuzzDrawFunctions.cpp | 14 #include "SkSurface.h" 100 static void init_surface(Fuzz* fuzz, sk_sp<SkSurface>* s) { 104 *s = SkSurface::MakeRasterN32Premul(x, y); 108 *s = SkSurface::MakeNull(x, y); 117 sk_sp<SkSurface> surface; 161 sk_sp<SkSurface> surface; 172 sk_sp<SkSurface> surface; 183 sk_sp<SkSurface> surface; 204 sk_sp<SkSurface> surface; 255 sk_sp<SkSurface> surface [all...] |
| FuzzGradients.cpp | 12 #include "SkSurface.h" 128 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(50, 50)); 167 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(50, 50)); 205 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(50, 50)); 241 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(50, 50));
|
| /external/skqp/fuzz/ |
| FuzzDrawFunctions.cpp | 14 #include "SkSurface.h" 100 static void init_surface(Fuzz* fuzz, sk_sp<SkSurface>* s) { 104 *s = SkSurface::MakeRasterN32Premul(x, y); 108 *s = SkSurface::MakeNull(x, y); 117 sk_sp<SkSurface> surface; 161 sk_sp<SkSurface> surface; 172 sk_sp<SkSurface> surface; 183 sk_sp<SkSurface> surface; 204 sk_sp<SkSurface> surface; 255 sk_sp<SkSurface> surface [all...] |
| FuzzGradients.cpp | 12 #include "SkSurface.h" 128 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(50, 50)); 167 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(50, 50)); 205 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(50, 50)); 241 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(50, 50));
|
| /external/skia/src/core/ |
| SkSpecialImage.h | 27 class SkSurface; 104 sk_sp<SkSurface> makeTightSurface(const SkImageFilter::OutputProperties& outProps,
|
| /external/skia/tools/sk_app/ |
| VulkanWindowContext.h | 30 sk_sp<SkSurface> getBackbufferSurface() override; 112 sk_sp<SkSurface>* fSurfaces; // surfaces client renders to (may not be based on rts)
|
| /external/skqp/src/core/ |
| SkSpecialImage.h | 27 class SkSurface; 104 sk_sp<SkSurface> makeTightSurface(const SkImageFilter::OutputProperties& outProps,
|