Home
last modified time | relevance | path

Searched refs:GLBackgroundLoader (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLBackgroundLoader.h27 class GLBackgroundLoader : public android::base::InterruptibleThread {
29 GLBackgroundLoader(const android::snapshot::ITextureLoaderWPtr& textureLoaderWeak, in GLBackgroundLoader() function
37 ~GLBackgroundLoader() { in ~GLBackgroundLoader()
DObjectNameSpace.h170 std::shared_ptr<GLBackgroundLoader> m_backgroundLoader;
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLBackgroundLoader.cpp29 intptr_t GLBackgroundLoader::main() { in main()
81 bool GLBackgroundLoader::wait(intptr_t* exitStatus) { in wait()
86 void GLBackgroundLoader::interrupt() { in interrupt()
Dmeson.build7 'GLBackgroundLoader.cpp',
DAndroid.bp32 "GLBackgroundLoader.cpp",
DCMakeLists.txt5 GLBackgroundLoader.cpp
DObjectNameSpace.cpp419 std::make_shared<GLBackgroundLoader>( in onLoad()
/hardware/google/gfxstream/host/gl/
DBUILD.bazel121 "glestranslator/GLcommon/GLBackgroundLoader.cpp",