Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp34 static const mat4 mtxIdentity; variable
56 memcpy(mCurrentTransformMatrix, mtxIdentity.asArray(), sizeof(mCurrentTransformMatrix)); in SurfaceTexture()
81 memcpy(mCurrentTransformMatrix, mtxIdentity.asArray(), sizeof(mCurrentTransformMatrix)); in SurfaceTexture()
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.cpp57 static const mat4 mtxIdentity; variable
82 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()