HomeSort by relevance Sort by last modified time
    Searched refs:GL_COMBINE_RGB (Results 1 - 25 of 50) sorted by null

1 2

  /frameworks/base/opengl/tools/glgen/specs/gles11/
checks.spec 15 glGetTexEnv ifcheck params 1 pname GL_TEXTURE_ENV_MODE,GL_COMBINE_RGB,GL_COMBINE_ALPHA ifcheck params 4 pname GL_TEXTURE_ENV_COLOR
23 glTexEnv ifcheck params 1 pname GL_TEXTURE_ENV_MODE,GL_COMBINE_RGB,GL_COMBINE_ALPHA ifcheck params 4 pname GL_TEXTURE_ENV_COLOR
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 126 case GL_COMBINE_RGB:
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp     [all...]
android_opengl_GLES10.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 177 case GL_COMBINE_RGB:
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 53 public static final int GL_COMBINE_RGB = 0x8571;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 51 int GL_COMBINE_RGB = 0x8571;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 511 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_COMBINE_RGB, GL11.GL_INTERPOLATE);
582 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_COMBINE_RGB, GL11.GL_INTERPOLATE);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java 375 GL_COMBINE_RGB(0x8571),
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasTest.java 725 assertEquals(GL_INTERPOLATE, getTexEnvi(GL_TEXTURE1, GL_COMBINE_RGB));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java 375 GL_COMBINE_RGB(0x8571),
  /development/ndk/platforms/android-4/include/GLES/
gl.h 524 #define GL_COMBINE_RGB 0x8571
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 524 #define GL_COMBINE_RGB 0x8571
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 524 #define GL_COMBINE_RGB 0x8571
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 523 #define GL_COMBINE_RGB 0x8571
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 523 #define GL_COMBINE_RGB 0x8571
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 523 #define GL_COMBINE_RGB 0x8571
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 523 #define GL_COMBINE_RGB 0x8571
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 523 #define GL_COMBINE_RGB 0x8571
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 523 #define GL_COMBINE_RGB 0x8571
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 523 #define GL_COMBINE_RGB 0x8571
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
gl.h 523 #define GL_COMBINE_RGB 0x8571
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/GLES/
gl.h 524 #define GL_COMBINE_RGB 0x8571
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/GLES/
gl.h 524 #define GL_COMBINE_RGB 0x8571
    [all...]

Completed in 411 milliseconds

1 2