Searched defs:textureMatrix (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/
H A DGrTextureMaker.cpp72 const SkMatrix& textureMatrix,
106 SkMatrix adjustedMatrix = textureMatrix;
71 createFragmentProcessor( const SkMatrix& textureMatrix, const SkRect& constraintRect, FilterConstraint filterConstraint, bool coordsLimitedToConstraintRect, const GrSamplerParams::FilterMode* filterOrNullForBicubic, SkColorSpace* dstColorSpace) argument
H A DGrTextureAdjuster.cpp114 SkMatrix textureMatrix = origTextureMatrix; local
123 textureMatrix.postTranslate(l, t);
140 textureMatrix.postScale(scaleAdjust[0], scaleAdjust[1]);
169 textureMatrix, domainMode, domain,
H A DGrTextureProducer.cpp223 const SkMatrix& textureMatrix,
231 std::move(colorSpaceXform), textureMatrix,
237 std::move(colorSpaceXform), textureMatrix,
243 textureMatrix, domain);
248 textureMatrix, kClampClamp);
220 CreateFragmentProcessorForDomainAndFilter( sk_sp<GrTextureProxy> proxy, sk_sp<GrColorSpaceXform> colorSpaceXform, const SkMatrix& textureMatrix, DomainMode domainMode, const SkRect& domain, const GrSamplerParams::FilterMode* filterOrNullForBicubic) argument
H A DSkGpuDevice_drawTexture.cpp194 const SkMatrix* textureMatrix; local
197 textureMatrix = &SkMatrix::I();
202 textureMatrix = &tempMatrix;
205 *textureMatrix, clippedSrcRect, constraintMode, coordsAllInsideSrcRect, filterMode,
H A DGrContext.cpp527 SkMatrix textureMatrix = SkMatrix::MakeTrans(SkIntToScalar(left), SkIntToScalar(top)); local
530 std::move(proxy), nullptr, textureMatrix);
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DRendererCommon.java162 public static float[] rotateTextureMatrix(float[] textureMatrix, float rotationDegree) { argument
166 return multiplyMatrices(textureMatrix, rotationMatrix);

Completed in 256 milliseconds