Home
last modified time | relevance | path

Searched refs:colorShader (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp1107 FlatColorShader colorShader; in render() local
1109 deUint32 colorShaderID = ctx.createProgram(&colorShader); in render()
1137 colorShader.setColor(ctx, colorShaderID, Vec4(0.0f, 0.0f, 1.0f, 1.0f)); in render()
1148 colorShader.setColor(ctx, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in render()
1428 FlatColorShader colorShader; in render() local
1430 deUint32 colorShaderID = context.createProgram(&colorShader); in render()
1437 colorShader.setColor(context, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in render()
1685 FlatColorShader colorShader; in render() local
1687 deUint32 colorShaderID = context.createProgram(&colorShader); in render()
1701 colorShader.setColor(context, colorShaderID, Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in render()
/external/skia/src/pdf/
DSkPDFGradientShader.cpp881 sk_sp<SkPDFObject> colorShader = find_pdf_shader(doc, std::move(opaqueState), false); in make_alpha_function_shader() local
882 if (!colorShader) { in make_alpha_function_shader()
891 get_gradient_resource_dict(colorShader.get(), alphaGs.get()); in make_alpha_function_shader()