Searched refs:GL_ONE_MINUS_SRC_COLOR (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
H A DBlend.cpp70 { SkBlendMode::kScreen, GL_ONE, GL_ONE_MINUS_SRC_COLOR }
/frameworks/rs/driver/
H A DrsdProgramStore.cpp128 drv->blendDst = GL_ONE_MINUS_SRC_COLOR;
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if148 public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301;
H A DGLES20Header.java-if41 public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java148 public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301; field in class:GLES10
H A DGLES20.java41 public static final int GL_ONE_MINUS_SRC_COLOR = 0x0301; field in class:GLES20
H A DGLLogWrapper.java311 case GL_ONE_MINUS_SRC_COLOR:
312 return "GL_ONE_MINUS_SRC_COLOR";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java146 int GL_ONE_MINUS_SRC_COLOR = 0x0301; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h78 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h113 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h99 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h99 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro
H A Dgl31.h99 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro
H A Dgl32.h99 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro

Completed in 2874 milliseconds