Home
last modified time | relevance | path

Searched refs:mCenterUniform (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/egl/ozone/
H A DDisplayOzone.cpp350 mCenterUniform(0), in DisplayOzone()
644 mCenterUniform = gl->getUniformLocation(mProgram, "center"); in drawWithTexture()
694 gl->uniform2f(mCenterUniform, x + halfw, y + halfh); in drawWithTexture()
H A DDisplayOzone.h204 GLint mCenterUniform; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/egl/ozone/
H A DDisplayOzone.h186 GLint mCenterUniform; variable
H A DDisplayOzone.cpp370 mCenterUniform(0), in DisplayOzone()
692 mCenterUniform = gl->getUniformLocation(mProgram, "center"); in drawWithTexture()
742 gl->uniform2f(mCenterUniform, x + halfw, y + halfh); in drawWithTexture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.h176 GLint mCenterUniform; variable
H A DDisplayGbm.cpp365 mCenterUniform(0), in DisplayGbm()
687 mCenterUniform = gl->getUniformLocation(mProgram, "center"); in drawWithTexture()
737 gl->uniform2f(mCenterUniform, x + halfw, y + halfh); in drawWithTexture()