Searched refs:primeCache (Results 1 – 7 of 7) sorted by relevance
40 MOCK_CONST_METHOD0(primeCache, void());
182 void primeCache(const EGLContext context, bool useColorManagement);
65 void primeCache() const override;
80 void ProgramCache::primeCache(EGLContext context, bool useColorManagement) { in primeCache() function in android::renderengine::gl::ProgramCache
460 void GLESRenderEngine::primeCache() const { in primeCache() function in android::renderengine::gl::GLESRenderEngine461 ProgramCache::getInstance().primeCache(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in primeCache()
84 virtual void primeCache() const = 0;
683 getRenderEngine().primeCache(); in init()