Searched refs:kProfileTextureWidth (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrCircleBlurFragmentProcessor.cpp | 209 static constexpr int kProfileTextureWidth = 512; in create_profile_texture() local 212 if (!bm.tryAllocPixels(SkImageInfo::MakeA8(kProfileTextureWidth, 1))) { in create_profile_texture() 217 create_half_plane_profile(bm.getAddr8(0, 0), kProfileTextureWidth); in create_profile_texture() 220 SkScalar scale = kProfileTextureWidth / *textureRadius; in create_profile_texture() 222 kProfileTextureWidth); in create_profile_texture()
|
D | GrCircleBlurFragmentProcessor.fp | 232 static constexpr int kProfileTextureWidth = 512; 235 if (!bm.tryAllocPixels(SkImageInfo::MakeA8(kProfileTextureWidth, 1))) { 240 create_half_plane_profile(bm.getAddr8(0, 0), kProfileTextureWidth); 243 SkScalar scale = kProfileTextureWidth / *textureRadius; 245 kProfileTextureWidth);
|
/external/skqp/src/gpu/effects/ |
D | GrCircleBlurFragmentProcessor.cpp | 209 static constexpr int kProfileTextureWidth = 512; in create_profile_texture() local 212 if (!bm.tryAllocPixels(SkImageInfo::MakeA8(kProfileTextureWidth, 1))) { in create_profile_texture() 217 create_half_plane_profile(bm.getAddr8(0, 0), kProfileTextureWidth); in create_profile_texture() 220 SkScalar scale = kProfileTextureWidth / *textureRadius; in create_profile_texture() 222 kProfileTextureWidth); in create_profile_texture()
|
D | GrCircleBlurFragmentProcessor.fp | 232 static constexpr int kProfileTextureWidth = 512; 235 if (!bm.tryAllocPixels(SkImageInfo::MakeA8(kProfileTextureWidth, 1))) { 240 create_half_plane_profile(bm.getAddr8(0, 0), kProfileTextureWidth); 243 SkScalar scale = kProfileTextureWidth / *textureRadius; 245 kProfileTextureWidth);
|