Searched refs:textureSlot (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDither.cpp74 GLuint textureSlot = (*textureUnit)++; local
75 Caches::getInstance().activeTexture(textureSlot);
80 glUniform1i(program->getUniform("ditherSampler"), textureSlot);
H A DSkiaShader.cpp142 GLuint textureSlot = (*textureUnit)++; local
143 Caches::getInstance().activeTexture(textureSlot);
160 glUniform1i(program->getUniform("bitmapSampler"), textureSlot);
229 GLuint textureSlot = (*textureUnit)++; local
230 Caches::getInstance().activeTexture(textureSlot);
236 glUniform1i(program->getUniform("gradientSampler"), textureSlot);
349 GLuint textureSlot = (*textureUnit)++; local
350 Caches::getInstance().activeTexture(textureSlot);
356 glUniform1i(program->getUniform("gradientSampler"), textureSlot);

Completed in 239 milliseconds