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

1 23 4 5 6 7 8 91011

  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 335 glTexEnvx(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
346 glTexEnvx(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
655 glTexEnvx(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 277 GL10.GL_REPLACE);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 221 case GL_REPLACE:
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 536 case GL_REPLACE:
632 case GL_REPLACE:
976 /* try to optimize GL_REPLACE away (only one level deep though) */
977 if ( (ctx->Texture.Unit[i]._CurrentCombine->ModeRGB == GL_REPLACE) &&
978 (ctx->Texture.Unit[i]._CurrentCombine->ModeA == GL_REPLACE) &&
    [all...]
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 405 case GL_REPLACE:
509 case GL_REPLACE:
    [all...]
radeon_state.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 306 case GL_REPLACE:
455 case GL_REPLACE:
s_stencil.c 144 case GL_REPLACE:
  /external/deqp/modules/gles3/functional/
es3fRasterizerDiscardTests.cpp 297 glStencilOp (GL_REPLACE, GL_KEEP, GL_KEEP);
es3fOcclusionQueryTests.cpp 280 glStencilOp (GL_KEEP, GL_KEEP, GL_REPLACE);
  /external/mesa3d/src/mesa/main/
stencil.c 64 case GL_REPLACE:
  /external/opencv3/samples/cpp/
detect_mser.cpp 272 glTexEnvi(GL_TEXTURE_2D, GL_TEXTURE_ENV_MODE, GL_REPLACE);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 178 public static final int GL_REPLACE = 0x1E01;
    [all...]
GLES20.java 192 public static final int GL_REPLACE = 0x1E01;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 176 int GL_REPLACE = 0x1E01;
  /frameworks/native/opengl/libagl/
state.cpp 127 case GL_REPLACE:
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/deqp/framework/opengl/
gluStrUtil.inl 538 case GL_REPLACE: return "GL_REPLACE";
    [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 242 #define GL_REPLACE 0x1E01
  /development/ndk/platforms/android-4/include/GLES/
gl.h 395 #define GL_REPLACE 0x1E01
417 /* GL_REPLACE */
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 293 #define GL_REPLACE 0x1E01
  /external/mesa3d/include/GLES/
gl.h 395 #define GL_REPLACE 0x1E01
417 /* GL_REPLACE */
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 293 #define GL_REPLACE 0x1E01
  /frameworks/native/opengl/include/GLES/
gl.h 395 #define GL_REPLACE 0x1E01
417 /* GL_REPLACE */
    [all...]

Completed in 513 milliseconds

1 23 4 5 6 7 8 91011