Searched refs:textureMatrix (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLReadback.cpp71 SkMatrix textureMatrix; local
72 imgTransform.copyTo(textureMatrix);
79 textureMatrix.preConcat(yFlip);
88 textureMatrix.mapRect(&skiaSrcRect);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1089 float textureMatrix[16]; local
1091 mSurfaceFlingerConsumer->getTransformMatrix(textureMatrix);
1119 const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr);
1120 memcpy(textureMatrix, texTransform.asArray(), sizeof(textureMatrix));
1126 mTexture.setMatrix(textureMatrix);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) { argument
670 GLES20.glUniformMatrix4fv(params[INDEX_TEXTURE_MATRIX].handle, 1, false, textureMatrix, 0);

Completed in 223 milliseconds