Searched refs:mat4 (Results 51 - 56 of 56) sorted by relevance

123

/frameworks/base/libs/hwui/
H A DTexture.cpp25 #include <math/mat4.h>
/frameworks/native/libs/math/tests/
H A Dquat_test.cpp26 #include <math/mat4.h>
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp470 void DisplayDevice::setColorTransform(const mat4& transform) {
471 const bool isIdentity = (transform == mat4());
H A DSurfaceFlinger.cpp3020 getRenderEngine().setSaturationMatrix(mat4());
3037 getRenderEngine().setupColorTransform(mat4());
3040 getRenderEngine().setSaturationMatrix(mat4());
4379 mat4 colorMatrix;
4384 mat4 saturationMatrix = mat4(
4567 // color matrix is sent as a column-major mat4 matrix
4574 mClientColorMatrix = mat4();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp448 Error Display::getDataspaceSaturationMatrix(Dataspace dataspace, android::mat4* outMatrix)
612 Error Display::setColorTransform(const android::mat4& matrix,
/frameworks/native/libs/math/include/math/
H A Dmat4.h49 * mat4 m =
579 typedef details::TMat44<float> mat4;

Completed in 114 milliseconds

123