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

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CSSPropertyAnimation.cpp 51 static inline int blendFunc(const AnimationBase*, int from, int to, double progress)
56 static inline unsigned blendFunc(const AnimationBase*, unsigned from, unsigned to, double progress)
61 static inline double blendFunc(const AnimationBase*, double from, double to, double progress)
66 static inline float blendFunc(const AnimationBase*, float from, float to, double progress)
71 static inline Color blendFunc(const AnimationBase* animation, const StyleColor& from, const StyleColor& to, double progress)
78 static inline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double progress)
83 static inline LengthSize blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthSize& to, double progress)
85 return LengthSize(blendFunc(anim, from.width(), to.width(), progress),
86 blendFunc(anim, from.height(), to.height(), progress));
89 static inline IntSize blendFunc(const AnimationBase* anim, const IntSize& from, const IntSize& to, double progress
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 246 void (*blendFunc)(void* c, GGLenum src, GGLenum dst);
  /bootable/recovery/minui/
graphics.c 398 gl->blendFunc(gl, GGL_SRC_ALPHA, GGL_ONE_MINUS_SRC_ALPHA);
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 86 virtual void blendFunc(WGC3Denum sfactor, WGC3Denum dfactor) { }
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 351 m_context->blendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 252 virtual void blendFunc(WGC3Denum sfactor, WGC3Denum dfactor) = 0;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 99 virtual void blendFunc(WGC3Denum sfactor, WGC3Denum dfactor);
webgraphicscontext3d_in_process_command_buffer_impl.cc 501 DELEGATE_TO_GL_2(blendFunc, BlendFunc, WGC3Denum, WGC3Denum)
    [all...]
  /frameworks/native/opengl/libagl/
state.cpp 561 c->rasterizer.procs.blendFunc(c, sfactor, dfactor);
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.h 117 virtual void blendFunc(
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 169 virtual void blendFunc(WGC3Denum sfactor, WGC3Denum dfactor);
webgraphicscontext3d_command_buffer_impl.cc 746 DELEGATE_TO_GL_2(blendFunc, BlendFunc, WGC3Denum, WGC3Denum)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 109 void blendFunc(GC3Denum sfactor, GC3Denum dfactor);
    [all...]
WebGLRenderingContext.idl 473 [StrictTypeChecking] void blendFunc(GLenum sfactor, GLenum dfactor);
    [all...]
WebGLRenderingContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 531 void blendFunc(GC3Denum sfactor, GC3Denum dfactor);
    [all...]
GraphicsContext3D.cpp 381 DELEGATE_TO_WEBCONTEXT_2(blendFunc, GC3Denum, GC3Denum)
    [all...]
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 94 virtual void blendFunc(WebKit::WGC3Denum sfactor,
  /system/core/libpixelflinger/
pixelflinger.cpp 766 GGL_INIT_PROC(procs, blendFunc);
  /external/chromium_org/cc/output/
gl_renderer.cc     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 997 milliseconds