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

1 2

  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 38 case GL_CONSTANT_ALPHA:
61 case GL_CONSTANT_ALPHA:
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 108 SWITCH_LINE(GL_CONSTANT_ALPHA);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 452 case GL_CONSTANT_ALPHA: d3dBlend = D3DBLEND_BLENDFACTOR; break;
libGLESv2.cpp 360 case GL_CONSTANT_ALPHA:
382 case GL_CONSTANT_ALPHA:
403 case GL_CONSTANT_ALPHA:
425 case GL_CONSTANT_ALPHA:
435 bool constantAlphaUsed = (srcRGB == GL_CONSTANT_ALPHA || srcRGB == GL_ONE_MINUS_CONSTANT_ALPHA ||
436 dstRGB == GL_CONSTANT_ALPHA || dstRGB == GL_ONE_MINUS_CONSTANT_ALPHA);
440 ERR("Simultaneous use of GL_CONSTANT_ALPHA/GL_ONE_MINUS_CONSTANT_ALPHA and GL_CONSTANT_COLOR/GL_ONE_MINUS_CONSTANT_COLOR invalid under WebGL");
    [all...]
Context.cpp     [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java 240 GL_CONSTANT_ALPHA(0x8003),
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java 240 GL_CONSTANT_ALPHA(0x8003),
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 110 #define GL_CONSTANT_ALPHA 0x8003
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 110 #define GL_CONSTANT_ALPHA 0x8003
  /external/mesa3d/include/GLES2/
gl2.h 110 #define GL_CONSTANT_ALPHA 0x8003
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 110 #define GL_CONSTANT_ALPHA 0x8003
  /frameworks/base/opengl/include/GLES2/
gl2.h 110 #define GL_CONSTANT_ALPHA 0x8003
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 61 public static final int GL_CONSTANT_ALPHA = 0x8003;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 109 #define GL_CONSTANT_ALPHA 0x8003
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 109 #define GL_CONSTANT_ALPHA 0x8003
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 109 #define GL_CONSTANT_ALPHA 0x8003
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2.h 109 #define GL_CONSTANT_ALPHA 0x8003
  /prebuilt/ndk/android-ndk-r5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 109 #define GL_CONSTANT_ALPHA 0x8003
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 109 #define GL_CONSTANT_ALPHA 0x8003
  /prebuilt/ndk/android-ndk-r6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 109 #define GL_CONSTANT_ALPHA 0x8003
  /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 161 #define GL_CONSTANT_ALPHA 0x8003
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h 161 #define GL_CONSTANT_ALPHA 0x8003
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h 161 #define GL_CONSTANT_ALPHA 0x8003
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h 161 #define GL_CONSTANT_ALPHA 0x8003
    [all...]

Completed in 739 milliseconds

1 2