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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_util.c 88 case GL_CONSTANT_ALPHA:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 88 case GL_CONSTANT_ALPHA:
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 38 case GL_CONSTANT_ALPHA:
61 case GL_CONSTANT_ALPHA:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_state.c 146 case GL_CONSTANT_ALPHA:
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_state.c 146 case GL_CONSTANT_ALPHA:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 60 case GL_CONSTANT_ALPHA:
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 60 case GL_CONSTANT_ALPHA:
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 91 GL_CONSTANT_ALPHA,
385 GL_CONSTANT_ALPHA,
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_blend.c 79 case GL_CONSTANT_ALPHA:
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 79 case GL_CONSTANT_ALPHA:
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 61 public static final int GL_CONSTANT_ALPHA = 0x8003;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
renderer9_utils.cpp 65 case GL_CONSTANT_ALPHA: d3dBlend = D3DBLEND_BLENDFACTOR; break;
renderer11_utils.cpp 36 case GL_CONSTANT_ALPHA: d3dBlend = D3D11_BLEND_BLEND_FACTOR; break;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 550 case GL_CONSTANT_ALPHA:
607 case GL_CONSTANT_ALPHA:
666 case GL_CONSTANT_ALPHA:
721 case GL_CONSTANT_ALPHA:
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 550 case GL_CONSTANT_ALPHA:
607 case GL_CONSTANT_ALPHA:
666 case GL_CONSTANT_ALPHA:
721 case GL_CONSTANT_ALPHA:
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_implementation_autogen.h 272 { 0x8003, "GL_CONSTANT_ALPHA", },
802 { GL_CONSTANT_ALPHA, "GL_CONSTANT_ALPHA" },
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
blend.c 64 case GL_CONSTANT_ALPHA:
101 case GL_CONSTANT_ALPHA:
  /external/mesa3d/src/mesa/main/
blend.c 64 case GL_CONSTANT_ALPHA:
101 case GL_CONSTANT_ALPHA:
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp 619 case GL_CONSTANT_ALPHA:
641 case GL_CONSTANT_ALPHA:
662 case GL_CONSTANT_ALPHA:
684 case GL_CONSTANT_ALPHA:
694 bool constantAlphaUsed = (srcRGB == GL_CONSTANT_ALPHA || srcRGB == GL_ONE_MINUS_CONSTANT_ALPHA ||
695 dstRGB == GL_CONSTANT_ALPHA || dstRGB == GL_ONE_MINUS_CONSTANT_ALPHA);
699 ERR("Simultaneous use of GL_CONSTANT_ALPHA/GL_ONE_MINUS_CONSTANT_ALPHA and GL_CONSTANT_COLOR/GL_ONE_MINUS_CONSTANT_COLOR invalid under WebGL");
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 110 #define GL_CONSTANT_ALPHA 0x8003
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 110 #define GL_CONSTANT_ALPHA 0x8003
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 111 #define GL_CONSTANT_ALPHA 0x8003
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 110 #define GL_CONSTANT_ALPHA 0x8003
  /external/mesa3d/include/GLES2/
gl2.h 110 #define GL_CONSTANT_ALPHA 0x8003
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 61 public static final int GL_CONSTANT_ALPHA = 0x8003;
    [all...]

Completed in 820 milliseconds

1 2 3 4