Home
last modified time | relevance | path

Searched refs:render (Results 301 - 325 of 1071) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboRenderTest.cpp542 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 Dpipeline_state_object_vk.h22 #include <render/device/pipeline_state_desc.h>
23 #include <render/namespace.h>
H A Dswapchain_vk.h23 #include <render/device/gpu_resource_desc.h>
24 #include <render/namespace.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_render_util.h20 #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 Dintf_render_data_configuration_loader.h23 #include <render/datastore/render_data_store_render_pods.h>
24 #include <render/namespace.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_barrier_list.h25 #include <render/namespace.h>
26 #include <render/resource_handle.h>
H A Drender_node_manager.h23 #include <render/intf_plugin.h>
24 #include <render/namespace.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader.h23 #include <render/device/pipeline_state_desc.h>
24 #include <render/namespace.h>
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_pod.h25 #include <render/datastore/intf_render_data_store.h>
26 #include <render/namespace.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.h22 #include <render/device/gpu_resource_desc.h>
23 #include <render/namespace.h>
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_post_process_util.h24 #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 Drender_data_store_default_gpu_resource_data_copy.h26 #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 Dintf_render_data_store_default_camera.h19 #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 Dvtn_gather_types_c.py119 f.write(TEMPLATE.render(opcodes=opcodes))
128 sys.stderr.write(exceptions.text_error_template().render() + '\n')
/third_party/mesa3d/src/vulkan/util/
H A Dvk_extensions_gen.py216 f.write(_TEMPLATE_H.render(**template_env))
220 f.write(_TEMPLATE_C.render(**template_env))
/third_party/typescript/tests/baselines/reference/
H A DcheckJsxChildrenProperty10.js14 render() {
29 Button.prototype.render = function () {
H A DcheckJsxChildrenProperty11.js14 render() {
29 Button.prototype.render = function () {
H A DjsxChildrenSingleChildConfusableWithMultipleChildrenNoError.js17 render() {
56 App.prototype.render = function () {
H A DjsxViaImport.2.js19 render() {
50 TestComponent.prototype.render = function () {
H A DjsxViaImport.js19 render() {
50 TestComponent.prototype.render = function () {
H A DtsxAttributeResolution16.js20 public render() {
52 AddressComp.prototype.render = function () {
H A DtsxDefaultAttributesResolution1.js8 render() {
40 Poisoned.prototype.render = function () {
H A DtsxDefaultAttributesResolution2.js8 render() {
40 Poisoned.prototype.render = function () {
H A DtsxDefaultAttributesResolution3.js8 render() {
40 Poisoned.prototype.render = function () {
H A DtsxDynamicTagName5.js14 render() {
48 Text.prototype.render = function () {

Completed in 14 milliseconds

1...<<11121314151617181920>>...43