Home
last modified time | relevance | path

Searched defs:paramName (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/datatype/
DParamDescription.kt20 val paramName: String, constant in com.mobileer.androidfxlab.datatype.ParamDescription
/third_party/grpc/src/csharp/Grpc.Core.Api/Utils/
DGrpcPreconditions.cs71 public static T CheckNotNull<T>(T reference, string paramName) in CheckNotNull()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFrameCapture.h146 void ParamBuffer::addValueParam(const char *paramName, ParamType paramType, T paramValue) in addValueParam()
154 void ParamBuffer::addEnumParam(const char *paramName, in addEnumParam()
/third_party/vk-gl-cts/framework/common/
DtcuStringTemplate.cpp87 string paramName; in specialize() local
/third_party/jsframework/mock-generate/src/common/
DcommonUtils.ts204 paramName: string, property
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderBuiltinVarTests.cpp74 … context, const char* name, const char* desc, const char* varName, deUint32 paramName, bool isVert… in ShaderBuiltinConstantCase()
701 deUint32 paramName; in init() member
718 deUint32 paramName = builtinConstants[ndx].paramName; in init() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.h680 void ParamBuffer::addValueParam(const char *paramName, ParamType paramType, T paramValue) in addValueParam()
688 void ParamBuffer::setValueParamAtIndex(const char *paramName, in setValueParamAtIndex()
701 void ParamBuffer::addEnumParam(const char *paramName, in addEnumParam()
DFrameCapture.cpp4104 ParamCapture &ParamBuffer::getParam(const char *paramName, ParamType paramType, int index) in getParam()
4112 const ParamCapture &ParamBuffer::getParam(const char *paramName, in getParam()
4618 std::string paramName = "targetPacked"; in trackTextureUpdate() local
5332 const char *paramName = ParamValueTrait<ParamValueType>::name; in maybeGenResourceOnBind() local
5881 int DataCounters::getAndIncrement(EntryPoint entryPoint, const std::string &paramName) in getAndIncrement()
7209 std::string ReplayWriter::getInlineVariableName(EntryPoint entryPoint, const std::string &paramName) in getInlineVariableName()
7216 const std::string &paramName, in getInlineStringSetVariableName()
7246 const std::string &paramName, in GetVarName()
/third_party/typescript/src/services/
DjsDoc.ts313 const paramName = name.kind === SyntaxKind.Identifier ? name.text : "param" + i; constant
/third_party/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp386 const char *paramName; member
584 const char *paramName; in udbg_writeIcuInfo() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dudbgutil.cpp386 const char *paramName; member
584 const char *paramName; in udbg_writeIcuInfo() local
/third_party/node/deps/icu-small/source/tools/toolutil/
Dudbgutil.cpp386 const char *paramName; member
584 const char *paramName; in udbg_writeIcuInfo() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dudbgutil.cpp386 const char *paramName; member
584 const char *paramName; in udbg_writeIcuInfo() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLFramebufferTest.cpp207 GLint getRenderbufferParameter(GLenum paramName) in getRenderbufferParameter()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLFramebufferTest.cpp207 GLint getRenderbufferParameter(GLenum paramName) in getRenderbufferParameter()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp446 static ImmutableString GetFieldName(const ImmutableString &paramName, in GetFieldName()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp194 std::string DawnTestBase::PrintToStringParamName::SanitizeParamName(std::string paramName, in SanitizeParamName()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp2003 std::string paramName = testing::PrintToString(params); in RegisterTraceTests() local
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp2122 TString& paramName = *userFunction[i].name; in transformEntryPoint() local