/frameworks/base/libs/hwui/renderstate/ |
D | Blend.cpp | 55 const Blender kBlends[] = {{SkBlendMode::kClear, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA}, 56 {SkBlendMode::kSrc, GL_ONE, GL_ZERO}, 57 {SkBlendMode::kDst, GL_ZERO, GL_ONE}, 60 {SkBlendMode::kSrcIn, GL_DST_ALPHA, GL_ZERO}, 61 {SkBlendMode::kDstIn, GL_ZERO, GL_SRC_ALPHA}, 62 {SkBlendMode::kSrcOut, GL_ONE_MINUS_DST_ALPHA, GL_ZERO}, 63 {SkBlendMode::kDstOut, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA}, 68 {SkBlendMode::kModulate, GL_ZERO, GL_SRC_COLOR}, 74 const Blender kBlendsSwap[] = {{SkBlendMode::kClear, GL_ONE_MINUS_DST_ALPHA, GL_ZERO}, 75 {SkBlendMode::kSrc, GL_ZERO, GL_ONE}, [all …]
|
D | RenderState.cpp | 401 blend().setFactors(GL_ZERO, GL_ZERO); in render()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | GlopBuilderTests.cpp | 99 glop->blend = {GL_ZERO, GL_ZERO}; in blackUnitQuadGlop() 103 glop->mesh.indices.bufferObject = GL_ZERO; in blackUnitQuadGlop()
|
D | BakedOpRendererTests.cpp | 97 verifyBlend(renderThread.renderState(), GL_ZERO, GL_ONE_MINUS_SRC_ALPHA); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|
/frameworks/rs/driver/ |
D | rsdProgramStore.cpp | 86 drv->blendSrc = GL_ZERO; in rsdProgramStoreInit() 119 drv->blendDst = GL_ZERO; in rsdProgramStoreInit()
|
/frameworks/base/libs/hwui/ |
D | GlopBuilder.cpp | 244 mOutGlop->blend = {GL_ZERO, GL_ZERO}; in setFill() 335 mOutGlop->blend = {GL_ZERO, GL_ZERO}; in setFillTexturePaint()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 404 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawGroundPlane() 437 glBlendFunc(GL_ZERO, GL_SRC_COLOR); in drawFadeQuad()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 259 int GL_ZERO = 0; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 258 int GL_ZERO = 0;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 261 public static final int GL_ZERO = 0; field in GLES10
|
D | GLES20.java | 38 public static final int GL_ZERO = 0; field in GLES20
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 126 case GL_ZERO: in stencilop_valid()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 110 #define GL_ZERO 0 macro
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 261 public static final int GL_ZERO = 0;
|
D | GLES20Header.java-if | 38 public static final int GL_ZERO = 0;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 95 #define GL_ZERO 0 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 94 #define GL_ZERO 0 macro
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 94 #define GL_ZERO 0 macro
|
D | gl31.h | 96 #define GL_ZERO 0 macro
|
D | gl32.h | 96 #define GL_ZERO 0 macro
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19242 field public static final int GL_ZERO = 0; // 0x0 20170 field public static final int GL_ZERO = 0; // 0x0 52164 field public static final int GL_ZERO = 0; // 0x0
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28135 Landroid/opengl/GLES10;->GL_ZERO:I 29055 Landroid/opengl/GLES20;->GL_ZERO:I 72192 Ljavax/microedition/khronos/opengles/GL10;->GL_ZERO:I
|
/frameworks/base/api/ |
D | current.txt | 29669 field public static final int GL_ZERO = 0; // 0x0 30597 field public static final int GL_ZERO = 0; // 0x0 71763 field public static final int GL_ZERO = 0; // 0x0
|