Home
last modified time | relevance | path

Searched defs:description (Results 276 - 300 of 1391) sorted by relevance

1...<<11121314151617181920>>...56

/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBlendTests.cpp62 BlendCase::BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) in BlendCase() argument
H A Des3pRedundantStateChangeTests.cpp60 RedundantStateChangeCase::RedundantStateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description) in RedundantStateChangeCase() argument
H A Des3pStateChangeTests.cpp61 StateChangeCase::StateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description) in StateChangeCase() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fBooleanStateQueryTests.cpp61 IsEnabledStateTestCase (Context& context, QueryType verifier, const char* name, const char* description, glw::GLenum targetName, bool initial, glu::ApiType minimumContextVersion) in IsEnabledStateTestCase() argument
140 const char* description; in init() member
/third_party/vk-gl-cts/scripts/
H A Dconvert_case_list_to_xml.py80 description = m.group(2) variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersion1p4Tests.cpp49 const char *description; member
H A DvktSpvAsmTerminateInvocationTests.cpp49 const char *description; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestGroupUtil.hpp38 TestGroupHelper0(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, CleanupGroupFunc cleanupGroup) TestGroupHelper0() argument
76 TestGroupHelper1(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, const Arg0& arg0, CleanupGroupFunc cleanupGroup) TestGroupHelper1() argument
104 TestGroupHelper2(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, const Arg0& arg0, const Arg1& arg1, CleanupGroupFunc cleanupGroup) TestGroupHelper2() argument
128 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, TestGroupHelper0::CreateChildrenFunc createChildren, TestGroupHelper0::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
138 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
148 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0, Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
159 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, TestGroupHelper0::CreateChildrenFunc createChildren) addTestGroup() argument
168 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
179 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0,Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTestCase.cpp133 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description) in TestCaseGroup() argument
139 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const vector<TestNode*>& children) in TestCaseGroup() argument
170 TestCase::TestCase (TestContext& testCtx, const char* name, const char* description) in TestCase() argument
176 TestCase::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description) in TestCase() argument
[all...]
/third_party/vk-gl-cts/framework/egl/
H A DegluNativeWindow.cpp90 NativeWindowFactory::NativeWindowFactory (const std::string& name, const std::string& description, NativeWindow::Capability capabilities) in NativeWindowFactory() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglApiCase.cpp40 ApiCase::ApiCase (EglTestContext& eglTestCtx, const char* name, const char* description) in ApiCase() argument
H A DteglMutableRenderBufferTests.cpp73 MutableRenderBufferTest(EglTestContext& eglTestCtx, const char* name, const char* description, bool enableConfigBit) MutableRenderBufferTest() argument
H A DteglSurfacelessContextTests.cpp64 SurfacelessContextCase::SurfacelessContextCase (EglTestContext& eglTestCtx, const char* name, const char* description, const eglu::FilterList& filters) in SurfacelessContextCase() argument
H A DteglTestCase.cpp76 TestCaseGroup::TestCaseGroup (EglTestContext& eglTestCtx, const char* name, const char* description) in TestCaseGroup() argument
86 TestCase::TestCase (EglTestContext& eglTestCtx, const char* name, const char* description) in TestCase() argument
92 TestCase::TestCase (EglTestContext& eglTestCtx, tcu::TestNodeType type, const char* name, const char* description) in TestCase() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fApiCase.cpp40 ApiCase::ApiCase (Context& context, const char* name, const char* description) in ApiCase() argument
H A Des2fRandomShaderTests.cpp38 gls::RandomShaderCase* createRandomShaderCase (Context& context, const char* description, const rsg::ProgramParameters& baseParams, deUint32 seed, bool vertex, bool fragment) in createRandomShaderCase() argument
H A Des2fShaderAlgorithmTests.cpp60 ShaderAlgorithmCase::ShaderAlgorithmCase (Context& context, const char* name, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const char* vertShaderSource, const char* fragShaderSource) in ShaderAlgorithmCase() argument
73 static ShaderAlgorithmCase* createExpressionCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, LineStream& shaderBody) in createExpressionCase() argument
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pBlendTests.cpp62 BlendCase::BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) in BlendCase() argument
H A Des2pRedundantStateChangeTests.cpp60 RedundantStateChangeCase::RedundantStateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description) in RedundantStateChangeCase() argument
H A Des2pStateChangeTests.cpp61 StateChangeCase::StateChangeCase (Context& context, int drawCallCount, int triangleCount, bool drawArrays, bool useIndexBuffer, const char* name, const char* description) in StateChangeCase() argument
/third_party/vk-gl-cts/modules/gles2/
H A Dtes2CapabilityTests.cpp47 GetIntCase (Context& context, const char* name, const char* description, GLenum param) in GetIntCase() argument
81 const char* description; in init() member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fApiCase.cpp42 ApiCase::ApiCase (Context& context, const char* name, const char* description) in ApiCase() argument
/applications/standard/calendardata/calendarmanager/test/unittest/src/
H A Devent_filter_test.cpp284 optional<string> description = std::make_optional<string>("FilterByTime_and_eventKey_003 description"); in HWTEST_F() local
[all...]
/base/print/print_fwk/frameworks/ohprint/include/
H A Dvendor_extension.h65 char *description; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_hw_core.h27 const char *description; /**< Name of unit (as specified in device configuration) */ member

Completed in 14 milliseconds

1...<<11121314151617181920>>...56