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

  /external/skia/gm/
pathopsinverse.cpp 26 SkColor blendColor = blend(oneColor, twoColor);
30 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor);
  /external/skqp/gm/
pathopsinverse.cpp 26 SkColor blendColor = blend(oneColor, twoColor);
30 makePaint(&fOpPaint[kIntersect_SkPathOp], blendColor);
  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 96 tcu::Vec4 blendColor;
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 76 Vec4 blendColor;
91 , blendColor (blendColor_)
227 log << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColor.z() << ", " << paramSet.blendColor.w() << ")" << TestLog::EndMessage;
233 GLU_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z(), paramSet.blendColor.w()))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 88 Vec4 blendColor;
103 , blendColor (blendColor_)
275 log << TestLog::Message << "Blend color = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColor.z() << ", " << paramSet.blendColor.w() << ")" << TestLog::EndMessage;
281 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 256 tcu::Vec4 blendColor; //!< Components should be in range [0, 1].
288 , blendColor (0.0f)
  /external/swiftshader/src/OpenGL/libGL/
Context.h 437 Color blendColor;
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 351 Color blendColor;
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 32 virtual GrGLvoid blendColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) {}
    [all...]
  /external/skqp/src/gpu/gl/
GrGLTestInterface.h 32 virtual GrGLvoid blendColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) {}
    [all...]

Completed in 761 milliseconds