Home
last modified time | relevance | path

Searched refs:ProgramCache (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DProgramCache.cpp29 ANDROID_SINGLETON_STATIC_INSTANCE(android::renderengine::gl::ProgramCache)
80 void ProgramCache::primeCache( in primeCache()
161 ProgramCache::Key ProgramCache::computeKey(const Description& description) { in computeKey()
229 void ProgramCache::generateEOTF(Formatter& fs, const Key& needs) { in generateEOTF()
287 void ProgramCache::generateToneMappingProcess(Formatter& fs, const Key& needs) { in generateToneMappingProcess()
473 void ProgramCache::generateOOTF(Formatter& fs, const ProgramCache::Key& needs) { in generateOOTF()
492 void ProgramCache::generateOETF(Formatter& fs, const Key& needs) { in generateOETF()
551 String8 ProgramCache::generateVertexShader(const Key& needs) { in generateVertexShader()
585 String8 ProgramCache::generateFragmentShader(const Key& needs) { in generateFragmentShader()
761 std::unique_ptr<Program> ProgramCache::generateProgram(const Key& needs) { in generateProgram()
[all …]
H A DProgramCache.h48 class ProgramCache : public Singleton<ProgramCache> {
55 friend class ProgramCache; variable
185 ProgramCache() = default;
186 ~ProgramCache() = default;
224 ANDROID_BASIC_TYPES_TRAITS(renderengine::gl::ProgramCache::Key)
H A DProgram.h56 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
H A DProgram.cpp30 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment) in Program()
H A DGLESRenderEngine.cpp458 ProgramCache::getInstance().primeCache(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in primeCache()
1461 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in drawMesh()
1502 ProgramCache& cache = ProgramCache::getInstance(); in dump()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DProgramCache.cpp29 ANDROID_SINGLETON_STATIC_INSTANCE(android::renderengine::gl::ProgramCache)
80 void ProgramCache::primeCache( in primeCache()
161 ProgramCache::Key ProgramCache::computeKey(const Description& description) { in computeKey()
232 void ProgramCache::generateEOTF(Formatter& fs, const Key& needs) { in generateEOTF()
290 void ProgramCache::generateToneMappingProcess(Formatter& fs, const Key& needs) { in generateToneMappingProcess()
476 void ProgramCache::generateOOTF(Formatter& fs, const ProgramCache::Key& needs) { in generateOOTF()
495 void ProgramCache::generateOETF(Formatter& fs, const Key& needs) { in generateOETF()
554 String8 ProgramCache::generateVertexShader(const Key& needs) { in generateVertexShader()
588 String8 ProgramCache::generateFragmentShader(const Key& needs) { in generateFragmentShader()
791 std::unique_ptr<Program> ProgramCache::generateProgram(const Key& needs) { in generateProgram()
[all …]
H A DProgramCache.h48 class ProgramCache : public Singleton<ProgramCache> {
55 friend class ProgramCache; variable
194 ProgramCache() = default;
195 ~ProgramCache() = default;
235 ANDROID_BASIC_TYPES_TRAITS(renderengine::gl::ProgramCache::Key)
H A DProgram.h56 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
H A DProgram.cpp30 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment) in Program()
H A DGLESRenderEngine.cpp482 ProgramCache::getInstance().purgeCaches(); in ~GLESRenderEngine()
519 ProgramCache::getInstance().primeCache(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in primeCache()
1540 ProgramCache::getInstance().useProgram(mInProtectedContext ? mProtectedEGLContext : mEGLContext, in drawMesh()
1581 ProgramCache& cache = ProgramCache::getInstance(); in dump()
/aosp12/frameworks/av/media/libstagefright/renderfright/
H A DAndroid.bp69 "gl/ProgramCache.cpp",
/aosp12/frameworks/native/libs/renderengine/
H A DAndroid.bp71 "gl/ProgramCache.cpp",