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

  /external/skia/gm/
pathopsinverse.cpp 25 SkColor blendColor = blend(oneColor, twoColor);
29 makePaint(&fOpPaint[kIntersect_SkPathOp], 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)

Completed in 177 milliseconds