Searched defs:textureMatrix (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp80 SkMatrix textureMatrix; local
81 if (!textureMatrixInv.invert(&textureMatrix)) {
82 textureMatrix = textureMatrixInv;
85 SkMatrix matrix = SkMatrix::Concat(layerTransform, textureMatrix);
H A DSkiaOpenGLReadback.cpp103 SkMatrix textureMatrix; local
104 if (!textureMatrixInv.invert(&textureMatrix)) {
105 textureMatrix = textureMatrixInv;
124 scaledSurface->getCanvas()->concat(textureMatrix);
/frameworks/native/services/surfaceflinger/
H A DBufferLayer.cpp210 float textureMatrix[16]; local
212 mConsumer->getTransformMatrix(textureMatrix);
238 const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr);
239 memcpy(textureMatrix, texTransform.asArray(), sizeof(textureMatrix));
246 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 116 milliseconds