Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/
DTexture.cpp40 mTextureMatrix = mat4(matrix); in setMatrix()
61 return mTextureMatrix; in getMatrix()
/frameworks/av/media/libstagefright/renderfright/include/renderengine/
DTexture.h55 mat4 mTextureMatrix; variable