Home
last modified time | relevance | path

Searched defs:description (Results 776 - 800 of 1178) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderIndexingTests.cpp166 ShaderIndexingCase::ShaderIndexingCase (Context& context, const char* name, const char* description, bool isVertexCase, DataType varType, ShaderEvalFunc evalFunc, deUint32 requirements, const char* vertShaderSource, const char* fragShaderSource) in ShaderIndexingCase() argument
256 static ShaderIndexingCase* createVaryingArrayCase (Context& context, const char* caseName, const char* description, DataType varType, IndexAccessType vertAccess, IndexAccessType fragAccess) in createVaryingArrayCase() argument
379 static ShaderIndexingCase* createUniformArrayCase (Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType readAccess) in createUniformArrayCase() argument
489 static ShaderIndexingCase* createTmpArrayCase (Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType readAccess) in createTmpArrayCase() argument
693 static ShaderIndexingCase* createVectorSubscriptCase (Context& context, const char* caseName, const char* description, boo argument
879 createMatrixSubscriptCase(Context& context, const char* caseName, const char* description, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType readAccess) createMatrixSubscriptCase() argument
[all...]
H A Des2fStencilTests.cpp187 StencilCase::StencilCase (Context& context, const char* name, const char* description) in StencilCase() argument
392 SimpleStencilCase (Context& context, const char* name, const char* description, GenStencilOpsFunc genOpsFunc) in SimpleStencilCase() argument
H A Des2fTextureCompletenessTests.cpp138 Tex2DCompletenessCase::Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description) in Tex2DCompletenessCase() argument
195 TexCubeCompletenessCase::TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description) in TexCubeCompletenessCase() argument
260 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, const glu::ContextInfo& ctxInfo) in Incomplete2DSizeCase() argument
334 Incomplete2DFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, int invalidLevelNdx) Incomplete2DFormatCase() argument
387 Incomplete2DMissingLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, int missingLevelNdx) Incomplete2DMissingLevelCase() argument
440 Incomplete2DWrapModeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) Incomplete2DWrapModeCase() argument
490 Complete2DExtraLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) Complete2DExtraLevelCase() argument
541 Incomplete2DEmptyObjectCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) Incomplete2DEmptyObjectCase() argument
578 IncompleteCubeSizeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx) IncompleteCubeSizeCase() argument
587 IncompleteCubeSizeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, IVec2 invalidLevelSize, int invalidLevelNdx, tcu::CubeFace invalidCubeFace) IncompleteCubeSizeCase() argument
648 IncompleteCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat) IncompleteCubeFormatCase() argument
657 IncompleteCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, tcu::CubeFace invalidCubeFace) IncompleteCubeFormatCase() argument
717 IncompleteCubeMissingLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, int invalidLevelNdx) IncompleteCubeMissingLevelCase() argument
725 IncompleteCubeMissingLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, int invalidLevelNdx, tcu::CubeFace invalidCubeFace) IncompleteCubeMissingLevelCase() argument
785 IncompleteCubeWrapModeCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) IncompleteCubeWrapModeCase() argument
836 CompleteCubeExtraLevelCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) CompleteCubeExtraLevelCase() argument
890 IncompleteCubeEmptyObjectCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) IncompleteCubeEmptyObjectCase() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pDrawCallBatchingTests.cpp149 DrawCallBatchingTest::DrawCallBatchingTest (Context& context, const char* name, const char* description, const TestSpec& spec) in DrawCallBatchingTest() argument
H A Des2pShaderControlStatementTests.cpp98 ControlStatementCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, gls::PerfCaseType caseType) in ControlStatementCase() argument
156 ConditionalCase::ConditionalCase (Context& context, const char* name, const char* description, DecisionType decisionType, BranchResult branchType, WorkloadDivision workloadDivision, bool isVertex) in ConditionalCase() argument
427 LoopCase::LoopCase (Context& context, const char* name, const char* description, LoopType type, DecisionType decisionType, bool isLoopBoundStable, bool isVertex) in LoopCase() argument
685 WorkloadReferenceCase::WorkloadReferenceCase (Context& context, const char* name, const char* description, boo argument
754 LoopWorkloadReferenceCase(Context& context, const char* name, const char* description, bool isAttributeStable, bool isVertex) LoopWorkloadReferenceCase() argument
791 ConditionalWorkloadReferenceCase(Context& context, const char* name, const char* description, bool isAttributeStable, bool isVertex) ConditionalWorkloadReferenceCase() argument
823 EmptyWorkloadReferenceCase(Context& context, const char* name, const char* description, bool isVertex) EmptyWorkloadReferenceCase() argument
913 const char* description; init() member
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp369 ASTCBlockCase2D(Context& context, const char* name, const char* description, BlockTestType testType, CompressedTexFormat format) ASTCBlockCase2D() argument
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jar ... abstract boolean required () public abstract java.lang.String description () public abstract java.lang.String descriptionKey () public abstract ...
/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp567 void FormItemInfo::SetDescription(const std::string &description) in SetDescription() argument
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h86 std::string description; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp173 std::string description; member
210 std::string description; member
229 std::string description; member
258 std::string description; member
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_pattern_test_ng.cpp1409 std::string text, description; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h196 std::string description; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h124 std::string description; member
186 std::string description; member
H A Dextension_ability_info.h152 std::string description; member
H A Dapplication_info.h169 std::string description; // description of application. member
214 std::string description; member
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp582 JSIValue JSI::CreateSymbol(JSIValue description) in CreateSymbol() argument
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp594 std::string description = data.ReadString(); in HandleNotifyVolumeMounted() local
H A Dstorage_manager.cpp354 int32_t StorageManager::SetVolumeDescription(std::string fsUuid, std::string description) in SetVolumeDescription() argument
234 NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string fsUuid, std::string path, std::string description) NotifyVolumeMounted() argument
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp208 int32_t StorageDaemon::SetVolumeDescription(const std::string &volId, const std::string &description) in SetVolumeDescription() argument
/foundation/multimedia/av_session/frameworks/common/src/
H A Davmeta_data.cpp428 void AVMetaData::SetDescription(const std::string& description) in SetDescription() argument
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp292 const char* description = nullptr; in SetAllParam() local
441 const char* description = nullptr; in SetOtherAllParam() local
/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h122 char description[CAMERA_DESC_MAX_LEN]; /* like YUYV 4:2:2 (YUYV) */ member
/foundation/multimedia/media_library/frameworks/js/src/
H A Dsmart_album_napi.cpp220 void SmartAlbumNapi::SetDescription(string &description) in SetDescription() argument
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp726 napi_value description = nullptr; in GetJsResult() local
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp234 int OH_UdsHyperlink_SetDescription(OH_UdsHyperlink* pThis, const char* description) in OH_UdsHyperlink_SetDescription() argument
634 int OH_UdsContentForm_SetDescription(OH_UdsContentForm* pThis, const char* description) in OH_UdsContentForm_SetDescription() argument

Completed in 45 milliseconds

1...<<31323334353637383940>>...48