Home
last modified time | relevance | path

Searched refs:textureMatrix (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayer.cpp672 float textureMatrix[16]; in onDraw() local
674 mSurfaceFlingerConsumer->getTransformMatrix(textureMatrix); in onDraw()
700 const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr); in onDraw()
701 memcpy(textureMatrix, texTransform.asArray(), sizeof(textureMatrix)); in onDraw()
707 mTexture.setMatrix(textureMatrix); in onDraw()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLES20Canvas.java667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) { in drawTextureRect() argument
670 GLES20.glUniformMatrix4fv(params[INDEX_TEXTURE_MATRIX].handle, 1, false, textureMatrix, 0); in drawTextureRect()