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

1 2

  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 28 case GL_SRC_COLOR:
51 case GL_SRC_COLOR:
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 97 SWITCH_LINE(GL_SRC_COLOR);
119 (GL_SRC_COLOR > srcRGB || GL_SRC_ALPHA_SATURATE < srcRGB) &&
123 (GL_SRC_COLOR > srcAlpha || GL_SRC_ALPHA_SATURATE < srcAlpha) &&
127 (GL_SRC_COLOR > dstRGB || GL_ONE_MINUS_DST_COLOR < dstRGB) && // GL_SRC_ALPHA_SATURATE only for source
131 (GL_SRC_COLOR > dstAlpha || GL_ONE_MINUS_DST_COLOR < dstAlpha) &&
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 206 case GL_SRC_COLOR:
  /frameworks/base/libs/rs/driver/
rsdProgramStore.cpp 126 drv->blendDst = GL_SRC_COLOR;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 442 case GL_SRC_COLOR: d3dBlend = D3DBLEND_SRCCOLOR; break;
libGLESv2.cpp 350 case GL_SRC_COLOR:
372 case GL_SRC_COLOR:
393 case GL_SRC_COLOR:
415 case GL_SRC_COLOR:
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 404 glBlendFunc(GL_ZERO, GL_SRC_COLOR);
437 glBlendFunc(GL_ZERO, GL_SRC_COLOR);
  /frameworks/base/opengl/tests/angeles/
demo.c 404 glBlendFunc(GL_ZERO, GL_SRC_COLOR);
437 glBlendFunc(GL_ZERO, GL_SRC_COLOR);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java 38 GL_SRC_COLOR(0x0300),
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 198 public static final int GL_SRC_COLOR = 0x0300;
    [all...]
GLES20.java 40 public static final int GL_SRC_COLOR = 0x0300;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 196 int GL_SRC_COLOR = 0x0300;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java 38 GL_SRC_COLOR(0x0300),
  /development/ndk/platforms/android-4/include/GLES/
gl.h 77 #define GL_SRC_COLOR 0x0300
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 75 #define GL_SRC_COLOR 0x0300
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 77 #define GL_SRC_COLOR 0x0300
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 75 #define GL_SRC_COLOR 0x0300
  /external/mesa3d/include/GLES2/
gl2.h 75 #define GL_SRC_COLOR 0x0300
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 75 #define GL_SRC_COLOR 0x0300
  /frameworks/base/opengl/include/GLES/
gl.h 77 #define GL_SRC_COLOR 0x0300
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 75 #define GL_SRC_COLOR 0x0300
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 112 #define GL_SRC_COLOR 0x0300
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 514 gl.glTexEnvf(GL11.GL_TEXTURE_ENV, GL11.GL_OPERAND1_RGB, GL11.GL_SRC_COLOR);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 76 #define GL_SRC_COLOR 0x0300
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 76 #define GL_SRC_COLOR 0x0300
    [all...]

Completed in 8050 milliseconds

1 2