Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextureParamsAdjuster.cpp345 const SkMatrix& textureMatrix, in create_fp_for_domain_and_filter()
377 SkMatrix textureMatrix = origTextureMatrix; in createFragmentProcessor() local
461 const SkMatrix& textureMatrix, in createFragmentProcessor()
DSkGpuDevice_drawTexture.cpp191 const SkMatrix* textureMatrix; in drawTextureProducerImpl() local
DGrContext.cpp293 SkMatrix textureMatrix; in writeSurfacePixels() local
432 SkMatrix textureMatrix; in readSurfacePixels() local
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DRendererCommon.java162 public static float[] rotateTextureMatrix(float[] textureMatrix, float rotationDegree) { in rotateTextureMatrix()