Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/
DTexture.cpp40 mTextureMatrix = mat4(matrix); in setMatrix()
61 return mTextureMatrix; in getMatrix()
/frameworks/native/libs/renderengine/include/renderengine/
DTexture.h55 mat4 mTextureMatrix; variable