Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/d3d9/
H A DCompositorD3D9.h153 RefPtr<IDirect3DTexture9> aBackdrop,
H A DCompositorD3D9.cpp938 RefPtr<IDirect3DTexture9> aBackdrop, in FinishMixBlend() argument
957 if (FAILED(aBackdrop->GetLevelDesc(0, &backdropDesc)) || in FinishMixBlend()
968 RefPtr<IDirect3DSurface9> backdropSurface = GetSurfaceOfTexture(aBackdrop); in FinishMixBlend()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/opengl/
H A DCompositorOGL.h381 void BindBackdrop(ShaderProgramOGL* aProgram, GLuint aBackdrop,
H A DCompositorOGL.cpp75 void CompositorOGL::BindBackdrop(ShaderProgramOGL* aProgram, GLuint aBackdrop, in BindBackdrop() argument
77 MOZ_ASSERT(aBackdrop); in BindBackdrop()
80 mGLContext->fBindTexture(LOCAL_GL_TEXTURE_2D, aBackdrop); in BindBackdrop()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/opengl/
H A DCompositorOGL.h465 void BindBackdrop(ShaderProgramOGL* aProgram, GLuint aBackdrop, GLenum aTexUnit);
H A DCompositorOGL.cpp76 CompositorOGL::BindBackdrop(ShaderProgramOGL* aProgram, GLuint aBackdrop, GLenum aTexUnit) in BindBackdrop() argument
78 MOZ_ASSERT(aBackdrop); in BindBackdrop()
81 mGLContext->fBindTexture(LOCAL_GL_TEXTURE_2D, aBackdrop); in BindBackdrop()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/opengl/
H A DCompositorOGL.h471 void BindBackdrop(ShaderProgramOGL* aProgram, GLuint aBackdrop,
H A DCompositorOGL.cpp178 void CompositorOGL::BindBackdrop(ShaderProgramOGL* aProgram, GLuint aBackdrop, in BindBackdrop() argument
180 MOZ_ASSERT(aBackdrop); in BindBackdrop()
183 mGLContext->fBindTexture(LOCAL_GL_TEXTURE_2D, aBackdrop); in BindBackdrop()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/opengl/
H A DCompositorOGL.h471 void BindBackdrop(ShaderProgramOGL* aProgram, GLuint aBackdrop,
H A DCompositorOGL.cpp178 void CompositorOGL::BindBackdrop(ShaderProgramOGL* aProgram, GLuint aBackdrop, in BindBackdrop() argument
180 MOZ_ASSERT(aBackdrop); in BindBackdrop()
183 mGLContext->fBindTexture(LOCAL_GL_TEXTURE_2D, aBackdrop); in BindBackdrop()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/opengl/
H A DCompositorOGL.h464 void BindBackdrop(ShaderProgramOGL* aProgram, GLuint aBackdrop,
H A DCompositorOGL.cpp173 void CompositorOGL::BindBackdrop(ShaderProgramOGL* aProgram, GLuint aBackdrop, in BindBackdrop() argument
175 MOZ_ASSERT(aBackdrop); in BindBackdrop()
178 mGLContext->fBindTexture(LOCAL_GL_TEXTURE_2D, aBackdrop); in BindBackdrop()