Home
last modified time | relevance | path

Searched refs:mTextureMatrix (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
DTexture.cpp41 mTextureMatrix = mat4(matrix); in setMatrix()
62 return mTextureMatrix; in getMatrix()
DTexture.h31 mat4 mTextureMatrix; variable