HomeSort by relevance Sort by last modified time
    Searched defs:shdIdx (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/gm/
shadertext.cpp 130 int shdIdx = 0;
133 shaders[shdIdx++] = gGradMakers[m](pts,
143 shaders[shdIdx++] = SkShader::CreateBitmapShader(bm, tileModes[tx], tileModes[ty]);
  /external/chromium_org/third_party/skia/samplecode/
SampleShaderText.cpp 137 int shdIdx = 0;
140 shaders[shdIdx++] = gGradMakers[m](pts,
147 shaders[shdIdx++] = MakeBitmapShader(tileModes[tx],

Completed in 53 milliseconds