/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 542 virtual void render (sglr::Context& fboContext, Surface& dst) = DE_NULL; 590 render(context, gles2Frame); // Call actual render func in iterate() 614 render(context, refFrame); in iterate() 651 void render (sglr::Context& context, Surface& dst); 659 void ColorClearsTest::render (sglr::Context& context, Surface& dst) in render() function in deqp::gles2::Functional::FboCases::ColorClearsTest 738 virtual void render (sglr::Context& context, Surface& dst); 770 void IntersectingQuadsTest::render (sglr::Context& ctx, Surface& dst) in render() function in deqp::gles2::Functional::FboCases::IntersectingQuadsTest 831 void render (sglr::Context& context, Surface& dst); 867 void MixTest::render (sgl function in deqp::gles2::Functional::FboCases::MixTest 957 void BlendTest::render (sglr::Context& context, Surface& dst) render() function in deqp::gles2::Functional::FboCases::BlendTest 1012 void StencilClearsTest::render (sglr::Context& context, Surface& dst) render() function in deqp::gles2::Functional::FboCases::StencilClearsTest 1127 void StencilTest::render (sglr::Context& ctx, Surface& dst) render() function in deqp::gles2::Functional::FboCases::StencilTest 1208 void SharedColorbufferTest::render (sglr::Context& context, Surface& dst) render() function in deqp::gles2::Functional::FboCases::SharedColorbufferTest 1342 void SharedColorbufferClearsTest::render (sglr::Context& context, Surface& dst) render() function in deqp::gles2::Functional::FboCases::SharedColorbufferClearsTest 1447 void SharedDepthbufferTest::render (sglr::Context& context, Surface& dst) render() function in deqp::gles2::Functional::FboCases::SharedDepthbufferTest 1564 void TexSubImageAfterRenderTest::render (sglr::Context& context, Surface& dst) render() function in deqp::gles2::Functional::FboCases::TexSubImageAfterRenderTest 1630 void TexSubImageBetweenRenderTest::render (sglr::Context& context, Surface& dst) render() function in deqp::gles2::Functional::FboCases::TexSubImageBetweenRenderTest 1704 void ResizeTest::render (sglr::Context& context, Surface& dst) render() function in deqp::gles2::Functional::FboCases::ResizeTest 1874 void RecreateBuffersTest<Buffers>::render (sglr::Context& ctx, Surface& dst) render() function in deqp::gles2::Functional::FboCases::RecreateBuffersTest 2016 void render (sglr::Context& ctx, Surface& dst) render() function in deqp::gles2::Functional::FboCases::RepeatedClearCase [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | pipeline_state_object_vk.h | 22 #include <render/device/pipeline_state_desc.h> 23 #include <render/namespace.h>
|
H A D | swapchain_vk.h | 23 #include <render/device/gpu_resource_desc.h> 24 #include <render/namespace.h>
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/ |
H A D | intf_render_util.h | 20 #include <3d/render/render_data_defines_3d.h> 21 #include <render/nodecontext/intf_render_node_graph_manager.h> 33 /** Create camera render node graph desc. 34 * Camera ids are combined to render node names with render scene name. 35 * If multiple ECS are used the render scene data store name needs to be unique. 39 * @return RenderNodeGraphDesc for a given render camera. 44 /* Camera render node graph descs */ 46 /* Camera render node graph desc */ 48 /* Camera based post process render nod [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/loader/ |
H A D | intf_render_data_configuration_loader.h | 23 #include <render/datastore/render_data_store_render_pods.h> 24 #include <render/namespace.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_barrier_list.h | 25 #include <render/namespace.h> 26 #include <render/resource_handle.h>
|
H A D | render_node_manager.h | 23 #include <render/intf_plugin.h> 24 #include <render/namespace.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_state_loader.h | 23 #include <render/device/pipeline_state_desc.h> 24 #include <render/namespace.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
H A D | intf_render_data_store_pod.h | 25 #include <render/datastore/intf_render_data_store.h> 26 #include <render/namespace.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | swapchain_gles.h | 22 #include <render/device/gpu_resource_desc.h> 23 #include <render/namespace.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_render_node_post_process_util.h | 24 #include <render/device/pipeline_state_desc.h> 25 #include <render/render_data_structures.h> 45 * If parsing is true, the resources are parsed from render node inputs 68 /** Parse render node resource inputs */ 75 * Init method. Call in render node Init() 80 * PreExecute method. Call in render node PreExecute() 85 * Execute method. Call in render node Execute()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_default_gpu_resource_data_copy.h | 26 #include <render/datastore/intf_render_data_store_default_gpu_resource_data_copy.h> 27 #include <render/namespace.h>
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
H A D | intf_render_data_store_default_camera.h | 19 #include <3d/render/render_data_defines_3d.h> 22 #include <render/datastore/intf_render_data_store.h> 46 * @return render camera. 51 * @return render camera. 81 * @return render environment.
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_gather_types_c.py | 119 f.write(TEMPLATE.render(opcodes=opcodes)) 128 sys.stderr.write(exceptions.text_error_template().render() + '\n')
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_extensions_gen.py | 216 f.write(_TEMPLATE_H.render(**template_env)) 220 f.write(_TEMPLATE_C.render(**template_env))
|
/third_party/typescript/tests/baselines/reference/ |
H A D | checkJsxChildrenProperty10.js | 14 render() { 29 Button.prototype.render = function () {
|
H A D | checkJsxChildrenProperty11.js | 14 render() { 29 Button.prototype.render = function () {
|
H A D | jsxChildrenSingleChildConfusableWithMultipleChildrenNoError.js | 17 render() { 56 App.prototype.render = function () {
|
H A D | jsxViaImport.2.js | 19 render() { 50 TestComponent.prototype.render = function () {
|
H A D | jsxViaImport.js | 19 render() { 50 TestComponent.prototype.render = function () {
|
H A D | tsxAttributeResolution16.js | 20 public render() { 52 AddressComp.prototype.render = function () {
|
H A D | tsxDefaultAttributesResolution1.js | 8 render() { 40 Poisoned.prototype.render = function () {
|
H A D | tsxDefaultAttributesResolution2.js | 8 render() { 40 Poisoned.prototype.render = function () {
|
H A D | tsxDefaultAttributesResolution3.js | 8 render() { 40 Poisoned.prototype.render = function () {
|
H A D | tsxDynamicTagName5.js | 14 render() { 48 Text.prototype.render = function () {
|