/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglContext.cpp | 201 void EglContext::postSave(android::base::Stream* stream) { in postSave() function in EglContext 202 m_glesContext->postSave(stream); in postSave() 203 m_shareGroup->postSave(stream); in postSave()
|
D | EglContext.h | 62 void postSave(android::base::Stream* stream);
|
D | EglImp.cpp | 1694 ctx->postSave((android::base::Stream*)stream); in eglPostSaveContext()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | AddressSpaceService.h | 62 virtual void postSave() const { } in postSave() function
|
D | address_space_graphics.h | 57 void postSave() const override;
|
D | AndroidPipe.h | 108 virtual void postSave(android::base::Stream* stream) {} in postSave() function
|
D | address_space_graphics_types.h | 332 ConsumerPostSaveCallback postSave; member
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | SaveableTexture.h | 71 static void postSave();
|
D | ShareGroup.h | 116 void postSave(android::base::Stream* stream);
|
D | GLEScontext.h | 489 virtual void postSave(android::base::Stream* stream) const;
|
/hardware/google/aemu/host-common/ |
D | address_space_graphics.cpp | 99 !mConsumerInterface.postSave) { in getConsumerInterface() 312 void postSave() { in postSave() function in android::emulation::asg::Globals 755 void AddressSpaceGraphicsContext::postSave() const { in postSave() function in android::emulation::asg::AddressSpaceGraphicsContext 758 mConsumerInterface.postSave(mCurrentConsumer); in postSave() 810 sGlobals()->postSave(); in globalStatePostSave()
|
D | address_space_device.cpp | 246 device_context->postSave(); in save()
|
D | AndroidPipe.cpp | 729 service->postSave(bs); in android_pipe_guest_post_save()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 484 void postSave() { in postSave() function 498 void SaveableTexture::postSave() { in postSave() function in SaveableTexture 499 sTextureDataReader()->postSave(); in postSave()
|
D | ShareGroup.cpp | 93 void ShareGroup::postSave(android::base::Stream* stream) { in postSave() function in ShareGroup
|
D | GLEScontext.cpp | 740 void GLEScontext::postSave(android::base::Stream* stream) const { in postSave() function in GLEScontext
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | OpenglEsPipe.cpp | 141 void postSave(android::base::Stream* stream) override { in postSave() function in android::opengl::__anon736588ea0111::EmuglPipe::Service
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 374 SaveableTexture::postSave(); in postSaveTexture()
|