Searched refs:setupColorTransform (Results 1 – 5 of 5) sorted by relevance
104 virtual mat4 setupColorTransform(const mat4& colorTransform);
113 virtual mat4 setupColorTransform(const mat4& /* colorTransform */) { in setupColorTransform() function
325 mat4 GLES20RenderEngine::setupColorTransform(const mat4& colorTransform) { function in android::GLES20RenderEngine
2168 mat4 oldMatrix = engine.setupColorTransform(colorMatrix); in doDisplayComposition()2170 engine.setupColorTransform(oldMatrix); in doDisplayComposition()
2507 oldColorMatrix = getRenderEngine().setupColorTransform(colorMatrix); in doComposeSurfaces()2635 getRenderEngine().setupColorTransform(oldColorMatrix); in doComposeSurfaces()