Searched refs:setupProgram (Results 1 – 3 of 3) sorted by relevance
43 void setupProgram(Program& program, GLuint* textureUnit);
88 void Dither::setupProgram(Program& program, GLuint* textureUnit) { in setupProgram() function in android::uirenderer::Dither
197 caches.dither.setupProgram(caches.program(), &ditherSampler); in applyGradient()