Searched refs:ProgramCache (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | ProgramCache.cpp | 29 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 D | ProgramCache.h | 48 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 D | Program.h | 56 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
|
H A D | Program.cpp | 30 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment) in Program()
|
H A D | GLESRenderEngine.cpp | 458 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 D | ProgramCache.cpp | 29 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 D | ProgramCache.h | 48 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 D | Program.h | 56 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
|
H A D | Program.cpp | 30 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment) in Program()
|
H A D | GLESRenderEngine.cpp | 482 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 D | Android.bp | 69 "gl/ProgramCache.cpp",
|
/aosp12/frameworks/native/libs/renderengine/ |
H A D | Android.bp | 71 "gl/ProgramCache.cpp",
|