Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:textureMatrix

1089         float textureMatrix[16];
1091 mSurfaceFlingerConsumer->getTransformMatrix(textureMatrix);
1119 const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr);
1120 memcpy(textureMatrix, texTransform.asArray(), sizeof(textureMatrix));
1126 mTexture.setMatrix(textureMatrix);