Searched refs:glUniformMatrix4fv (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp71 glUniformMatrix4fv(mProjectionMatrixLoc, 1, GL_FALSE, m);
133 glUniformMatrix4fv(mTextureMatrixLoc, 1, GL_FALSE, desc.mTexture.getMatrix().asArray());
142 glUniformMatrix4fv(mColorMatrixLoc, 1, GL_FALSE, desc.mColorMatrix.asArray());
145 glUniformMatrix4fv(mProjectionMatrixLoc, 1, GL_FALSE, desc.mProjectionMatrix.asArray());
/frameworks/base/libs/hwui/
H A DProgram.cpp168 glUniformMatrix4fv(projection, 1, GL_FALSE, &projectionMatrix.data[0]);
177 glUniformMatrix4fv(projection, 1, GL_FALSE, &p.data[0]);
185 glUniformMatrix4fv(transform, 1, GL_FALSE, &t.data[0]);
H A DSkiaColorFilter.cpp60 glUniformMatrix4fv(program->getUniform("colorMatrix"), 1, GL_FALSE, &mMatrix[0]);
H A DSkiaShader.cpp165 glUniformMatrix4fv(program->getUniform("textureTransform"), 1,
250 glUniformMatrix4fv(program->getUniform("screenSpace"), 1, GL_FALSE, &screenSpace.data[0]);
370 glUniformMatrix4fv(program->getUniform("screenSpace"), 1, GL_FALSE, &screenSpace.data[0]);
/frameworks/native/cmds/flatland/
H A DRenderers.cpp109 glUniformMatrix4fv(mObjToNdcUniformLoc, 1, GL_FALSE, identity);
110 glUniformMatrix4fv(mUVToInterpUniformLoc, 1, GL_FALSE, identity);
H A DComposers.cpp82 glUniformMatrix4fv(mObjToNdcUniformLoc, 1, GL_FALSE, screenToNdc);
83 glUniformMatrix4fv(mUVToTexUniformLoc, 1, GL_FALSE, texMatrix);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java131 GLES20.glUniformMatrix4fv(muMVPMatrixHandle, 1, false, mMVPMatrix, 0);
132 GLES20.glUniformMatrix4fv(muSTMatrixHandle, 1, false, mSTMatrix, 0);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java224 GLES20.glUniformMatrix4fv(muMVPMatrixHandle, 1, false, mMVPMatrix, 0);
225 GLES20.glUniformMatrix4fv(muSTMatrixHandle, 1, false, mSTMatrix, 0);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java418 GLES20.glUniformMatrix4fv(muMVPMatrixHandle, 1, false, mMVPMatrix, 0);
419 GLES20.glUniformMatrix4fv(muSTMatrixHandle, 1, false, mSTMatrix, 0);
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp360 glUniformMatrix4fv(mTexMatrixHandle, 1, GL_FALSE, texMatrix);
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1747 // C function void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1749 public static native void glUniformMatrix4fv( method in class:GLES20
1757 // C function void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
1759 public static native void glUniformMatrix4fv( method in class:GLES20
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java570 GLES20.glUniformMatrix4fv(params[INDEX_MATRIX].handle, 1, false, mTempMatrix, MATRIX_SIZE);
670 GLES20.glUniformMatrix4fv(params[INDEX_TEXTURE_MATRIX].handle, 1, false, textureMatrix, 0);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto386 glUniformMatrix4fv = 360;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec131 void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java535 glUniformMatrix4fv(uniformProjection, 1, false, ortho.getArray(), 0);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp805 glUniformMatrix4fv(var, n, GL_FALSE, values);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java391 GLES20.glUniformMatrix4fv(uniform.getLocation(), len / 16, false, values, 0);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h602 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp808 case GLMessage::glUniformMatrix4fv:
809 /* void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose,
H A Dgltrace.pb.cpp1001 const GLMessage_Function GLMessage::glUniformMatrix4fv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1349 static const Function glUniformMatrix4fv = GLMessage_Function_glUniformMatrix4fv; member in class:android::gltrace::GLMessage
/frameworks/rs/driver/
H A DrsdShader.cpp359 RSD_CALL_GL(glUniformMatrix4fv, slot, arraySize, GL_FALSE, fd);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h936 GL_APICALL void GL_APIENTRY glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp588 glUniformMatrix4fv(mTexMatrixHandle, 1, GL_FALSE, texMatrix);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp5477 /* void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5511 glUniformMatrix4fv(
5528 /* void glUniformMatrix4fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) */
5551 glUniformMatrix4fv(
6205 {"glUniformMatrix4fv", "(IIZ[FI)V", (void *) android_glUniformMatrix4fv__IIZ_3FI },
6206 {"glUniformMatrix4fv", "(IIZLjava/nio/FloatBuffer;)V", (void *) android_glUniformMatrix4fv__IIZLjava_nio_FloatBuffer_2 },

Completed in 391 milliseconds

12