Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:textureMatrix

502         float textureMatrix[16];
504 mSurfaceFlingerConsumer->getTransformMatrix(textureMatrix);
530 const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr);
531 memcpy(textureMatrix, texTransform.asArray(), sizeof(textureMatrix));
537 mTexture.setMatrix(textureMatrix);