HomeSort by relevance Sort by last modified time
    Searched refs:GL_COMBINE_ALPHA (Results 1 - 25 of 39) 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 127 case GL_COMBINE_ALPHA:
  /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 161 case GL_COMBINE_ALPHA:
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 52 public static final int GL_COMBINE_ALPHA = 0x8572;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 50 int GL_COMBINE_ALPHA = 0x8572;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 512 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_COMBINE_ALPHA, GL11.GL_INTERPOLATE);
583 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_COMBINE_ALPHA, GL11.GL_INTERPOLATE);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java 376 GL_COMBINE_ALPHA(0x8572),
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasTest.java 726 assertEquals(GL_INTERPOLATE, getTexEnvi(GL_TEXTURE1, GL_COMBINE_ALPHA));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java 376 GL_COMBINE_ALPHA(0x8572),
  /development/ndk/platforms/android-4/include/GLES/
gl.h 525 #define GL_COMBINE_ALPHA 0x8572
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 525 #define GL_COMBINE_ALPHA 0x8572
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 525 #define GL_COMBINE_ALPHA 0x8572
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 524 #define GL_COMBINE_ALPHA 0x8572
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 524 #define GL_COMBINE_ALPHA 0x8572
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 524 #define GL_COMBINE_ALPHA 0x8572
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 524 #define GL_COMBINE_ALPHA 0x8572
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 524 #define GL_COMBINE_ALPHA 0x8572
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 524 #define GL_COMBINE_ALPHA 0x8572
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 524 #define GL_COMBINE_ALPHA 0x8572
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
gl.h 524 #define GL_COMBINE_ALPHA 0x8572
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h     [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h 311 #define GL_COMBINE_ALPHA 0x8572
    [all...]

Completed in 143 milliseconds

1 2