Searched defs:permutationsTexture (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/src/effects/ |
H A D | SkPerlinNoiseShader.cpp | 641 GrTexture* permutationsTexture, GrTexture* noiseTexture, 644 stitchTiles, stitchData, permutationsTexture, noiseTexture, matrix, alpha))); 670 GrTexture* permutationsTexture, GrTexture* noiseTexture, 673 , fPermutationsAccess(permutationsTexture) 1327 GrTexture* permutationsTexture = GrLockAndRefCachedBitmapTexture( local 1332 GrEffectRef* effect = (NULL != permutationsTexture) && (NULL != noiseTexture) ? 1336 permutationsTexture, noiseTexture, 1343 if (NULL != permutationsTexture) { 1344 GrUnlockAndUnrefCachedBitmapTexture(permutationsTexture); 638 Create(SkPerlinNoiseShader::Type type, const SkVector& baseFrequency, int numOctaves, bool stitchTiles, const SkPerlinNoiseShader::StitchData& stitchData, GrTexture* permutationsTexture, GrTexture* noiseTexture, const SkMatrix& matrix, uint8_t alpha) argument 667 GrPerlinNoiseEffect(SkPerlinNoiseShader::Type type, const SkVector& baseFrequency, int numOctaves, bool stitchTiles, const SkPerlinNoiseShader::StitchData& stitchData, GrTexture* permutationsTexture, GrTexture* noiseTexture, const SkMatrix& matrix, uint8_t alpha) argument
|
/external/skia/src/effects/ |
H A D | SkPerlinNoiseShader.cpp | 641 GrTexture* permutationsTexture, GrTexture* noiseTexture, 644 stitchTiles, stitchData, permutationsTexture, noiseTexture, matrix, alpha))); 670 GrTexture* permutationsTexture, GrTexture* noiseTexture, 673 , fPermutationsAccess(permutationsTexture) 1327 GrTexture* permutationsTexture = GrLockAndRefCachedBitmapTexture( local 1332 GrEffectRef* effect = (NULL != permutationsTexture) && (NULL != noiseTexture) ? 1336 permutationsTexture, noiseTexture, 1343 if (NULL != permutationsTexture) { 1344 GrUnlockAndUnrefCachedBitmapTexture(permutationsTexture); 638 Create(SkPerlinNoiseShader::Type type, const SkVector& baseFrequency, int numOctaves, bool stitchTiles, const SkPerlinNoiseShader::StitchData& stitchData, GrTexture* permutationsTexture, GrTexture* noiseTexture, const SkMatrix& matrix, uint8_t alpha) argument 667 GrPerlinNoiseEffect(SkPerlinNoiseShader::Type type, const SkVector& baseFrequency, int numOctaves, bool stitchTiles, const SkPerlinNoiseShader::StitchData& stitchData, GrTexture* permutationsTexture, GrTexture* noiseTexture, const SkMatrix& matrix, uint8_t alpha) argument
|
Completed in 182 milliseconds