OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:muMVPMatrixHandle
(Results
1 - 7
of
7
) sorted by null
/cts/tests/src/android/media/cts/
VideoSurfaceView.java
131
private int
muMVPMatrixHandle
;
189
GLES20.glUniformMatrix4fv(
muMVPMatrixHandle
, 1, false, mMVPMatrix, 0);
217
muMVPMatrixHandle
= GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
219
if (
muMVPMatrixHandle
== -1) {
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20TriangleRenderer.java
79
GLES20.glUniformMatrix4fv(
muMVPMatrixHandle
, 1, false, mMVPMatrix, 0);
110
muMVPMatrixHandle
= GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
112
if (
muMVPMatrixHandle
== -1) {
249
private int
muMVPMatrixHandle
;
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
GLES20TriangleRenderer.java
77
GLES20.glUniformMatrix4fv(
muMVPMatrixHandle
, 1, false, mMVPMatrix, 0);
108
muMVPMatrixHandle
= GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
110
if (
muMVPMatrixHandle
== -1) {
247
private int
muMVPMatrixHandle
;
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java
224
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
;
/system/media/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java
204
GLES20.glUniformMatrix4fv(
muMVPMatrixHandle
, 1, false, mMVPMatrix, 0);
245
muMVPMatrixHandle
= GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
247
if (
muMVPMatrixHandle
== -1) {
253
if (
muMVPMatrixHandle
== -1) {
259
if (
muMVPMatrixHandle
== -1) {
458
private int
muMVPMatrixHandle
;
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java
313
private int
muMVPMatrixHandle
;
413
GLES20.glUniformMatrix4fv(
muMVPMatrixHandle
, 1, false, mMVPMatrix, 0);
533
muMVPMatrixHandle
= GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
535
if (
muMVPMatrixHandle
== -1) {
/cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java
682
GLES20.glUniformMatrix4fv(
muMVPMatrixHandle
, 1, false, mMVPMatrix, 0);
720
muMVPMatrixHandle
= GLES20.glGetUniformLocation(mProgram, "uMVPMatrix");
722
if (
muMVPMatrixHandle
== -1) {
728
if (
muMVPMatrixHandle
== -1) {
[
all
...]
Completed in 654 milliseconds