Searched defs:noiseOctavesArgs (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/shaders/
H A DSkPerlinNoiseShader.cpp1338 static const GrShaderVar noiseOctavesArgs[] = { local
1351 fragBuilder->emitFunction(kHalf_GrSLType, "noiseOctaves", SK_ARRAY_COUNT(noiseOctavesArgs),
1352 noiseOctavesArgs, noiseOctavesCode.c_str(), &noiseOctavesFuncName);
/external/skqp/src/shaders/
H A DSkPerlinNoiseShader.cpp1331 static const GrShaderVar noiseOctavesArgs[] = { local
1344 fragBuilder->emitFunction(kHalf_GrSLType, "noiseOctaves", SK_ARRAY_COUNT(noiseOctavesArgs),
1345 noiseOctavesArgs, noiseOctavesCode.c_str(), &noiseOctavesFuncName);

Completed in 154 milliseconds