Home
last modified time | relevance | path

Searched defs:makeShader (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
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
DRuntimeShaderBuilder.java33 public Shader makeShader() { in makeShader() method in RuntimeShaderBuilder
/third_party/flutter/skia/src/shaders/
DSkShader.cpp138 sk_sp<SkShader> SkBitmap::makeShader(SkTileMode tmx, SkTileMode tmy, const SkMatrix* lm) const { in makeShader() function in SkBitmap
145 sk_sp<SkShader> SkBitmap::makeShader(const SkMatrix* lm) const { in makeShader() function in SkBitmap
DSkPictureShader.cpp31 sk_sp<SkShader> SkPicture::makeShader(SkTileMode tmx, SkTileMode tmy, const SkMatrix* localMatrix, in makeShader() function in SkPicture
39 sk_sp<SkShader> SkPicture::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() function in SkPicture
/third_party/skia/include/core/
DSkPicture.h233 sk_sp<SkShader> makeShader(SkTileMode tmx, SkTileMode tmy, SkFilterMode mode) const { in makeShader() function
DSkImage.h672 sk_sp<SkShader> makeShader(SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, in makeShader() function
676 sk_sp<SkShader> makeShader(const SkSamplingOptions& sampling, const SkMatrix& lm) const { in makeShader() function
DSkBitmap.h1122 sk_sp<SkShader> makeShader(SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, in makeShader() function
1132 sk_sp<SkShader> makeShader(const SkSamplingOptions& sampling, in makeShader() function
/third_party/skia/experimental/webgpu-bazel/src/
Dbindings.cpp106 wgpu::ShaderModule makeShader(std::string source) { in makeShader() function in WebGPUSurface
/third_party/skia/src/shaders/
DSkShader.cpp154 sk_sp<SkShader> SkBitmap::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() function in SkBitmap
DSkPictureShader.cpp38 sk_sp<SkShader> SkPicture::makeShader(SkTileMode tmx, SkTileMode tmy, SkFilterMode filter, in makeShader() function in SkPicture
/third_party/skia/src/core/
DSkRuntimeEffect.cpp1221 sk_sp<SkShader> SkRuntimeEffect::makeShader(sk_sp<SkData> uniforms, in makeShader() function in SkRuntimeEffect
1233 sk_sp<SkShader> SkRuntimeEffect::makeShader(sk_sp<SkData> uniforms, in makeShader() function in SkRuntimeEffect
1445 sk_sp<SkShader> SkRuntimeShaderBuilder::makeShader(const SkMatrix* localMatrix, bool isOpaque) { in makeShader() function in SkRuntimeShaderBuilder
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp544 GLuint DisplayGbm::makeShader(GLuint type, const char *src) in makeShader() function in rx::DisplayGbm
/third_party/flutter/skia/src/image/
DSkImage.cpp86 sk_sp<SkShader> SkImage::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() function in SkImage
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.cpp619 GLuint DisplayOzone::makeShader(GLuint type, const char *src) in makeShader() function in rx::DisplayOzone
/third_party/flutter/skia/modules/canvaskit/
Dinterface.js384 CanvasKit.SkImage.prototype.makeShader = function(xTileMode, yTileMode, localMatrix) { method in CanvasKit.SkImage
Dexterns.js542 CanvasKit.SkImage.prototype.makeShader = function() {}; method in CanvasKit.SkImage
/third_party/skia/src/image/
DSkImage.cpp144 sk_sp<SkShader> SkImage::makeShader(SkTileMode tmx, SkTileMode tmy, in makeShader() function in SkImage
/third_party/skia/modules/canvaskit/
Dexterns.js1059 CanvasKit.RuntimeEffect.prototype.makeShader = function() {}; method in CanvasKit.RuntimeEffect
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2541 makeShader(uniforms: Float32Array | number[], isOpaque?: boolean, method