/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboInvalidateTests.cpp | 145 void render (tcu::Surface& dst) in render() function in deqp::gles3::Functional::InvalidateDefaultFramebufferRenderCase 213 void render (tcu::Surface& dst) in render() function in deqp::gles3::Functional::InvalidateDefaultFramebufferBindCase 251 // Switch to fbo and render gradient into it. in render() 307 void render (tcu::Surface& dst) in render() function in deqp::gles3::Functional::InvalidateDefaultSubFramebufferRenderCase 361 void render (tcu::Surface& dst) in render() function in deqp::gles3::Functional::InvalidateDefaultSubFramebufferBindCase 408 // Switch to fbo and render gradient into it. in render() 460 void render (tcu::Surface& dst) in render() function in deqp::gles3::Functional::InvalidateFboRenderCase 573 void render (tcu::Surface& dst) in render() function in deqp::gles3::Functional::InvalidateFboUnbindReadCase 703 void render (tcu::Surface& dst) in render() function in deqp::gles3::Functional::InvalidateFboUnbindBlitCase 827 void render (tc function in deqp::gles3::Functional::InvalidateSubFboRenderCase 929 void render (tcu::Surface& dst) render() function in deqp::gles3::Functional::InvalidateSubFboUnbindReadCase 1082 void render (tcu::Surface& dst) render() function in deqp::gles3::Functional::InvalidateSubFboUnbindBlitCase 1206 void render (tcu::Surface& dst) render() function in deqp::gles3::Functional::InvalidateFboTargetCase [all...] |
H A D | es3fASTCDecompressionCases.cpp | 242 void render (Surface& referenceDst, 325 void ASTCRenderer2D::render (Surface& referenceDst, Surface& resultDst, const glu::Texture2D& texture, const tcu::TextureFormat& uncompressedFormat) in render() function in deqp::gles3::Functional::ASTCRenderer2D 446 // Create texture and render. in iterate() 455 m_renderer->render(referenceFrame, renderedFrame, texture, getUncompressedFormat(compressed.getFormat())); in iterate() 569 // Create texture and render. 578 m_renderer->render(referenceFrame, renderedFrame, texture, getUncompressedFormat(compressed.getFormat()));
|
H A D | es3fBlendTests.cpp | 297 m_renderer->render(m_firstQuad); in iterate() 299 m_renderer->render(m_secondQuad); in iterate() 307 m_referenceRenderer->render(gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_firstQuadInt, referenceState); in iterate() 309 m_referenceRenderer->render(gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_secondQuadInt, referenceState); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
H A D | glcAndroidTestActivity.hpp | 54 virtual bool render(void);
|
/third_party/skia/samplecode/ |
H A D | SampleSVGFile.cpp | 45 fDom->render(canvas);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | tsxAttributeResolution12.js | 22 render(): JSX.Element;
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | SkottieAnimation.java | 76 public void render(Canvas canvas) { in render() method in SkottieAnimation
|
/third_party/skia/modules/skottie/src/ |
H A D | Skottie.cpp | 474 void Animation::render(SkCanvas* canvas, const SkRect* dstR) const { in render() function in skottie::Animation 475 this->render(canvas, dstR, 0); in render() 478 void Animation::render(SkCanvas* canvas, const SkRect* dstR, RenderFlags renderFlags) const { in render() function in skottie::Animation 502 fScene->render(canvas); in render()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resolve.c | 28 * It also handles our cache tracking. We have sets for the render cache, 31 * render-to-texture, format reinterpretation issues, and other situations. 194 * enabled depth texture, and flush the render cache for any dirty textures. 312 * Also mark any render targets which will be textured as needing a render 395 hash_table_foreach(batch->cache.render, render_entry) in crocus_cache_sets_clear() 396 _mesa_hash_table_remove(batch->cache.render, render_entry); in crocus_cache_sets_clear() 406 * The GPU has separate, incoherent caches for the render cache and the 408 * caches don't interact (e.g. we don't render to our driver-generated 409 * immediate constant data), but for render [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglSwapBuffersWithDamageTests.cpp | 138 void render (int width, int height, const Frame& frame) const; 188 void GLES2Renderer::render (int width, int height, const Frame& frame) const in render() function in deqp::egl::__anon30390::GLES2Renderer 421 m_gles2Renderer->render(width, height, frameSequence[ndx]); in iterate() 503 m_gles2Renderer->render(width, height, currentFrame); in iterate() 616 m_gles2Renderer->render(width, height, frameSequence[ndx]); in iterate() 691 stream << "render"; in generateTestName()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vdpau_internal.h | 90 * VDPAU decoder render callback 92 VdpDecoderRender *render; member
|
/third_party/mesa3d/docs/ |
H A D | doxygen-wrapper.py | 67 doxyfile.write(TEMPLATE_DOXYFILE.render(
|
/third_party/json/tools/generate_natvis/ |
H A D | generate_natvis.py | 38 natvis = template.render(namespaces=namespaces)
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_constant_expressions.py | 513 print(Template(template).render(opcodes=opcodes, type_sizes=type_sizes,
|
/third_party/mesa3d/src/mesa/main/ |
H A D | format_fallback.py | 133 f.write(TEMPLATE.render(**template_env))
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | utils.rs | 55 let actual = err.render().to_string(); in assert_output()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
H A D | EnvelopeADSR.java | 84 public float render() { in render() method in EnvelopeADSR
|
/third_party/skia/tools/viewer/ |
H A D | SkRiveSlide.cpp | 64 ab->render(canvas); in draw()
|
H A D | SvgSlide.cpp | 63 fDom->render(canvas); in draw()
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
H A D | SkottieAnimationActivity.java | 39 mSample.render(canvas, ms, 0, 0, mSurfaceWidth, mSurfaceHeight); in onRenderFrame()
|
H A D | RuntimeShaderActivity.java | 36 mSample.render(canvas, ms, 0, 0, mSurfaceWidth, mSurfaceHeight); in onRenderFrame()
|
/third_party/skia/modules/svg/utils/ |
H A D | SvgTool.cpp | 61 svg_dom->render(surface->getCanvas()); in main()
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/ |
H A D | RuntimeSample.java | 37 public void render(Canvas canvas, long ms, float left, float top, float right, float bottom) { in render() method in RuntimeSample
|
H A D | ImageShaderSample.java | 34 public void render(Canvas canvas, long t, float left, float top, float right, float bottom) { in render() method in ImageShaderSample
|
/third_party/skia/experimental/skrive/src/ |
H A D | Node.cpp | 72 child->render(canvas); in onRender()
|