Home
last modified time | relevance | path

Searched defs:texTransform (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DReadback.cpp43 Matrix4 texTransform; in copySurfaceInto() local
106 CopyResult Readback::copyImageInto(const sk_sp<SkImage>& image, Matrix4& texTransform, in copyImageInto()
DLayer.h118 SkMatrix texTransform; variable
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp210 const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr); in prepareClientLayer() local