Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.cpp266 static const mat4 identityMatrix = mat4(); in merge() local
267 hasColorTransform = colorTransform != identityMatrix; in merge()
/frameworks/rs/toolkit/java/
DToolkit.kt248 val identityMatrix: FloatArray constant
/frameworks/native/services/surfaceflinger/
DLayer.cpp1793 static const mat4 identityMatrix = mat4(); in setColorTransform() local
1800 mDrawingState.hasColorTransform = matrix != identityMatrix; in setColorTransform()