Searched defs:shdIdx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dshadertext.cpp130 int shdIdx = 0; local
133 shaders[shdIdx++] = gGradMakers[m](pts,
143 shaders[shdIdx++] = SkShader::CreateBitmapShader(bm, tileModes[tx], tileModes[ty]);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleShaderText.cpp137 int shdIdx = 0; local
140 shaders[shdIdx++] = gGradMakers[m](pts,
147 shaders[shdIdx++] = MakeBitmapShader(tileModes[tx],
/external/skia/gm/
H A Dshadertext.cpp139 int shdIdx = 0; local
142 shaders[shdIdx++] = gGradMakers[m](pts,
149 shaders[shdIdx++] = MakeBitmapShader(tileModes[tx],
/external/skia/samplecode/
H A DSampleShaderText.cpp137 int shdIdx = 0; local
140 shaders[shdIdx++] = gGradMakers[m](pts,
147 shaders[shdIdx++] = MakeBitmapShader(tileModes[tx],

Completed in 193 milliseconds