Searched refs:textureMatrix (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrTextureProducer.cpp | 197 const SkMatrix& textureMatrix, in createFragmentProcessorForDomainAndFilter() argument 207 return GrTextureDomainEffect::Make(std::move(proxy), textureMatrix, domain, in createFragmentProcessorForDomainAndFilter() 214 return GrSimpleTextureEffect::Make(std::move(proxy), textureMatrix, samplerState); in createFragmentProcessorForDomainAndFilter() 226 return GrBicubicEffect::Make(std::move(proxy), textureMatrix, kClampClamp, wrapMode, in createFragmentProcessorForDomainAndFilter() 230 return GrBicubicEffect::Make(std::move(proxy), textureMatrix, in createFragmentProcessorForDomainAndFilter()
|
D | GrImageTextureMaker.cpp | 82 const SkMatrix& textureMatrix, in createFragmentProcessor() argument 91 return this->INHERITED::createFragmentProcessor(textureMatrix, constraintRect, in createFragmentProcessor() 115 fImage->fYUVColorSpace, filter, textureMatrix, domain); in createFragmentProcessor()
|
D | GrTextureAdjuster.cpp | 121 SkMatrix textureMatrix = origTextureMatrix; in createFragmentProcessor() local 132 textureMatrix.postScale(scaleAdjust[0], scaleAdjust[1]); in createFragmentProcessor() 156 std::move(proxy), textureMatrix, domainMode, domain, filterOrNullForBicubic); in createFragmentProcessor()
|
D | GrTextureProducer.h | 67 const SkMatrix& textureMatrix, 179 const SkMatrix& textureMatrix,
|
D | GrTextureMaker.cpp | 109 const SkMatrix& textureMatrix, in createFragmentProcessor() argument 132 SkMatrix adjustedMatrix = textureMatrix; in createFragmentProcessor()
|
D | SkGpuDevice_drawTexture.cpp | 296 SkMatrix textureMatrix; in draw_texture_producer() local 298 textureMatrix = SkMatrix::I(); in draw_texture_producer() 300 if (!srcToDst.invert(&textureMatrix)) { in draw_texture_producer() 304 auto fp = producer->createFragmentProcessor(textureMatrix, src, constraintMode, in draw_texture_producer()
|
D | GrTextureMaker.h | 22 const SkMatrix& textureMatrix,
|
D | GrTextureAdjuster.h | 26 const SkMatrix& textureMatrix,
|
D | GrImageTextureMaker.h | 61 const SkMatrix& textureMatrix,
|
/third_party/skia/src/gpu/v1/ |
D | Device_drawTexture.cpp | 493 SkMatrix textureMatrix; in draw_image() local 495 textureMatrix = SkMatrix::I(); in draw_image() 497 if (!srcToDst.invert(&textureMatrix)) { in draw_image() 507 textureMatrix, in draw_image()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | GLES1Renderer.cpp | 207 angle::Mat4 textureMatrix = gles1State.mTextureMatrices[i].back(); in prepareForDraw() local 208 memcpy(textureMatrixBuffer + i, textureMatrix.data(), sizeof(Mat4Uniform)); in prepareForDraw()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | GLES1Renderer.cpp | 297 angle::Mat4 textureMatrix = gles1State.mTextureMatrices[i].back(); in prepareForDraw() local 298 memcpy(textureMatrixBuffer + i, textureMatrix.data(), sizeof(Mat4Uniform)); in prepareForDraw()
|