Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextureMaker.cpp107 const SkMatrix& textureMatrix, in createFragmentProcessor()
DGrImageTextureMaker.cpp88 const SkMatrix& textureMatrix, in createFragmentProcessor()
DGrTextureAdjuster.cpp121 SkMatrix textureMatrix = origTextureMatrix; in createFragmentProcessor() local
DGrTextureProducer.cpp203 const SkMatrix& textureMatrix, in createFragmentProcessorForDomainAndFilter()
DSkGpuDevice_drawTexture.cpp295 SkMatrix textureMatrix; in draw_texture_producer() local
/external/skqp/src/gpu/
DGrTextureMaker.cpp107 const SkMatrix& textureMatrix, in createFragmentProcessor()
DGrImageTextureMaker.cpp89 const SkMatrix& textureMatrix, in createFragmentProcessor()
DGrTextureAdjuster.cpp119 SkMatrix textureMatrix = origTextureMatrix; in createFragmentProcessor() local
DGrTextureProducer.cpp200 const SkMatrix& textureMatrix, in CreateFragmentProcessorForDomainAndFilter()
DSkGpuDevice_drawTexture.cpp280 const SkMatrix* textureMatrix; in drawTextureProducerImpl() local
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DRendererCommon.java162 public static float[] rotateTextureMatrix(float[] textureMatrix, float rotationDegree) { in rotateTextureMatrix()