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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLEffect.h 44 typedef GrGLProgramEffects::TextureSamplerArray TextureSamplerArray;
85 const TextureSamplerArray& samplers) = 0;
GrGLProgramEffects.h 97 typedef SkTArray<TextureSampler> TextureSamplerArray;
107 * appends the necessary data to the TextureSamplerArray* object so effects can add texture
110 void emitSamplers(GrGLShaderBuilder*, const GrEffectRef&, TextureSamplerArray*);
GrGLProgramEffects.cpp 19 typedef GrGLProgramEffects::TextureSamplerArray TextureSamplerArray;
218 TextureSamplerArray* outSamplers) {
  /external/skia/src/gpu/gl/
GrGLEffect.h 44 typedef GrGLProgramEffects::TextureSamplerArray TextureSamplerArray;
85 const TextureSamplerArray& samplers) = 0;
GrGLProgramEffects.h 97 typedef SkTArray<TextureSampler> TextureSamplerArray;
107 * appends the necessary data to the TextureSamplerArray* object so effects can add texture
110 void emitSamplers(GrGLShaderBuilder*, const GrEffectRef&, TextureSamplerArray*);
GrGLProgramEffects.cpp 19 typedef GrGLProgramEffects::TextureSamplerArray TextureSamplerArray;
218 TextureSamplerArray* outSamplers) {

Completed in 906 milliseconds