Home
last modified time | relevance | path

Searched defs:functions (Results 101 - 125 of 365) sorted by relevance

12345678910>>...15

/third_party/skia/src/gpu/gl/
H A DGrGLAssembleWebGLInterfaceAutogen.cpp59 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLMakeAssembledWebGLInterface() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.h58 std::vector<FunctionNode*> functions; member in AnalyzeCallDepth
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionReference.h30 const std::vector<const FunctionDeclaration*>& functions() const { in functions() function in SkSL::final
48 FunctionReference(int line, std::vector<const FunctionDeclaration*> functions, in FunctionReference() argument
25 FunctionReference(const Context& context, int line, std::vector<const FunctionDeclaration*> functions) FunctionReference() argument
H A DSkSLMethodReference.h45 const std::vector<const FunctionDeclaration*>& functions() const { return fFunctions; } in functions() function in SkSL::final
34 MethodReference(const Context& context, int line, std::unique_ptr<Expression> self, std::vector<const FunctionDeclaration*> functions) MethodReference() argument
59 MethodReference(int line, std::unique_ptr<Expression> self, std::vector<const FunctionDeclaration*> functions, const Type* type) MethodReference() argument
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/
H A Dpinctrl-imx1.h60 struct imx1_pmx_func *functions; member
/kernel/linux/linux-6.6/drivers/pinctrl/freescale/
H A Dpinctrl-imx1.h60 struct imx1_pmx_func *functions; member
/third_party/gn/src/gn/
H A Dfunction_filter.cc14 namespace functions { namespace
H A Dfunction_get_path_info.cc14 namespace functions { namespace
H A Dfunction_rebase_path.cc17 namespace functions { namespace
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_flush.c178 st_init_flush_functions(struct pipe_screen *screen, struct dd_function_table *functions) st_init_flush_functions() argument
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.h51 std::vector<CoverageFunction> functions; member
/third_party/libabigail/include/
H A Dabg-corpus.h31 typedef vector<function_decl*> functions; typedef in abigail::ir::corpus
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFenceNVGL.cpp19 FenceNVGL::FenceNVGL(const FunctionsGL *functions) : FenceNVImpl(), mFunctions(functions) in FenceNVGL() argument
53 bool FenceNVGL::Supported(const FunctionsGL *functions) in Supported() argument
58 FenceNVSyncGL::FenceNVSyncGL(const FunctionsGL *functions) in FenceNVSyncGL() argument
104 bool FenceNVSyncGL::Supported(const FunctionsGL *functions) in Supported() argument
[all...]
H A DMemoryObjectGL.cpp28 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
35 const FunctionsGL *functions = GetFunctionsGL(context); in setDedicatedMemory() local
55 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
H A DSamplerGL.cpp18 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter() argument
26 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter() argument
49 static inline void SyncSamplerStateMember(const rx::FunctionsGL *functions, in SyncSamplerStateMember() argument
68 SamplerGL(const gl::SamplerState &state, const FunctionsGL *functions, StateManagerGL *stateManager) SamplerGL() argument
[all...]
H A DSemaphoreGL.cpp58 const FunctionsGL *functions = GetFunctionsGL(context); in onDestroy() local
65 const FunctionsGL *functions = GetFunctionsGL(context); in importFd() local
82 const FunctionsGL *functions = GetFunctionsGL(context); in wait() local
103 const FunctionsGL *functions = GetFunctionsGL(context); in signal() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A Dvk_android_utils.cpp67 const AHBFunctions &functions = in InitAndroidExternalMemory() local
99 const AHBFunctions &functions = in ReleaseAndroidExternalMemory() local
/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_profile_manager.h43 ProfileFunctions functions; member
/kernel/linux/linux-5.10/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.h34 const struct stm32_desc_function *functions; member
/kernel/linux/linux-5.10/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.h52 struct pxa_desc_function *functions; member
79 struct pxa_pinctrl_function *functions; member
/kernel/linux/linux-6.6/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.h52 struct pxa_desc_function *functions; member
79 struct pxa_pinctrl_function *functions; member
/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H A Dpinctrl-tangier.h82 const struct intel_function *functions; member
/kernel/linux/linux-6.6/drivers/pinctrl/nxp/
H A Dpinctrl-s32.h49 struct pinfunction *functions; member
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRegexTransformer.java46 fromConfigLines( List<String> lines, NamedFunction... functions) fromConfigLines() argument
H A DRuleParser.java67 private RuleParser(ImmutableMap<Character, String> varMap, List<NamedFunction> functions) { in RuleParser() argument
52 parseConfig( List<String> configLines, List<NamedFunction> functions) parseConfig() argument

Completed in 11 milliseconds

12345678910>>...15