Home
last modified time | relevance | path

Searched refs:texMatrixLocation (Results 1 – 9 of 9) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DGlRectDrawer.java100 public final int texMatrixLocation; field in GlRectDrawer.Shader
104 this.texMatrixLocation = glShader.getUniformLocation("texMatrix"); in Shader()
197 GLES20.glUniformMatrix4fv(shader.texMatrixLocation, 1, false, texMatrix, 0); in prepareShader()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/src/java/org/webrtc/
H A DGlGenericDrawer.java130 private int texMatrixLocation; field in GlGenericDrawer
238 texMatrixLocation = shader.getUniformLocation(TEXTURE_MATRIX_NAME); in prepareShader()
259 texMatrixLocation, 1 /* count= */, false /* transpose= */, texMatrix, 0 /* offset= */); in prepareShader()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/sdk/android/src/java/org/webrtc/
H A DGlGenericDrawer.java130 private int texMatrixLocation; field in GlGenericDrawer
238 texMatrixLocation = shader.getUniformLocation(TEXTURE_MATRIX_NAME); in prepareShader()
259 texMatrixLocation, 1 /* count= */, false /* transpose= */, texMatrix, 0 /* offset= */); in prepareShader()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/sdk/android/src/java/org/webrtc/
H A DGlGenericDrawer.java130 private int texMatrixLocation; field in GlGenericDrawer
238 texMatrixLocation = shader.getUniformLocation(TEXTURE_MATRIX_NAME); in prepareShader()
259 texMatrixLocation, 1 /* count= */, false /* transpose= */, texMatrix, 0 /* offset= */); in prepareShader()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DGlGenericDrawer.java133 private int texMatrixLocation; field in GlGenericDrawer
241 texMatrixLocation = shader.getUniformLocation(TEXTURE_MATRIX_NAME); in prepareShader()
262 texMatrixLocation, 1 /* count= */, false /* transpose= */, texMatrix, 0 /* offset= */); in prepareShader()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/src/java/org/webrtc/
H A DGlGenericDrawer.java133 private int texMatrixLocation; field in GlGenericDrawer
244 texMatrixLocation = shader.getUniformLocation(TEXTURE_MATRIX_NAME); in prepareShader()
265 texMatrixLocation, 1 /* count= */, false /* transpose= */, texMatrix, 0 /* offset= */); in prepareShader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/src/java/org/webrtc/
H A DGlGenericDrawer.java133 private int texMatrixLocation; field in GlGenericDrawer
241 texMatrixLocation = shader.getUniformLocation(TEXTURE_MATRIX_NAME); in prepareShader()
262 texMatrixLocation, 1 /* count= */, false /* transpose= */, texMatrix, 0 /* offset= */); in prepareShader()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/sdk/android/src/java/org/webrtc/
H A DGlGenericDrawer.java133 private int texMatrixLocation; field in GlGenericDrawer
241 texMatrixLocation = shader.getUniformLocation(TEXTURE_MATRIX_NAME); in prepareShader()
262 texMatrixLocation, 1 /* count= */, false /* transpose= */, texMatrix, 0 /* offset= */); in prepareShader()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_mp/
H A DTileDrawable.cpp119 GLint texMatrixLocation = -1; in drawPrimitivesImplementation() local
130 texMatrixLocation = pcp->getUniformLocation( _texMatrixUniformNameID ); in drawPrimitivesImplementation()
180 ext->glUniformMatrix4fv( texMatrixLocation, 1, GL_FALSE, i->_texMatrix->ptr() ); in drawPrimitivesImplementation()