Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:textureMatrix

941         float textureMatrix[16];
943 mSurfaceFlingerConsumer->getTransformMatrix(textureMatrix);
971 const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr);
972 memcpy(textureMatrix, texTransform.asArray(), sizeof(textureMatrix));
978 mTexture.setMatrix(textureMatrix);