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

/frameworks/base/libs/hwui/
H A DSkiaShader.cpp126 GLuint textureSlot = (*textureUnit)++; local
127 Caches::getInstance().activeTexture(textureSlot);
148 glUniform1i(program->getUniform("bitmapSampler"), textureSlot);
220 GLuint textureSlot = (*textureUnit)++; local
221 Caches::getInstance().activeTexture(textureSlot);
230 glUniform1i(program->getUniform("gradientSampler"), textureSlot);
332 GLuint textureSlot = (*textureUnit)++; local
333 Caches::getInstance().activeTexture(textureSlot);
342 glUniform1i(program->getUniform("gradientSampler"), textureSlot);

Completed in 6 milliseconds