Searched refs:muMVPMatrixHandle (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java131 GLES20.glUniformMatrix4fv(muMVPMatrixHandle, 1, false, mMVPMatrix, 0);
171 muMVPMatrixHandle = GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
173 if (muMVPMatrixHandle == -1) {
179 if (muMVPMatrixHandle == -1) {
184 if (muMVPMatrixHandle == -1) {
331 private int muMVPMatrixHandle; field in class:MyRenderer
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java224 GLES20.glUniformMatrix4fv(muMVPMatrixHandle, 1, false, mMVPMatrix, 0);
265 muMVPMatrixHandle = GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
267 if (muMVPMatrixHandle == -1) {
273 if (muMVPMatrixHandle == -1) {
279 if (muMVPMatrixHandle == -1) {
485 private int muMVPMatrixHandle; field in class:CamRenderer
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java318 private int muMVPMatrixHandle; field in class:VideoDumpView.VideoDumpRenderer
418 GLES20.glUniformMatrix4fv(muMVPMatrixHandle, 1, false, mMVPMatrix, 0);
538 muMVPMatrixHandle = GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
540 if (muMVPMatrixHandle == -1) {

Completed in 30 milliseconds