/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmUtils.cpp | 85 case GL_POSITION:
|
GLEScmImp.cpp | [all...] |
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
glUtils.cpp | 306 case GL_POSITION:
|
/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/ |
ClearActivity.java | 118 gl.glLightfv(GL10.GL_LIGHT0, GL10.GL_POSITION, lightPosSpot, 0);
|
/development/apps/OBJViewer/com/android/objviewer/ |
OBJViewer.java | 210 gl.glLightfv(gl.GL_LIGHT0, gl.GL_POSITION, mLightDir, 0);
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
demo.c | 547 glLightxv(GL_LIGHT0, GL_POSITION, light0Position); 549 glLightxv(GL_LIGHT1, GL_POSITION, light1Position); 551 glLightxv(GL_LIGHT2, GL_POSITION, light2Position);
|
/frameworks/base/opengl/tests/angeles/ |
demo.c | 547 glLightxv(GL_LIGHT0, GL_POSITION, light0Position); 549 glLightxv(GL_LIGHT1, GL_POSITION, light1Position); 551 glLightxv(GL_LIGHT2, GL_POSITION, light2Position);
|
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
GLEnum.java | 148 GL_POSITION(0x1203),
|
/frameworks/base/opengl/java/android/opengl/ |
GLES10.java | 172 public static final int GL_POSITION = 0x1203; [all...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL10.java | 170 int GL_POSITION = 0x1203;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
GLEnum.java | 148 GL_POSITION(0x1203),
|
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 304 #define GL_POSITION 0x1203 [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
gl.h | 305 #define GL_POSITION 0x1203 [all...] |
/frameworks/base/opengl/include/GLES/ |
gl.h | 305 #define GL_POSITION 0x1203 [all...] |
/frameworks/base/opengl/tests/angeles/include/GLES/ |
gl.h | 262 #define GL_POSITION 0x1203
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 304 #define GL_POSITION 0x1203 [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/ |
gl.h | 304 #define GL_POSITION 0x1203 [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/ |
gl.h | 304 #define GL_POSITION 0x1203 [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/ |
gl.h | 304 #define GL_POSITION 0x1203 [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/ |
gl.h | 304 #define GL_POSITION 0x1203 [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 304 #define GL_POSITION 0x1203 [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 304 #define GL_POSITION 0x1203 [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/ |
gl.h | 304 #define GL_POSITION 0x1203 [all...] |
/development/samples/GlobalTime/src/com/android/globaltime/ |
GlobalTime.java | [all...] |
/frameworks/base/opengl/libagl/ |
light.cpp | 528 case GL_POSITION: {
|