/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sVertexArrayTests.hpp | 42 void init (void);
|
H A D | es2sSpecialFloatTests.cpp | 109 virtual void init (void); 135 void RenderCase::init (void) in init() function in deqp::gles2::Stress::__anon30516::RenderCase 368 virtual void init (void); 396 void FramebufferRenderCase::init (void) 410 RenderCase::init(); 450 GLU_EXPECT_NO_ERROR(gl.getError(), "texture init"); 456 GLU_EXPECT_NO_ERROR(gl.getError(), "fbo init"); 527 void init (void); 559 void VertexAttributeCase::init (void) 561 RenderCase::init(); [all...] |
/third_party/vk-gl-cts/modules/gles2/ |
H A D | tes2CapabilityTests.hpp | 40 void init (void);
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aAccuracyTests.hpp | 42 void init (void);
|
H A D | es3aTextureFilteringTests.hpp | 42 void init (void);
|
H A D | es3aTextureMipmapTests.hpp | 42 void init (void);
|
H A D | es3aVaryingInterpolationTests.hpp | 42 void init (void);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBlendTests.hpp | 42 void init (void);
|
H A D | es3fBufferCopyTests.hpp | 42 void init (void);
|
H A D | es3fBufferMapTests.hpp | 42 void init (void);
|
H A D | es3fBufferWriteTests.hpp | 42 void init (void);
|
H A D | es3fColorClearTest.hpp | 44 virtual void init (void);
|
H A D | es3fDefaultVertexArrayObjectTests.hpp | 42 virtual void init (void);
|
H A D | es3fDefaultVertexAttributeTests.hpp | 42 void init (void);
|
H A D | es3fMultisampleTests.cpp | 207 virtual void init (void); 418 void MultisampleCase::init (void) in init() function in deqp::gles3::Functional::MultisampleCase 748 void init (void); 776 void CommonEdgeCase::init (void) in init() function in deqp::gles3::Functional::CommonEdgeCase 778 MultisampleCase::init(); in init() 1051 void init (void); 1062 void SampleDepthCase::init (void) in init() function in deqp::gles3::Functional::SampleDepthCase 1069 MultisampleCase::init(); in init() 1114 void init (void); 1123 void SampleStencilCase::init (voi function in deqp::gles3::Functional::SampleStencilCase 1265 void MaskProportionalityCase::init (void) init() function in deqp::gles3::Functional::MaskProportionalityCase 1631 void MultisampleTests::init (void) init() function in deqp::gles3::Functional::MultisampleTests [all...] |
/third_party/vulkan-loader/tests/live_verification/dynamic_loader_behavior/ |
H A D | dynamic_library.cpp | 40 FRAMEWORK_EXPORT void init() { in init() function
|
H A D | dynamic_library.h | 37 #define INIT_FUNCTION_NAME "init" 38 FRAMEWORK_EXPORT void init();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 90 cl::Hidden, cl::init(0)); 94 cl::init(false)); 98 cl::Hidden, cl::init(false)); 107 cl::Hidden, cl::init(false)); 112 cl::Hidden, cl::init(false)); 117 cl::Hidden, cl::init(false)); 121 cl::Hidden, cl::init(false)); 125 cl::Hidden, cl::init(false)); 130 cl::Hidden, cl::init(true)); 134 cl::Hidden, cl::init(fals [all...] |
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 892 basic_json(initializer_list_t init, in basic_json() argument 898 bool is_an_object = std::all_of(init.begin(), init.end(), in basic_json() 926 for (auto& element_ref : init) in basic_json() 938 m_value.array = create<array_t>(init.begin(), init.end()); in basic_json() 948 static basic_json binary(const typename binary_t::container_type& init) in binary() argument 952 res.m_value = init; in binary() 959 static basic_json binary(const typename binary_t::container_type& init, typename binary_t::subtype_type subtype) in binary() argument 963 res.m_value = binary_t(init, subtyp in binary() 970 binary(typename binary_t::container_type&& init) binary() argument 981 binary(typename binary_t::container_type&& init, typename binary_t::subtype_type subtype) binary() argument 3176 push_back(initializer_list_t init) push_back() argument 3192 operator +=(initializer_list_t init) operator +=() argument [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fVertexAttributeBindingTests.cpp | 139 virtual void init (void); 167 void BindingRenderCase::init (void) in init() function in deqp::gles31::Functional::__anon30967::BindingRenderCase 232 void init (void); 280 void SingleBindingCase::init (void) in init() function in deqp::gles31::Functional::__anon30967::SingleBindingCase 302 // init in init() 304 BindingRenderCase::init(); in init() 483 throw tcu::TestError("could not init buffer"); in createBuffers() 532 void init (void); 574 void MultipleBindingCase::init (void) in init() function in deqp::gles31::Functional::__anon30967::MultipleBindingCase 576 BindingRenderCase::init(); in init() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fMultisampleTests.cpp | 181 virtual void init (void); 318 void MultisampleCase::init (void) in init() function in deqp::gles2::Functional::MultisampleCase 580 void init (void); 611 void CommonEdgeCase::init (void) in init() function in deqp::gles2::Functional::CommonEdgeCase 613 MultisampleCase::init(); in init() 889 void init (void); 900 void SampleDepthCase::init (void) in init() function in deqp::gles2::Functional::SampleDepthCase 907 MultisampleCase::init(); in init() 952 void init (void); 964 void SampleStencilCase::init (voi function in deqp::gles2::Functional::SampleStencilCase 1109 void MaskProportionalityCase::init (void) init() function in deqp::gles2::Functional::MaskProportionalityCase 1481 void MultisampleTests::init (void) init() function in deqp::gles2::Functional::MultisampleTests [all...] |
/third_party/musl/porting/linux/user/crt/arm/ |
H A D | crti.s | 5 .section .init
|
/third_party/ltp/testcases/kernel/syscalls/delete_module/ |
H A D | dummy_del_mod_dep.c | 15 #include <linux/init.h>
|
/third_party/musl/crt/microblaze/ |
H A D | crti.s | 1 .section .init
|
/third_party/musl/crt/or1k/ |
H A D | crti.s | 1 .section .init
|