/third_party/ffmpeg/libavcodec/ |
H A D | mediacodec.h | 71 * Opaque structure representing a MediaCodec buffer to render. 76 * Release a MediaCodec buffer and render it to the surface that is associated 81 * @param buffer the buffer to render 82 * @param render 1 to release and render the buffer to the surface or 0 to 86 int av_mediacodec_release_buffer(AVMediaCodecBuffer *buffer, int render); 89 * Release a MediaCodec buffer and render it at the given time to the surface 95 * @param buffer the buffer to render 96 * @param time timestamp in nanoseconds of when to render the buffer
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_imul.py | 49 imul_lowering).render())
|
H A D | ir3_nir_trig.py | 45 trig_workarounds).render())
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builder_opcodes_h.py | 171 print(Template(template).render(opcodes=opcodes, INTR_OPCODES=INTR_OPCODES, WRITE_MASK=WRITE_MASK, ALIGN_MUL=ALIGN_MUL))
|
H A D | nir_intrinsics_indices_h.py | 92 f.write(Template(template).render(INTR_INDICES=INTR_INDICES))
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | zink_nir_algebraic.py | 45 lower_b2b).render())
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_printer.c.py | 237 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, src_count = src_count))
|
H A D | bi_opcodes.h.py | 118 print(Template(COPYRIGHT + TEMPLATE).render(mnemonics = mnemonics, modifiers = modifier_lists))
|
H A D | bi_opcodes.c.py | 66 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, mnemonics = mnemonics, instructions = instructions, typesize = typesize))
|
/third_party/typescript/tests/baselines/reference/ |
H A D | tsxTypeArgumentPartialDefinitionStillErrors.js | 4 render(): Element | string | false;
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_cmd_queue_gen.py | 588 f.write(TEMPLATE_H.render(guard=guard, **environment)) 590 f.write(TEMPLATE_C.render(**environment)) 598 print(exceptions.text_error_template().render(), file=sys.stderr)
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture.c | 153 if (base->render && etna_resource_newer(etna_resource(base->render), base)) in etna_update_sampler_source() 154 from = etna_resource(base->render); in etna_update_sampler_source()
|
H A D | etnaviv_transfer.c | 241 /* This one is a little tricky: if we have a separate render resource, which in etna_transfer_map() 246 if (rsc->render && etna_resource_newer(etna_resource(rsc->render), rsc) && in etna_transfer_map() 247 (!rsc->texture || etna_resource_newer(etna_resource(rsc->render), in etna_transfer_map() 249 rsc = etna_resource(rsc->render); in etna_transfer_map() 254 * render resource. Use the texture resource, which avoids bouncing in etna_transfer_map()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | info.py | 141 self._str, = self.render('line') 240 def render(self, fmt='line', *, itemonly=False): member in Analyzed 244 rendered = self.item.render(fmt)
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFragmentOpUtil.cpp | 177 void QuadRenderer::render (const Quad& quad) const in render() function in deqp::gls::FragmentOpUtil::QuadRenderer 219 m_fragmentProcessor.render(colorBuffer, depthBuffer, stencilBuffer, &m_fragmentBuffer[0], m_fragmentBufferSize, faceType, state); in flushFragmentBuffer() 223 void ReferenceQuadRenderer::render (const tcu::PixelBufferAccess& colorBuffer, in render() function in deqp::gls::FragmentOpUtil::ReferenceQuadRenderer
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fReadPixelsTests.cpp | 59 void render (tcu::Texture2D& reference); 77 void ReadPixelsTest::render (tcu::Texture2D& reference) in render() function in deqp::gles2::Functional::ReadPixelsTest 205 render(reference); in iterate()
|
H A D | es2fBlendTests.cpp | 249 m_renderer->render(m_firstQuad); in iterate() 251 m_renderer->render(m_secondQuad); in iterate() 259 m_referenceRenderer->render(gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_firstQuadInt, referenceState); in iterate() 261 m_referenceRenderer->render(gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_secondQuadInt, referenceState); in iterate()
|
/third_party/node/deps/v8/third_party/inspector_protocol/ |
H A D | code_generator.py | 621 config, file_name + ".h"))] = h_template.render(template_context) 623 config, file_name + ".cpp"))] = cpp_template.render(template_context) 626 config, file_name + ".h"))] = exported_template.render( 630 config, file_name + ".h"))] = imported_template.render( 672 parts.append(template.render(template_context))
|
/third_party/node/tools/inspector_protocol/ |
H A D | code_generator.py | 619 outputs[os.path.join(config.protocol.output, to_file_name(config, file_name + ".h"))] = h_template.render(template_context) 620 outputs[os.path.join(config.protocol.output, to_file_name(config, file_name + ".cpp"))] = cpp_template.render(template_context) 622 outputs[os.path.join(config.exported.output, to_file_name(config, file_name + ".h"))] = exported_template.render(template_context) 624 outputs[os.path.join(config.protocol.output, to_file_name(config, file_name + ".h"))] = imported_template.render(template_context) 676 parts.append(template.render(template_context))
|
/third_party/mesa3d/bin/ |
H A D | pick-ui.py | 31 loop = urwid.MainLoop(u.render(), PALETTE, event_loop=evl, handle_mouse=False)
|
/third_party/skia/modules/skottie/include/ |
H A D | ExternalLayer.h | 28 virtual void render(SkCanvas* canvas, double t) = 0;
|
/third_party/skia/demos.skia.org/demos/web_worker/ |
H A D | shared.js | 15 animation.render(skcanvas, [0, 0, 500, 500]);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_xcp.c | 251 adev->xcp_mgr->xcp[i].rdev = p_ddev->render->dev; in amdgpu_xcp_dev_alloc() 255 p_ddev->render->dev = ddev; in amdgpu_xcp_dev_alloc() 361 p_ddev->render->dev = adev->xcp_mgr->xcp[i].rdev; in amdgpu_xcp_dev_unplug() 382 if (file_priv->minor == adev->xcp_mgr->xcp[i].ddev->render) { in amdgpu_xcp_open_device()
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | __main__.py | 53 items, render = c_analyzer.build_section(name, groupitems, 55 yield from render() 301 render = _capi.get_renderer(format) 317 lines = render(
|
/third_party/skia/modules/canvaskit/ |
H A D | skottie_bindings.cpp | 177 void render(SkCanvas* canvas, const SkRect* dst) const { fAnimation->render(canvas, dst); } in render() function in __anon18519::final 308 self.render(canvas, dst); in EMSCRIPTEN_BINDINGS() 330 self.render(canvas, dst); in EMSCRIPTEN_BINDINGS()
|