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

1 2

  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 29 case GL_ONE_MINUS_SRC_COLOR:
52 case GL_ONE_MINUS_SRC_COLOR:
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 207 case GL_ONE_MINUS_SRC_COLOR:
  /frameworks/base/libs/rs/driver/
rsdProgramStore.cpp 129 drv->blendDst = GL_ONE_MINUS_SRC_COLOR;
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 98 SWITCH_LINE(GL_ONE_MINUS_SRC_COLOR);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 443 case GL_ONE_MINUS_SRC_COLOR: d3dBlend = D3DBLEND_INVSRCCOLOR; break;
libGLESv2.cpp 351 case GL_ONE_MINUS_SRC_COLOR:
373 case GL_ONE_MINUS_SRC_COLOR:
394 case GL_ONE_MINUS_SRC_COLOR:
416 case GL_ONE_MINUS_SRC_COLOR:
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java 39 GL_ONE_MINUS_SRC_COLOR(0x0301),
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 148 public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301;
    [all...]
GLES20.java 41 public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 146 int GL_ONE_MINUS_SRC_COLOR = 0x0301;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java 39 GL_ONE_MINUS_SRC_COLOR(0x0301),
  /external/quake/quake/src/QW/client/
gl_rsurf.c 388 glBlendFunc (GL_ZERO, GL_ONE_MINUS_SRC_COLOR);
700 glBlendFunc (GL_ZERO, GL_ONE_MINUS_SRC_COLOR);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rsurf.cpp 384 glBlendFunc (GL_ZERO, GL_ONE_MINUS_SRC_COLOR);
776 glBlendFunc (GL_ZERO, GL_ONE_MINUS_SRC_COLOR);
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 78 #define GL_ONE_MINUS_SRC_COLOR 0x0301
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 76 #define GL_ONE_MINUS_SRC_COLOR 0x0301
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 78 #define GL_ONE_MINUS_SRC_COLOR 0x0301
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 76 #define GL_ONE_MINUS_SRC_COLOR 0x0301
  /external/mesa3d/include/GLES2/
gl2.h 76 #define GL_ONE_MINUS_SRC_COLOR 0x0301
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 76 #define GL_ONE_MINUS_SRC_COLOR 0x0301
  /frameworks/base/opengl/include/GLES/
gl.h 78 #define GL_ONE_MINUS_SRC_COLOR 0x0301
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 76 #define GL_ONE_MINUS_SRC_COLOR 0x0301
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 113 #define GL_ONE_MINUS_SRC_COLOR 0x0301
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 77 #define GL_ONE_MINUS_SRC_COLOR 0x0301
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 77 #define GL_ONE_MINUS_SRC_COLOR 0x0301
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 75 #define GL_ONE_MINUS_SRC_COLOR 0x0301

Completed in 75 milliseconds

1 2