gecko-dev/gfx/layers/opengl
Chris Peterson 13d583f829 Bug 1528881 - Part 9: gfx/layers: Move CreateTextureHostBasic/D3D11/OGL() function declarations to header files. r=mattwoodrow
clang's -Wmissing-prototypes option identifies global functions that can be made static (because they're only called from one compilation unit) or removed (if they're never called).

In this case, moving these functions' declarations to header files means the same declaration will be seen by the .cpp files defining each function and TextureHost.cpp calling the functions.

Differential Revision: https://phabricator.services.mozilla.com/D20268

--HG--
extra : source : ffeda0b30541127073de4892ba3e1a6e8bd0f15f
extra : intermediate-source : 22238a64f3da13ed0f8de826092def10a427a55a
extra : histedit_source : b6f1c1e39ddf16f7e5716eb07915114b94204174
2019-02-17 23:05:15 -08:00
..
CompositingRenderTargetOGL.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CompositingRenderTargetOGL.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CompositorOGL.cpp Bug 1528394 - Reduce includes of GLContext.h. r=lsalzman 2019-02-19 23:25:42 +00:00
CompositorOGL.h Bug 1528394 - Reduce includes of GLContext.h. r=lsalzman 2019-02-19 23:25:42 +00:00
EGLImageHelpers.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
EGLImageHelpers.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
GLBlitTextureImageHelper.cpp Bug 1507049 - Rename MOZ_CRASH_UNSAFE_OOL MOZ_CRASH_UNSAFE. r=froydnj 2019-02-03 00:09:37 -08:00
GLBlitTextureImageHelper.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
GLManager.cpp Bug 1528394 - Reduce includes of GLContext.h. r=lsalzman 2019-02-19 23:25:42 +00:00
GLManager.h Bug 1528394 - Reduce includes of GLContext.h. r=lsalzman 2019-02-19 23:25:42 +00:00
MacIOSurfaceTextureClientOGL.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MacIOSurfaceTextureClientOGL.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MacIOSurfaceTextureHostOGL.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MacIOSurfaceTextureHostOGL.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
OGLShaderConfig.h Bug 1528394 - Reduce includes of GLContext.h. r=lsalzman 2019-02-19 23:25:42 +00:00
OGLShaderProgram.cpp Bug 1528881 - Part 6: gfx/layers: Make some global functions static. r=mattwoodrow 2019-02-17 14:25:01 -08:00
OGLShaderProgram.h Bug 1528394 - Reduce includes of GLContext.h. r=lsalzman 2019-02-19 23:25:42 +00:00
TextureClientOGL.cpp Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
TextureClientOGL.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
TextureHostOGL.cpp Bug 1528394 - Reduce includes of GLContext.h. r=lsalzman 2019-02-19 23:25:42 +00:00
TextureHostOGL.h Bug 1528881 - Part 9: gfx/layers: Move CreateTextureHostBasic/D3D11/OGL() function declarations to header files. r=mattwoodrow 2019-02-17 23:05:15 -08:00
X11TextureSourceOGL.cpp Bug 1528394 - Reduce includes of GLContext.h. r=lsalzman 2019-02-19 23:25:42 +00:00
X11TextureSourceOGL.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00