Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
DObjectNameSpace.cpp384 const ITextureLoaderPtr textureLoader = textureLoaderWPtr.lock(); in onLoad() local
386 if (!textureLoader->start()) { in onLoad()
405 auto textureLoader = textureLoaderWPtr.lock(); in onLoad() local
406 if (!textureLoader) return; in onLoad()
407 textureLoader->loadTexture( in onLoad()
421 textureLoader->acquireLoaderThread(m_backgroundLoader); in onLoad()
/device/generic/vulkan-cereal/include/OpenGLESDispatch/
DRenderEGL_snapshot_functions.h10 …LBoolean, eglLoadAllImages, (EGLDisplay display, EGLStreamKHR stream, const void* textureLoader)) \
23 …n EGLAPIENTRY eglLoadAllImages(EGLDisplay display, EGLStreamKHR stream, const void* textureLoader);
DRenderEGL_snapshot_static_translator_namespaced_header.h10 …n EGLAPIENTRY eglLoadAllImages(EGLDisplay display, EGLStreamKHR stream, const void* textureLoader);
/device/generic/vulkan-cereal/stream-servers/gl/OpenGLESDispatch/
Drender_egl_snapshot.entries8 EGLBoolean eglLoadAllImages(EGLDisplay display, EGLStreamKHR stream, const void* textureLoader);
/device/generic/vulkan-cereal/stream-servers/
DRendererImpl.h110 const android::snapshot::ITextureLoaderPtr& textureLoader) final;
DRendererImpl.cpp346 const android::snapshot::ITextureLoaderPtr& textureLoader) { in load() argument
370 res = fb->onLoad(stream, textureLoader); in load()
DFrameBuffer.h542 const android::snapshot::ITextureLoaderPtr& textureLoader);
DFrameBuffer.cpp2932 const android::snapshot::ITextureLoaderPtr& textureLoader) { in onLoad() argument
3034 s_egl.eglLoadAllImages(getDisplay(), stream, &textureLoader); in onLoad()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglDisplay.h148 const android::snapshot::ITextureLoaderPtr& textureLoader,
DEglDisplay.cpp692 const android::snapshot::ITextureLoaderPtr& textureLoader, in onLoadAllImages() argument
704 m_globalNameSpace.onLoad(stream, textureLoader, creator); in onLoadAllImages()
DEglImp.cpp146 const void* textureLoader);
1728 const void* textureLoader) { in eglLoadAllImages() argument
1737 *static_cast<const android::snapshot::ITextureLoaderPtr*>(textureLoader), in eglLoadAllImages()
/device/generic/vulkan-cereal/include/render-utils/
DRenderer.h283 const android::snapshot::ITextureLoaderPtr& textureLoader) = 0;