Home
last modified time | relevance | path

Searched defs:module (Results 626 - 650 of 1242) sorted by relevance

1...<<21222324252627282930>>...50

/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_win.cpp22 std::string GetPath(HMODULE module) in GetPath() argument
30 std::string GetDirectory(HMODULE module) in GetDirectory() argument
156 HMODULE module = nullptr; in GetModuleDirectory() local
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
H A Dgralloc1.h74 static inline int gralloc1_open(const hw_module_t* module, gralloc1_device_t** device) { in gralloc1_open() argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.hpp158 llvm::Module *module; member in rr::DebugInfo
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dmodule.cpp269 std::ostream& operator<<(std::ostream& str, const Module& module) { in operator <<() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmodule.cpp269 std::ostream& operator<<(std::ostream& str, const Module& module) { in operator <<() argument
/third_party/skia/third_party/externals/markupsafe/
H A D_speedups.c31 PyObject *module; in init_constants() local
/third_party/skia/src/sksl/
H A DSkSLThreadContext.cpp20 ThreadContext(SkSL::Compiler* compiler, SkSL::ProgramKind kind, const SkSL::ProgramSettings& settings, SkSL::ParsedModule module, bool isModule) ThreadContext() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DPipelineGL.cpp93 const ShaderModule* module = ToBackend(stages[stage].module.Get()); in InitializeBase() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DShaderModuleVk.cpp74 Ref<ShaderModule> module = AcquireRef(new ShaderModule(device, descriptor)); in Create() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPipeline.cpp25 ValidateProgrammableStage(DeviceBase* device, const ShaderModuleBase* module, const std::string& entryPoint, uint32_t constantCount, const ConstantEntry* constants, const PipelineLayoutBase* layout, SingleShaderStage stage) ValidateProgrammableStage() argument
115 ShaderModuleBase* module = stage.module; PipelineBase() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DObjectCachingTests.cpp106 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( in TEST_P() local
125 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( in TEST_P() local
235 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( TEST_P() local
272 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( TEST_P() local
[all...]
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvmod.c255 otvalid_get_service( FT_Module module, in otvalid_get_service() argument
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdfrend.c58 sdf_property_set( FT_Module module, in sdf_property_set() argument
135 sdf_property_get( FT_Module module, in sdf_property_get() argument
247 ft_sdf_render( FT_Renderer module, in ft_sdf_render() argument
470 ft_bsdf_render( FT_Renderer module, in ft_bsdf_render() argument
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1objs.c60 FT_Module module; in T1_Size_Get_Globals_Funcs() local
165 FT_Module module; in FT_LOCAL_DEF() local
[all...]
/third_party/python/Lib/test/
H A Dtest_wave.py12 module = wave variable in WaveTest
/third_party/python/Modules/
H A D_bisectmodule.c21 get_bisect_state(PyObject *module) in get_bisect_state() argument
94 _bisect_bisect_right_impl(PyObject *module, PyObject *a, PyObject *x, in _bisect_bisect_right_impl() argument
120 _bisect_insort_right_impl(PyObject *module, PyObject *a, PyObject *x, in _bisect_insort_right_impl() argument
221 _bisect_bisect_left_impl(PyObject *module, PyObject *a, PyObject *x, in _bisect_bisect_left_impl() argument
248 _bisect_insort_left_impl(PyObject *module, PyObject *a, PyObject *x, in _bisect_insort_left_impl() argument
298 bisect_clear(PyObject *module) bisect_clear() argument
306 bisect_free(void *module) bisect_free() argument
[all...]
H A D_ssl.h42 get_ssl_state(PyObject *module) in get_ssl_state() argument
/third_party/python/Modules/_ctypes/darwin/
H A Ddlfcn_simple.c111 void *module = 0; in darwin_dlopen() local
/third_party/python/Modules/_io/clinic/
H A D_iomodule.c.h133 _io_open(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _io_open() argument
293 _io_text_encoding(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _io_text_encoding() argument
333 _io_open_code(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _io_open_code() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-protocol-stub.c160 pa_module *module; member
[all...]
H A Dmodule-pipe-source.c67 pa_module *module; member
/third_party/python/Python/
H A DPython-tokenize.c11 get_tokenize_state(PyObject *module) { in get_tokenize_state() argument
/third_party/python/Modules/_sqlite/clinic/
H A Dmodule.c.h18 pysqlite_complete_statement(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pysqlite_complete_statement() argument
67 pysqlite_enable_shared_cache(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pysqlite_enable_shared_cache() argument
103 pysqlite_register_adapter(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pysqlite_register_adapter() argument
134 pysqlite_register_converter(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pysqlite_register_converter() argument
171 pysqlite_enable_callback_trace(PyObject *module, PyObject *arg) pysqlite_enable_callback_trace() argument
200 pysqlite_adapt(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pysqlite_adapt() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.h38 PyObject *module; member
/third_party/python/Modules/clinic/
H A D_lzmamodule.c.h229 _lzma_is_check_supported(PyObject *module, PyObject *arg) in _lzma_is_check_supported() argument
260 _lzma__decode_filter_properties(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _lzma__decode_filter_properties() argument

Completed in 12 milliseconds

1...<<21222324252627282930>>...50