Searched refs:colorShader (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 1129 FlatColorShader colorShader; in render() local 1131 deUint32 colorShaderID = ctx.createProgram(&colorShader); in render() 1159 colorShader.setColor(ctx, colorShaderID, Vec4(0.0f, 0.0f, 1.0f, 1.0f)); in render() 1170 colorShader.setColor(ctx, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in render() 1450 FlatColorShader colorShader; in render() local 1452 deUint32 colorShaderID = context.createProgram(&colorShader); in render() 1459 colorShader.setColor(context, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in render() 1707 FlatColorShader colorShader; in render() local 1709 deUint32 colorShaderID = context.createProgram(&colorShader); in render() 1723 colorShader.setColor(context, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in render()
|
/external/skqp/src/pdf/ |
D | SkPDFGradientShader.cpp | 854 SkPDFIndirectReference colorShader = find_pdf_shader(doc, std::move(opaqueState), false); in make_alpha_function_shader() local 855 if (!colorShader) { in make_alpha_function_shader() 862 std::unique_ptr<SkPDFDict> resourceDict = get_gradient_resource_dict(colorShader, alphaGsRef); in make_alpha_function_shader() 865 create_pattern_fill_content(alphaGsRef.fValue, colorShader.fValue, bbox); in make_alpha_function_shader()
|
/external/skia/src/pdf/ |
D | SkPDFGradientShader.cpp | 854 SkPDFIndirectReference colorShader = find_pdf_shader(doc, std::move(opaqueState), false); in make_alpha_function_shader() local 855 if (!colorShader) { in make_alpha_function_shader() 862 std::unique_ptr<SkPDFDict> resourceDict = get_gradient_resource_dict(colorShader, alphaGsRef); in make_alpha_function_shader() 865 create_pattern_fill_content(alphaGsRef.fValue, colorShader.fValue, bbox); in make_alpha_function_shader()
|