Searched refs:textureSamplers (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLShaderBuilder.cpp668 SkSTArray<8, GrGLShaderBuilder::TextureSampler> textureSamplers; local
669 textureSamplers.push_back_n(numTextures);
671 textureSamplers[t].init(this, &effect->textureAccess(t), t);
672 effectSamplerHandles[e]->push_back(textureSamplers[t].fSamplerUniform);
711 textureSamplers);
/external/skia/src/gpu/gl/
H A DGrGLShaderBuilder.cpp668 SkSTArray<8, GrGLShaderBuilder::TextureSampler> textureSamplers; local
669 textureSamplers.push_back_n(numTextures);
671 textureSamplers[t].init(this, &effect->textureAccess(t), t);
672 effectSamplerHandles[e]->push_back(textureSamplers[t].fSamplerUniform);
711 textureSamplers);

Completed in 512 milliseconds