Home
last modified time | relevance | path

Searched refs:render (Results 276 - 300 of 499) sorted by relevance

1...<<11121314151617181920

/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_builder.h.py211 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers =
H A Dbi_packer.c.py302 return variant_template.render(name = opname_to_c(opname), states = zip(pack_exprs, state_body, state_conds), common_body = common_body, single_state = (len(states) == 1), srcs = 4)
342 print(top_pack.render(ops = ir_instructions, instructions = instructions, opname_to_c = opname_to_c, unit = unit))
/third_party/skia/samplecode/
H A DSampleCowboy.cpp81 fDom->render(canvas);
/third_party/skia/third_party/externals/jinja2/
H A Dnativetypes.py79 def render(self, *args, **kwargs): member in NativeTemplate
/third_party/skia/tests/
H A DPathOpsThreadedCommon.h47 void render();
H A DPathOpsOpRectThreadedTest.cpp107 testRunner.render(); in DEF_TEST()
196 testRunner.render(); in DEF_TEST()
H A DPathOpsTightBoundsTest.cpp45 testRunner.render(); in DEF_TEST()
120 testRunner.render(); in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DArg.h128 void render(const ArgList &Args, ArgStringList &Output) const;
130 /// Append the argument, render as an input, onto the given
133 /// The distinction is that some options only render their values
/third_party/skia/modules/sksg/src/
H A DSkSGMaskEffect.cpp62 fMaskNode->render(canvas, &mask_render_context); in onRender()
H A DSkSGGroup.cpp67 child->render(canvas, local_ctx); in onRender()
/third_party/skia/modules/svg/src/
H A DSkSVGMask.cpp63 child->render(lctx); in renderMask()
H A DSkSVGUse.cpp49 ref->render(ctx); in onRender()
/third_party/skia/modules/androidkit/src/
H A DSkottieAnimation.cpp66 animation->render(canvas); in Animation_Render()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderPerformanceMeasurer.hpp109 void render (int numDrawCalls);
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidTestActivity.cpp80 bool TestThread::render (void) in render() function in tcu::Android::TestThread
/third_party/mesa3d/bin/
H A Dgen_release_notes.py319 f.write(TEMPLATE.render(
333 print(exceptions.text_error_template().render())
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Dviews.rs35 pub fn render<'files>( in render() functions
325 // Check to see if we need to render any intermediate stuff
337 // To render the line right, we have to get back the original labels.
371 // Check to see if we should render a trailing border after the
374 // We don't render a border if we are at the final newline
421 pub fn render<'files>( in render() functions
/third_party/python/Tools/c-analyzer/cpython/
H A D_analyzer.py302 def render(self, fmt='line', *, itemonly=False): member in Analyzed
306 rendered = super().render(fmt, itemonly=itemonly)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DArgList.cpp113 Arg->render(*this, Output); in AddAllArgsExcept()
134 Arg->render(*this, Output); in AddAllArgs()
/third_party/skia/modules/skottie/src/effects/
H A DMotionBlurEffect.cpp129 child->render(canvas, ctx); in renderToRaster8888Pow2Samples()
247 child->render(canvas, frame_ctx); in onRender()
/third_party/skia/experimental/skrive/include/
H A DSkRive.h74 void render(SkCanvas* canvas) const { in render() function in skrive::Component
298 void render(SkCanvas*) const;
/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.cpp210 void render(SkCanvas* canvas, double t) override {
214 fAnimation->render(canvas, &dst_rect);
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboStencilbufferTests.cpp66 void render (tcu::Surface& dst) in render() function in deqp::gles3::Functional::BasicFboStencilCase
155 void render (tcu::Surface& dst) in render() function in deqp::gles3::Functional::DepthStencilAttachCase
H A Des3fFboTestCase.cpp73 // Surface format and storage is choosen by render(). in iterate()
85 render(result); in iterate()
112 render(reference); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp73 // Surface format and storage is choosen by render(). in iterate()
87 render(result); in iterate()
116 render(reference); in iterate()

Completed in 14 milliseconds

1...<<11121314151617181920