Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DOpenGLReadback.cpp40 Matrix4 texTransform; in copySurfaceInto() local
66 Matrix4& texTransform, const Rect& srcRect, SkBitmap* bitmap) { in copyGraphicBufferInto()
124 Texture& sourceTexture, const Matrix4& texTransform, const Rect& srcRect, in copyTextureInto()
DLayer.h139 mat4 texTransform; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp1119 const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr); local