Home | History | Annotate | Download | only in renderstate

Lines Matching refs:mCaches

51     if (!mCaches) {
52 mCaches = &Caches::createInstance(*this);
54 mCaches->init();
55 mCaches->textureCache.setAssetAtlas(&mAssetAtlas);
68 mCaches->dumpMemoryUsage();
101 mCaches->terminate();
125 mCaches->flush(mode);
175 mCaches->setProgram(nullptr);
176 mCaches->textureState().resetActiveTexture();
194 mCaches->textureState().activateTexture(0);
195 mCaches->textureState().resetBoundTextures();
249 mCaches->setProgram(fill.program);
263 glUniform4f(mCaches->program().getUniform("colorBlend"),
266 glUniformMatrix4fv(mCaches->program().getUniform("colorMatrix"), 1, GL_FALSE,
268 glUniform4fv(mCaches->program().getUniform("colorMatrixVector"), 1,
305 mCaches->textureState().activateTexture(0);
307 mCaches->textureState().bindTexture(texture.target, texture.texture->id());
343 SkiaShader::apply(*mCaches, fill.skiaShaderData);