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

1 2 3 4 5

  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.cpp 131 src0Alpha = GL_CONSTANT;
142 src0Alpha = opaque ? GL_CONSTANT : GL_TEXTURE;
151 glTexEnvi(GL_TEXTURE_ENV, GL_SRC1_RGB, GL_CONSTANT);
161 if (combineRGB == GL_MODULATE || src0Alpha == GL_CONSTANT) {
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES11Header.java-if 54 public static final int GL_CONSTANT = 0x8576;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 233 case GL_CONSTANT:
319 case GL_CONSTANT:
  /external/mesa3d/src/mesa/main/
texstate.c 53 { GL_TEXTURE, GL_PREVIOUS, GL_CONSTANT, GL_CONSTANT },
54 { GL_TEXTURE, GL_PREVIOUS, GL_CONSTANT, GL_CONSTANT },
247 state->SourceA[0] = GL_CONSTANT;
260 state->SourceRGB[0] = GL_CONSTANT;
texenv.c 222 case GL_CONSTANT:
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 98 case GL_CONSTANT:
nv10_state_frag.c 118 case GL_CONSTANT:
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 497 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_SRC1_RGB, GL11.GL_CONSTANT);
499 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_SRC1_ALPHA, GL11.GL_CONSTANT);
503 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_SRC2_RGB, GL11.GL_CONSTANT);
507 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_SRC2_ALPHA, GL11.GL_CONSTANT);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 54 public static final int GL_CONSTANT = 0x8576;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 52 int GL_CONSTANT = 0x8576;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 372 case GL_CONSTANT:
392 case GL_CONSTANT:
459 case GL_CONSTANT:
474 case GL_CONSTANT:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 326 case GL_CONSTANT:
371 case GL_CONSTANT:
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 154 case GL_CONSTANT:
250 case GL_CONSTANT:
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]
  /external/mesa3d/include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]

Completed in 611 milliseconds

1 2 3 4 5