Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/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/services/surfaceflinger/
DBufferLayerConsumer.cpp54 static const mat4 mtxIdentity; variable
79 memcpy(mCurrentTransformMatrix, mtxIdentity.asArray(), sizeof(mCurrentTransformMatrix)); in BufferLayerConsumer()
/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()