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

1 2 3

  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 99 case GL_SAMPLE_ALPHA_TO_COVERAGE:
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 171 case GL_SAMPLE_ALPHA_TO_COVERAGE:
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 182 case GL_SAMPLE_ALPHA_TO_COVERAGE:
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerState.java 60 enableDisables.put(GLEnum.GL_SAMPLE_ALPHA_TO_COVERAGE.value, 0);
GLEnum.java 283 GL_SAMPLE_ALPHA_TO_COVERAGE(0x809E),
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java 60 enableDisables.put(GLEnum.GL_SAMPLE_ALPHA_TO_COVERAGE.value, 0);
GLEnum.java 283 GL_SAMPLE_ALPHA_TO_COVERAGE(0x809E),
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 182 public static final int GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E;
    [all...]
GLES20.java 85 public static final int GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 180 int GL_SAMPLE_ALPHA_TO_COVERAGE = 0x809E;
  /frameworks/base/opengl/libagl/
state.cpp 199 case GL_SAMPLE_ALPHA_TO_COVERAGE:
  /development/ndk/platforms/android-4/include/GLES/
gl.h 160 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 153 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 160 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 153 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
  /external/mesa3d/include/GLES2/
gl2.h 153 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 153 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
  /frameworks/base/opengl/include/GLES/
gl.h 160 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 153 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 187 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 159 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 159 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 152 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 159 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 152 #define GL_SAMPLE_ALPHA_TO_COVERAGE 0x809E

Completed in 3889 milliseconds

1 2 3