Home
last modified time | relevance | path

Searched defs:paramTypes (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetICU.java207 Class<?>[] paramTypes = new Class<?>[]{ String.class, String.class, String[].class}; in getCharset() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.cpp338 const TType **paramTypes, in getFunctionOverload()
/third_party/glslang/SPIRV/
DSpvBuilder.cpp617 Id Builder::makeFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeFunctionType()
668 Id Builder::makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeDebugFunctionType()
2095 const std::vector<Id>& paramTypes, in makeFunctionEntry()
2133 …bugFunctionEntry(Function* function, const char* name, int line, const std::vector<Id>& paramTypes, in setupDebugFunctionEntry()
DGlslangToSpv.cpp5464 std::vector<spv::Id> paramTypes; in makeFunctions() local
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderOperatorTests.cpp2274 DataType paramTypes[FunctionCase::MAX_PARAMS]; in init() local
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderOperatorTests.cpp2229 DataType paramTypes[FunctionCase::MAX_PARAMS]; in init() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp64 …nction(Ice::GlobalContext *context, Ice::Type returnType, const std::vector<Ice::Type> &paramTypes) in createFunction()
1129 void Nucleus::createFunction(Type *returnType, const std::vector<Type *> &paramTypes) in createFunction()