HomeSort by relevance Sort by last modified time
    Searched defs:blendColor (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/gm/
pathopsinverse.cpp 25 SkColor blendColor = blend(oneColor, twoColor);
29 makePaint(&fOpPaint[kIntersect_PathOp], blendColor);
  /external/skia/gm/
pathopsinverse.cpp 25 SkColor blendColor = blend(oneColor, twoColor);
29 makePaint(&fOpPaint[kIntersect_PathOp], blendColor);
  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 96 tcu::Vec4 blendColor;
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 75 Vec4 blendColor;
90 , blendColor (blendColor_)
225 log << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColor.z() << ", " << paramSet.blendColor.w() << ")" << TestLog::EndMessage;
231 GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z(), paramSet.blendColor.w()))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 92 Vec4 blendColor;
107 , blendColor (blendColor_)
278 log << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColor.z() << ", " << paramSet.blendColor.w() << ")" << TestLog::EndMessage;
284 GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z(), paramSet.blendColor.w()))
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 575 void GLContext::blendColor (float red, float green, float blue, float alpha)
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 245 tcu::Vec4 blendColor; //!< Components should be in range [0, 1].
277 , blendColor (0.0f)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 75 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) { }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]

Completed in 236 milliseconds