HomeSort by relevance Sort by last modified time
    Searched refs:mViewportMatrix (Results 1 - 4 of 4) sorted by null

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
WarpRenderer.cpp 47 mViewportMatrix[i] = 0.0f;
50 mViewportMatrix[0] = float(w)/float(W);
51 mViewportMatrix[5] = float(h)/float(H);
52 mViewportMatrix[10] = 1.0f;
53 mViewportMatrix[12] = -1.0f + float(w)/float(W);
54 mViewportMatrix[13] = -1.0f + float(h)/float(H);
55 mViewportMatrix[15] = 1.0f;
144 glUniformMatrix4fv(mViewporttransLoc, 1, GL_FALSE, mViewportMatrix);
SurfaceTextureRenderer.cpp 53 mViewportMatrix[i] = 0.0f;
56 mViewportMatrix[0] = float(w)/float(W);
57 mViewportMatrix[5] = float(h)/float(H);
58 mViewportMatrix[10] = 1.0f;
59 mViewportMatrix[12] = -1.0f + float(w)/float(W);
60 mViewportMatrix[13] = -1.0f + float(h)/float(H);
61 mViewportMatrix[15] = 1.0f;
SurfaceTextureRenderer.h 38 GLfloat mViewportMatrix[16];
WarpRenderer.h 42 GLfloat mViewportMatrix[16];

Completed in 94 milliseconds