Searched refs:sProjection (Results 1 – 4 of 4) sorted by relevance
24 Matrix4x4 sProjection; variable146 Matrix4x4_LoadIdentity(sProjection); in initShaderPrograms()190 Matrix4x4_Multiply(mvp, sModelView, sProjection); in bindShaderProgram()
55 extern Matrix4x4 sProjection;
738 Matrix4x4_LoadIdentity(sProjection); in prepareFrame()739 Matrix4x4_Perspective(sProjection, in prepareFrame()
88 private static final String[] sProjection = new String[] { field in TelephonyManagerFacade1183 cursor = mService.getContentResolver().query(uri, sProjection, null, null, null); in telephonySetAPN()