Searched refs:mode (Results 76 - 89 of 89) sorted by relevance

1234

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_enc.cpp1028 void glCullFace_enc(void *self , GLenum mode) argument
1040 memcpy(ptr, &mode, 4); ptr += 4;
1155 void glDrawArrays_enc(void *self , GLenum mode, GLint first, GLsizei count) argument
1167 memcpy(ptr, &mode, 4); ptr += 4;
1264 void glFrontFace_enc(void *self , GLenum mode) argument
1276 memcpy(ptr, &mode, 4); ptr += 4;
1558 void glHint_enc(void *self , GLenum target, GLenum mode) argument
1571 memcpy(ptr, &mode, 4); ptr += 4;
1798 void glMatrixMode_enc(void *self , GLenum mode) argument
1810 memcpy(ptr, &mode,
2103 glShadeModel_enc(void *self , GLenum mode) argument
2668 glDrawElementsOffset_enc(void *self , GLenum mode, GLsizei count, GLenum type, GLuint offset) argument
2686 glDrawElementsData_enc(void *self , GLenum mode, GLsizei count, GLenum type, void* data, GLuint datalen) argument
2777 glBlendEquationOES_enc(void *self , GLenum mode) argument
[all...]
/development/ndk/platforms/android-3/include/linux/
H A Dwireless.h427 __u32 mode; member in union:iwreq_data
H A Dvideodev2.h800 __u32 mode; member in struct:v4l2_audio
814 __u32 mode; member in struct:v4l2_audioout
/development/samples/JetBoy/src/com/example/android/jetboy/
H A DJetBoyView.java1058 * Sets the game mode. That is, whether we are running, paused, in the
1062 * @param mode one of the STATE_* constants
1064 public void setGameState(int mode) { argument
1066 setGameState(mode, null);
/development/ndk/platforms/android-14/include/OMXAL/
H A DOpenMAXAL.h1426 XAuint32 mode
2172 XAuint32 mode
2198 XAuint32 mode,
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/tools/emulator/system/gps/
H A Dgps_qemu.c895 static int qemu_gps_set_position_mode(GpsPositionMode mode, int fix_frequency) argument
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/widget/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/ndk/platforms/android-14/include/SLES/
H A DOpenSLES.h830 SLuint32 mode
/development/ndk/platforms/android-9/include/SLES/
H A DOpenSLES.h830 SLuint32 mode

Completed in 436 milliseconds

1234