HomeSort by relevance Sort by last modified time
    Searched refs:GL_SRC_ALPHA (Results 51 - 75 of 289) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 366 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
725 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 87 sfactor_(GL_SRC_ALPHA),
111 sfactor_(GL_SRC_ALPHA),
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 330 { GL_SRC_ALPHA, "src_alpha" },
es2fFboRenderTest.cpp 970 context.blendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 389 { GL_SRC_ALPHA, "src_alpha" },
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
ParticleEditor.java 378 spriteBatch.setBlendFunction(GL20.GL_SRC_ALPHA, GL20.GL_ONE_MINUS_SRC_ALPHA);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 43 public static final int GL_SRC_ALPHA = 0x0302;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
Model.java 281 if (mtl.opacity != 1.f) result.set(new BlendingAttribute(GL20.GL_SRC_ALPHA, GL20.GL_ONE_MINUS_SRC_ALPHA, mtl.opacity));
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
VBOWithVAOPerformanceTest.java 202 Gdx.gl20.glBlendFunc(GL20.GL_SRC_ALPHA, GL20.GL_ONE_MINUS_SRC_ALPHA);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 196 public static final int GL_SRC_ALPHA = 0x0302;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 194 int GL_SRC_ALPHA = 0x0302;
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/deqp/framework/opengl/
gluStrUtil.inl 330 case GL_SRC_ALPHA: return "GL_SRC_ALPHA";
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 150 * GL_ONE_MINUS_SRC_COLOR, GL_SRC_ALPHA and GL_ONE_MINUS_SRC_ALPHA.
224 /* The alpha tables only have GL_SRC_ALPHA and GL_ONE_MINUS_SRC_ALPHA.
358 ctx->Texture.Unit[replaceargs]._CurrentCombine->OperandA[0] - GL_SRC_ALPHA;
451 GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA;
    [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 92 #define GL_SRC_ALPHA 0x0302
  /development/ndk/platforms/android-4/include/GLES/
gl.h 79 #define GL_SRC_ALPHA 0x0302
90 /* GL_SRC_ALPHA */
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 77 #define GL_SRC_ALPHA 0x0302
88 /* GL_SRC_ALPHA */
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 79 #define GL_SRC_ALPHA 0x0302
90 /* GL_SRC_ALPHA */
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 92 #define GL_SRC_ALPHA 0x0302
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 202 #define GL_SRC_ALPHA 0x0302
  /external/mesa3d/include/GLES/
gl.h 79 #define GL_SRC_ALPHA 0x0302
90 /* GL_SRC_ALPHA */
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 77 #define GL_SRC_ALPHA 0x0302
88 /* GL_SRC_ALPHA */
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 127 * GL_ONE_MINUS_SRC_COLOR, GL_SRC_ALPHA and GL_ONE_MINUS_SRC_ALPHA.
190 /* The alpha tables only have GL_SRC_ALPHA and GL_ONE_MINUS_SRC_ALPHA.
360 const GLint op = texUnit->_CurrentCombine->OperandA[i] - GL_SRC_ALPHA;
    [all...]
  /external/mesa3d/src/mesa/main/
texenv.c 326 case GL_SRC_ALPHA:

Completed in 757 milliseconds

1 23 4 5 6 7 8 91011>>