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

1 2 3 4

  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 30 case GL_DST_COLOR:
53 case GL_DST_COLOR:
  /frameworks/rs/driver/
rsdProgramStore.cpp 93 drv->blendSrc = GL_DST_COLOR;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 51 case GL_DST_COLOR:
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 99 SWITCH_LINE(GL_DST_COLOR);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 444 case GL_DST_COLOR: d3dBlend = D3DBLEND_DESTCOLOR; break;
libGLESv2.cpp 352 case GL_DST_COLOR:
374 case GL_DST_COLOR:
395 case GL_DST_COLOR:
417 case GL_DST_COLOR:
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 369 glBlendFunc(GL_DST_COLOR, GL_ZERO);
372 glBlendFunc(GL_DST_COLOR, GL_SRC_COLOR);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 63 public static final int GL_DST_COLOR = 0x0306;
    [all...]
GLES20.java 46 public static final int GL_DST_COLOR = 0x0306;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 61 int GL_DST_COLOR = 0x0306;
  /development/ndk/platforms/android-4/include/GLES/
gl.h 87 #define GL_DST_COLOR 0x0306
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 85 #define GL_DST_COLOR 0x0306
  /external/mesa3d/include/GLES2/
gl2.h 85 #define GL_DST_COLOR 0x0306
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 85 #define GL_DST_COLOR 0x0306
  /frameworks/native/opengl/include/GLES/
gl.h 87 #define GL_DST_COLOR 0x0306
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 85 #define GL_DST_COLOR 0x0306
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 122 #define GL_DST_COLOR 0x0306
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 86 #define GL_DST_COLOR 0x0306
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 86 #define GL_DST_COLOR 0x0306
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h 84 #define GL_DST_COLOR 0x0306
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 86 #define GL_DST_COLOR 0x0306
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h 84 #define GL_DST_COLOR 0x0306
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 86 #define GL_DST_COLOR 0x0306
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2.h 84 #define GL_DST_COLOR 0x0306
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 86 #define GL_DST_COLOR 0x0306
    [all...]

Completed in 1281 milliseconds

1 2 3 4