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

/external/skia/src/gpu/gl/
H A DGrGLProgram.cpp86 void GrGLProgram::bindTextures(const Proc* ip, const GrProcessor& processor) { function in class:GrGLProgram
109 this->bindTextures(fGeometryProcessor.get(), primProc);
113 this->bindTextures(fXferProcessor.get(), xp);
132 this->bindTextures(fFragmentProcessors->fProcs[e], processor);

Completed in 168 milliseconds