HomeSort by relevance Sort by last modified time
    Searched full:blend_equation_rgb (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 41 GLenum blend_equation_rgb; variable
context_state_impl_autogen.h 41 blend_equation_rgb = GL_FUNC_ADD;
189 if ((blend_equation_rgb != prev_state->blend_equation_rgb) ||
191 glBlendEquationSeparate(blend_equation_rgb, blend_equation_alpha);
313 glBlendEquationSeparate(blend_equation_rgb, blend_equation_alpha);
407 params[0] = static_cast<GLint>(blend_equation_rgb);
748 params[0] = static_cast<GLfloat>(blend_equation_rgb);
    [all...]
gles2_cmd_decoder_autogen.h 128 if (state_.blend_equation_rgb != mode ||
130 state_.blend_equation_rgb = mode;
155 if (state_.blend_equation_rgb != modeRGB ||
157 state_.blend_equation_rgb = modeRGB;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 105 BLEND_EQUATION_RGB("RGB Equation"),
GLState.java 216 IGLProperty blendEquationRgb = new GLEnumProperty(GLStateType.BLEND_EQUATION_RGB,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 102 const GLenum BLEND_EQUATION_RGB = 0x8009; /* same as BLEND_EQUATION */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_state.c 157 SB_BEGIN_3D(so, BLEND_EQUATION_RGB, 5);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 157 SB_BEGIN_3D(so, BLEND_EQUATION_RGB, 5);
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state.c 166 SB_BEGIN_3D(so, BLEND_EQUATION_RGB, 5);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 166 SB_BEGIN_3D(so, BLEND_EQUATION_RGB, 5);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java     [all...]
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py 162 'name': 'blend_equation_rgb',
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_API.xml     [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_API.xml     [all...]

Completed in 715 milliseconds