Home
last modified time | relevance | path

Searched defs:makeShader (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/include/core/
H A DSkPicture.h233 sk_sp<SkShader> makeShader(SkTileMode tmx, SkTileMode tmy, SkFilterMode mode) const { in makeShader() function in SkPicture
H A DSkImage.h675 sk_sp<SkShader> makeShader(SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, in makeShader() function in SkImage
679 sk_sp<SkShader> makeShader(const SkSamplingOptions& sampling, const SkMatrix& lm) const { in makeShader() function in SkImage
682 sk_sp<SkShader> makeShader(const SkSamplingOptions& sampling, in makeShader() function in SkImage
H A DSkBitmap.h1122 sk_sp<SkShader> makeShader(SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, in makeShader() function in SkBitmap
1127 sk_sp<SkShader> makeShader(const SkSamplingOptions& sampling, in makeShader() function in SkBitmap
1132 sk_sp<SkShader> makeShader(const SkSamplingOptions& sampling, in makeShader() function in SkBitmap
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DRuntimeShaderBuilder.java33 public Shader makeShader() { in makeShader() method in RuntimeShaderBuilder
H A DImage.java52 public Shader makeShader(TileMode tmx, TileMode tmy, SamplingOptions sampling) { in makeShader() method in Image
56 public Shader makeShader(TileMode tmx, TileMode tmy, SamplingOptions sampling, in makeShader() method in Image
/third_party/skia/experimental/webgpu-bazel/src/
H A Dbindings.cpp106 wgpu::ShaderModule makeShader(std::string source) { in makeShader() function in WebGPUSurface
/third_party/skia/src/shaders/
H A DSkShader.cpp154 sk_sp<SkShader> SkBitmap::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() function in SkBitmap
H A DSkPictureShader.cpp38 sk_sp<SkShader> SkPicture::makeShader(SkTileMode tmx, SkTileMode tmy, SkFilterMode filter, in makeShader() function in SkPicture
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp544 GLuint DisplayGbm::makeShader(GLuint type, const char *src) in makeShader() function in rx::DisplayGbm
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp1233 sk_sp<SkShader> SkRuntimeEffect::makeShader(sk_sp<SkData> uniforms, in makeShader() function in SkRuntimeEffect
1245 sk_sp<SkShader> SkRuntimeEffect::makeShader(sk_sp<SkData> uniforms, in makeShader() function in SkRuntimeEffect
1457 sk_sp<SkShader> SkRuntimeShaderBuilder::makeShader(const SkMatrix* localMatrix, bool isOpaque) { in makeShader() function in SkRuntimeShaderBuilder
/third_party/skia/src/image/
H A DSkImage.cpp144 sk_sp<SkShader> SkImage::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() function in SkImage
/third_party/skia/modules/canvaskit/
H A Dexterns.js

Completed in 13 milliseconds