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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_util.c 84 case GL_CONSTANT_COLOR:
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 84 case GL_CONSTANT_COLOR:
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 36 case GL_CONSTANT_COLOR:
59 case GL_CONSTANT_COLOR:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_state.c 142 case GL_CONSTANT_COLOR:
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_state.c 142 case GL_CONSTANT_COLOR:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 56 case GL_CONSTANT_COLOR:
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 56 case GL_CONSTANT_COLOR:
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 89 GL_CONSTANT_COLOR,
383 GL_CONSTANT_COLOR,
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_blend.c 77 case GL_CONSTANT_COLOR:
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 77 case GL_CONSTANT_COLOR:
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES20Header.java-if 59 public static final int GL_CONSTANT_COLOR = 0x8001;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
renderer9_utils.cpp 63 case GL_CONSTANT_COLOR: d3dBlend = D3DBLEND_BLENDFACTOR; break;
renderer11_utils.cpp 34 case GL_CONSTANT_COLOR: d3dBlend = D3D11_BLEND_BLEND_FACTOR; break;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 540 case GL_CONSTANT_COLOR:
601 case GL_CONSTANT_COLOR:
656 case GL_CONSTANT_COLOR:
715 case GL_CONSTANT_COLOR:
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 540 case GL_CONSTANT_COLOR:
601 case GL_CONSTANT_COLOR:
656 case GL_CONSTANT_COLOR:
715 case GL_CONSTANT_COLOR:
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_implementation_autogen.h 274 { 0x8001, "GL_CONSTANT_COLOR", },
800 { GL_CONSTANT_COLOR, "GL_CONSTANT_COLOR" },
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
blend.c 62 case GL_CONSTANT_COLOR:
99 case GL_CONSTANT_COLOR:
  /external/mesa3d/src/mesa/main/
blend.c 62 case GL_CONSTANT_COLOR:
99 case GL_CONSTANT_COLOR:
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
libGLESv2.cpp 617 case GL_CONSTANT_COLOR:
639 case GL_CONSTANT_COLOR:
660 case GL_CONSTANT_COLOR:
682 case GL_CONSTANT_COLOR:
691 bool constantColorUsed = (srcRGB == GL_CONSTANT_COLOR || srcRGB == GL_ONE_MINUS_CONSTANT_COLOR ||
692 dstRGB == GL_CONSTANT_COLOR || dstRGB == GL_ONE_MINUS_CONSTANT_COLOR);
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 108 #define GL_CONSTANT_COLOR 0x8001
  /external/chromium_org/third_party/angle_dx11/include/GLES2/
gl2.h 108 #define GL_CONSTANT_COLOR 0x8001
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 109 #define GL_CONSTANT_COLOR 0x8001
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 108 #define GL_CONSTANT_COLOR 0x8001
  /external/mesa3d/include/GLES2/
gl2.h 108 #define GL_CONSTANT_COLOR 0x8001
  /frameworks/base/opengl/java/android/opengl/
GLES20.java 59 public static final int GL_CONSTANT_COLOR = 0x8001;
    [all...]

Completed in 134 milliseconds

1 2 3 4