Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:texTransform

700             const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr);
701 memcpy(textureMatrix, texTransform.asArray(), sizeof(textureMatrix));