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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp 76 void GrGLProgramEffects::bindTextures(GrGpuGL* gpu, const GrProcessor& effect, int effectIdx) {
125 this->bindTextures(gpu, effect, index);
186 this->bindTextures(gpu, effect, e);
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 247 void GrGLProgramEffects::bindTextures(GrGpuGL* gpu, const GrEffectRef& effect, int effectIdx) {
413 this->bindTextures(gpu, *drawEffect.effect(), e);
529 this->bindTextures(gpu, *drawEffect.effect(), e);

Completed in 688 milliseconds