Searched refs:mtxIdentity (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/surfacetexture/ |
D | SurfaceTexture.cpp | 36 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/ |
D | BufferLayerConsumer.cpp | 54 static const mat4 mtxIdentity; variable 79 memcpy(mCurrentTransformMatrix, mtxIdentity.asArray(), sizeof(mCurrentTransformMatrix)); in BufferLayerConsumer()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 79 static const mat4 mtxIdentity; variable 127 memcpy(mCurrentTransformMatrix, mtxIdentity.asArray(), in GLConsumer() 156 memcpy(mCurrentTransformMatrix, mtxIdentity.asArray(), in GLConsumer()
|