| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLPipelineStageCodeGenerator.cpp | 443 String PipelineStageCodeGenerator::typeName(const Type& type) { in typeName() function in SkSL::PipelineStage::PipelineStageCodeGenerator
|
| H A D | SkSLGLSLCodeGenerator.cpp | 416 String typeName = this->getTypeName(type); in writeTransposeHack() local
|
| /third_party/spirv-headers/tools/buildHeaders/ |
| H A D | header.cpp | 588 const auto typeName = opName + styleStr(enumMask); in printMaskOperators() local 592 typeName << "(unsigned(a) | unsigned(b)); }\n"; in printMaskOperators() local 595 typeName << "(unsigned(a) & unsigned(b)); }\n"; in printMaskOperators() local 598 typeName << "(unsigned(a) ^ unsigned(b)); }\\n"; printMaskOperators() local 601 typeName << "(~unsigned(a)); }\\n"; printMaskOperators() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fShaderPrecisionTests.cpp | 68 const char* typeName = glu::getDataTypeName(type); in createFloatPrecisionEvalProgram() local 78 << "in " << precName << " " << typeName << " a_in1;\n"; in createFloatPrecisionEvalProgram() local 84 vtx << "flat out " << precName << " " << typeName << " v_out;\n"; in createFloatPrecisionEvalProgram() local 85 frag << "flat in " << precName << " " << typeName << " v_out;\n"; in createFloatPrecisionEvalProgram() local 90 << "flat out " << precName << " " << typeName << " v_in1;\n"; in createFloatPrecisionEvalProgram() local 92 << "flat in " << precName << " " << typeName << " v_in1;\n"; in createFloatPrecisionEvalProgram() local 103 op << "\\t" << precName << " " << typeName << " res;\\n"; createFloatPrecisionEvalProgram() local 126 const char* typeName = glu::getDataTypeName(type); createIntUintPrecisionEvalProgram() local 135 << "in " << precName << " " << typeName << " a_in1;\\n"; createIntUintPrecisionEvalProgram() local 137 << "layout(location = 0) out " << precName << " " << typeName << " o_out;\\n"; createIntUintPrecisionEvalProgram() local 141 vtx << "flat out " << precName << " " << typeName << " v_out;\\n"; createIntUintPrecisionEvalProgram() local 142 frag << "flat in " << precName << " " << typeName << " v_out;\\n"; createIntUintPrecisionEvalProgram() local 147 << "flat out " << precName << " " << typeName << " v_in1;\\n"; createIntUintPrecisionEvalProgram() local 149 << "flat in " << precName << " " << typeName << " v_in1;\\n"; createIntUintPrecisionEvalProgram() local [all...] |
| H A D | es3fInstancedRenderingTests.cpp | 184 string typeName = glu::getDataTypeName(m_rgbAttrType); in init() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsUniformBlockCase.hpp | 147 StructType (const char* typeName) : m_typeName(typeName) {} in StructType() argument
|
| /base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
| H A D | napi_hisysevent_util.cpp | 127 IsValueTypeValid(const napi_env env, const napi_value& jsObj, const napi_valuetype typeName) IsValueTypeValid() argument
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | implicit_start_processor.cpp | 464 std::string typeName = MatchTypeAndUri(request.want); in GenerateAbilityRequestByAction() local 885 bool ImplicitStartProcessor::IsExistDefaultApp(int32_t userId, const std::string &typeName) in IsExistDefaultApp() argument
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_gesture_modifier.cpp | 310 void GetUniqueGestureEvent(ArkUIAPIEventGestureAsyncEvent* ret, GestureTypeName typeName, in GetUniqueGestureEvent() argument
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
| H A D | bms_data_mgr_test.cpp | 2296 std::string typeName = ""; in HWTEST_F() local
|
| /foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
| H A D | js_input_monitor.cpp | 168 int32_t InputMonitor::Start(const std::string &typeName) in Start() argument 205 void InputMonitor::SetTypeName(const std::string &typeName) in SetTypeName() argument 239 auto typeName = JS_INPUT_MONITOR_MGR.GetMonitorTypeName(id_, fingers_); in OnInputEvent() local 342 auto typeName = JS_INPUT_MONITOR_MGR.GetMonitorTypeName(id_, fingers_); OnInputEvent() local 371 JsInputMonitor(napi_env jsEnv, const std::string &typeName, std::vector<Rect> rectParam, int32_t rectTotal, napi_value callback, int32_t id, int32_t fingers) JsInputMonitor() argument 390 JsInputMonitor(napi_env jsEnv, const std::string &typeName, napi_value callback, int32_t id, int32_t fingers) JsInputMonitor() argument 1425 Start(const std::string &typeName) Start() argument 1615 OnPointerEventInJsThread(const std::string &typeName, int32_t fingers) OnPointerEventInJsThread() argument 1777 OnKeyEventInJsThread(const std::string &typeName, const int32_t fingers) OnKeyEventInJsThread() argument 2010 IsKeyEvent(const std::string &typeName) IsKeyEvent() argument [all...] |
| /test/testfwk/arkxtest/uitest/napi/ |
| H A D | uitest_napi.cpp | 116 static napi_status MountJsConstructorToGlobal(napi_env env, string_view typeName, napi_value function) in MountJsConstructorToGlobal() argument 127 static napi_status GetJsConstructorFromGlobal(napi_env env, string_view typeName, napi_value *pFunction) in GetJsConstructorFromGlobal() argument
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Initialize.cpp | 6254 TString typeName = sampler.getString(); in initialize() local 6357 TString typeName = sampler.getString(); in add2ndGenerationSamplingImaging() local 6407 void TBuiltIns::addQueryFunctions(TSampler sampler, const TString& typeName, in argument 6513 addImageFunctions(TSampler sampler, const TString& typeName, int version, EProfile profile) addImageFunctions() argument 6715 addSubpassSampling(TSampler sampler, const TString& typeName, int , EProfile ) addSubpassSampling() argument 6732 addSamplingFunctions(TSampler sampler, const TString& typeName, int version, EProfile profile) addSamplingFunctions() argument 7000 addGatherFunctions(TSampler sampler, const TString& typeName, int version, EProfile profile) addGatherFunctions() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ucptrietest.c | 115 const char *const typeName = trie == NULL ? "mutableTrie" : "trie"; in testTrieGetRanges() local 196 const char *const typeName = "trie"; in testTrieGetters() local 353 const char *const typeName = "mutableTrie"; testBuilderGetters() local [all...] |
| /third_party/mesa3d/src/compiler/clc/ |
| H A D | clc_helpers.cpp | 99 std::string typeName; member in SPIRVKernelArg
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 269 std::string typeName; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackFuzzLayoutCase.hpp | 156 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
| H A D | vktUniformBlockCase.hpp | 161 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
| H A D | vktComputeCooperativeMatrixTests.cpp | 235 const char *typeName; member
|
| H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 292 std::string typeName; member [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cExplicitUniformLocationTest.cpp | 794 std::string typeName; member in glcts::__anon27691::SubroutineFunctionSet
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcUniformBlockTests.cpp | 931 const char* typeName = glu::getDataTypeName(type); in init() local 981 const char* typeName = glu::getDataTypeName(type); in init() local 1135 const char* typeName = glu::getDataTypeName(type); in init() local [all...] |
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLCore.cpp | 235 static DSLGlobalVar InterfaceBlock(const DSLModifiers& modifiers, skstd::string_view typeName, in InterfaceBlock() argument 449 DSLGlobalVar InterfaceBlock(const DSLModifiers& modifiers, skstd::string_view typeName, in InterfaceBlock() argument
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLDSLParser.cpp | 843 Token typeName; in interfaceBlock() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fSSBOLayoutTests.cpp | 819 const char* typeName = glu::getDataTypeName(type); in init() local 864 const char* typeName = glu::getDataTypeName(type); in init() local 895 const char* typeName = glu::getDataTypeName(type); in init() local 926 const char* typeName = glu::getDataTypeName(type); init() local 958 const char* typeName = glu::getDataTypeName(type); init() local 992 const char* typeName = glu::getDataTypeName(type); init() local 1228 const char* typeName = glu::getDataTypeName(type); init() local [all...] |