Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp36 static const mat4 mtxIdentity; variable
58 memcpy(mCurrentTransformMatrix, mtxIdentity.asArray(), sizeof(mCurrentTransformMatrix)); in SurfaceTexture()
83 memcpy(mCurrentTransformMatrix, mtxIdentity.asArray(), sizeof(mCurrentTransformMatrix)); in SurfaceTexture()
/frameworks/native/libs/gui/
DGLConsumer.cpp79 static const mat4 mtxIdentity; variable
127 memcpy(mCurrentTransformMatrix, mtxIdentity.asArray(), in GLConsumer()
156 memcpy(mCurrentTransformMatrix, mtxIdentity.asArray(), in GLConsumer()