HomeSort by relevance Sort by last modified time
    Searched full:texturetransform (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
SkiaShader.cpp 157 mat4 textureTransform;
158 computeScreenSpaceMatrix(textureTransform, modelView);
165 glUniformMatrix4fv(program->getUniform("textureTransform"), 1,
166 GL_FALSE, &textureTransform.data[0]);
ProgramCache.cpp 59 "uniform mat4 textureTransform;\n"
116 " outBitmapTexCoords = (textureTransform * position).xy * textureDimension;\n";
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 619 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w,
625 drawTextureRect(texture, textureTransform, mTempTargetRect);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 619 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w,
625 drawTextureRect(texture, textureTransform, mTempTargetRect);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 619 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w,
625 drawTextureRect(texture, textureTransform, mTempTargetRect);
    [all...]

Completed in 454 milliseconds