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

1 2 3

  /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 232 case GL_CONSTANT:
319 case GL_CONSTANT:
  /external/mesa3d/src/mesa/main/
texstate.c 52 { GL_TEXTURE, GL_PREVIOUS, GL_CONSTANT, GL_CONSTANT },
53 { GL_TEXTURE, GL_PREVIOUS, GL_CONSTANT, GL_CONSTANT },
245 state->SourceA[0] = GL_CONSTANT;
257 state->SourceRGB[0] = GL_CONSTANT;
texenv.c 218 case GL_CONSTANT:
ff_fragment_shader.cpp 194 case GL_CONSTANT: return SRC_CONSTANT;
    [all...]
  /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 495 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_SRC1_RGB, GL11.GL_CONSTANT);
497 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_SRC1_ALPHA, GL11.GL_CONSTANT);
501 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_SRC2_RGB, GL11.GL_CONSTANT);
505 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/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp     [all...]
utilities.cpp 826 case GL_CONSTANT: return sw::TextureStage::SOURCE_CONSTANT;
Context.cpp 120 mState.textureUnit[i].src2RGB = GL_CONSTANT;
123 mState.textureUnit[i].src2Alpha = GL_CONSTANT;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 279 case GL_CONSTANT:
299 case GL_CONSTANT:
366 case GL_CONSTANT:
381 case GL_CONSTANT:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 259 case GL_CONSTANT:
304 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 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /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...]
  /external/swiftshader/include/GLES/
gl.h 386 #define GL_CONSTANT 0x8576
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 529 #define GL_CONSTANT 0x8576
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 387 #define GL_CONSTANT 0x8576
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLEnum.java 406 GL_CONSTANT(0x8576),
    [all...]
  /external/mesa3d/include/GL/
gl.h     [all...]

Completed in 1855 milliseconds

1 2 3