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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLEffect.h 43 typedef GrGLProgramEffects::TextureSampler TextureSampler;
GrGLProgramEffects.h 77 class TextureSampler {
79 TextureSampler(UniformHandle uniform, const GrTextureAccess& access)
97 typedef SkTArray<TextureSampler> TextureSamplerArray;
GrGLProgramEffects.cpp 18 typedef GrGLProgramEffects::TextureSampler TextureSampler;
228 SkNEW_APPEND_TO_TARRAY(outSamplers, TextureSampler,
271 SkSTArray<4, TextureSampler> samplers(effect->numTextures());
481 SkSTArray<4, TextureSampler> samplers(effect->numTextures());
GrGLShaderBuilder.h 34 typedef GrGLProgramEffects::TextureSampler TextureSampler;
77 order of the result depends on the GrTextureAccess associated with the TextureSampler. */
79 const TextureSampler&,
84 void fsAppendTextureLookup(const TextureSampler&,
90 always a vec4. modulation and the swizzle specified by TextureSampler must both be vec4 or
94 const TextureSampler&,
  /external/skia/src/gpu/gl/
GrGLEffect.h 43 typedef GrGLProgramEffects::TextureSampler TextureSampler;
GrGLProgramEffects.h 77 class TextureSampler {
79 TextureSampler(UniformHandle uniform, const GrTextureAccess& access)
97 typedef SkTArray<TextureSampler> TextureSamplerArray;
GrGLProgramEffects.cpp 18 typedef GrGLProgramEffects::TextureSampler TextureSampler;
228 SkNEW_APPEND_TO_TARRAY(outSamplers, TextureSampler,
271 SkSTArray<4, TextureSampler> samplers(effect->numTextures());
481 SkSTArray<4, TextureSampler> samplers(effect->numTextures());
GrGLShaderBuilder.h 34 typedef GrGLProgramEffects::TextureSampler TextureSampler;
77 order of the result depends on the GrTextureAccess associated with the TextureSampler. */
79 const TextureSampler&,
84 void fsAppendTextureLookup(const TextureSampler&,
90 always a vec4. modulation and the swizzle specified by TextureSampler must both be vec4 or
94 const TextureSampler&,

Completed in 399 milliseconds