Searched defs:TextureSamplerArray (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLEffect.h44 typedef GrGLProgramEffects::TextureSamplerArray TextureSamplerArray; typedef in class:GrGLEffect
85 const TextureSamplerArray& samplers) = 0;
H A DGrGLProgramEffects.h97 typedef SkTArray<TextureSampler> TextureSamplerArray; typedef in class:GrGLProgramEffects
107 * appends the necessary data to the TextureSamplerArray* object so effects can add texture
110 void emitSamplers(GrGLShaderBuilder*, const GrEffectRef&, TextureSamplerArray*);
H A DGrGLProgramEffects.cpp19 typedef GrGLProgramEffects::TextureSamplerArray TextureSamplerArray; typedef
218 TextureSamplerArray* outSamplers) {
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProcessor.h70 typedef SkTArray<TextureSampler> TextureSamplerArray; typedef in class:GrGLProcessor
123 const TextureSamplerArray& samplers) = 0;
H A DGrGLProgramEffects.cpp19 typedef GrGLProcessor::TextureSamplerArray TextureSamplerArray; typedef

Completed in 85 milliseconds