HomeSort by relevance Sort by last modified time
    Searched refs:BLEND (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 284 m_context->enable(GraphicsContext3D::BLEND);
288 m_context->disable(GraphicsContext3D::BLEND);
291 m_context->enable(GraphicsContext3D::BLEND);
295 m_context->enable(GraphicsContext3D::BLEND);
299 m_context->enable(GraphicsContext3D::BLEND);
303 m_context->enable(GraphicsContext3D::BLEND);
307 m_context->enable(GraphicsContext3D::BLEND);
311 m_context->enable(GraphicsContext3D::BLEND);
315 m_context->enable(GraphicsContext3D::BLEND);
319 m_context->enable(GraphicsContext3D::BLEND);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 99 BLEND("Blending"),
GLState.java 219 IGLProperty blend = new GLCompositeProperty(GLStateType.BLEND, local
227 depthTest, depthFunc, blend, dither);
  /external/libyuv/files/source/
row_common.cc 824 #define BLEND(f, b, a) (((256 - a) * b) >> 8) + f
826 // Blend src_argb0 over src_argb1 and store to dst_argb.
839 dst_argb[0] = BLEND(fb, bb, a);
840 dst_argb[1] = BLEND(fg, bg, a);
841 dst_argb[2] = BLEND(fr, br, a);
851 dst_argb[4 + 0] = BLEND(fb, bb, a);
852 dst_argb[4 + 1] = BLEND(fg, bg, a);
853 dst_argb[4 + 2] = BLEND(fr, br, a);
868 dst_argb[0] = BLEND(fb, bb, a);
869 dst_argb[1] = BLEND(fg, bg, a)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 389 GLC(m_context.get(), m_context->disable(GraphicsContext3D::BLEND));
406 GLC(m_context.get(), m_context->enable(GraphicsContext3D::BLEND));
438 GLC(m_context.get(), m_context->enable(GraphicsContext3D::BLEND));
446 GLC(m_context.get(), m_context->disable(GraphicsContext3D::BLEND));
    [all...]
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 168 } else if (blendMode == BlendMode.BLEND) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 162 BLEND = 0x0BE2,
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.idl 91 /* Separate Blend Functions */
135 const unsigned int BLEND = 0x0BE2;
    [all...]
WebGLRenderingContext.cpp     [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 450 milliseconds