Home
last modified time | relevance | path

Searched refs:sProjection (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dshader.c24 Matrix4x4 sProjection; variable
146 Matrix4x4_LoadIdentity(sProjection); in initShaderPrograms()
190 Matrix4x4_Multiply(mvp, sModelView, sProjection); in bindShaderProgram()
Dshader.h55 extern Matrix4x4 sProjection;
Ddemo.c738 Matrix4x4_LoadIdentity(sProjection); in prepareFrame()
739 Matrix4x4_Perspective(sProjection, in prepareFrame()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java88 private static final String[] sProjection = new String[] { field in TelephonyManagerFacade
1183 cursor = mService.getContentResolver().query(uri, sProjection, null, null, null); in telephonySetAPN()