Searched refs:GL_ONE_MINUS_DST_COLOR (Results 1 - 13 of 13) sorted by relevance

/frameworks/rs/driver/
H A DrsdProgramStore.cpp96 drv->blendSrc = GL_ONE_MINUS_DST_COLOR;
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if146 public static final int GL_ONE_MINUS_DST_COLOR = 0x0307;
H A DGLES20Header.java-if47 public static final int GL_ONE_MINUS_DST_COLOR = 0x0307;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java146 public static final int GL_ONE_MINUS_DST_COLOR = 0x0307; field in class:GLES10
H A DGLES20.java47 public static final int GL_ONE_MINUS_DST_COLOR = 0x0307; field in class:GLES20
H A DGLLogWrapper.java315 case GL_ONE_MINUS_DST_COLOR:
316 return "GL_ONE_MINUS_DST_COLOR";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java144 int GL_ONE_MINUS_DST_COLOR = 0x0307; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h88 #define GL_ONE_MINUS_DST_COLOR 0x0307 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h97 #define GL_ONE_MINUS_DST_COLOR 0x0307 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h123 #define GL_ONE_MINUS_DST_COLOR 0x0307 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h97 #define GL_ONE_MINUS_DST_COLOR 0x0307 macro
H A Dgl31.h97 #define GL_ONE_MINUS_DST_COLOR 0x0307 macro
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp116 { SkXfermode::kScreen_Mode, GL_ONE_MINUS_DST_COLOR, GL_ONE }

Completed in 839 milliseconds