Home
last modified time | relevance | path

Searched defs:config (Results 476 - 500 of 1121) sorted by relevance

1...<<11121314151617181920>>...45

/third_party/skia/src/utils/
H A DSkCanvasStateUtils.cpp68 RasterConfig config; // pixel format: a value from RasterConfigs. member
/third_party/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp221 SkAutoFcConfig config; in is_weak() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DIndirectDrawValidationEncoder.cpp234 const IndirectDrawMetadata::IndexedIndirectConfig& config = entry.first; in EncodeIndirectDrawValidationCommands() local
/third_party/skia/third_party/externals/angle2/util/android/third_party/
H A Dandroid_native_app_glue.h129 AConfiguration* config; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSwapChainVk.cpp329 Config config; in ChooseConfig() local
[all...]
/third_party/python/Modules/_io/
H A D_iomodule.c322 const PyConfig *config = _Py_GetConfig(); _io_open_impl() local
/third_party/skia/tools/flags/
H A DCommonFlagsConfig.h14 DECLARE_string(config); variable
/third_party/skia/tools/gpu/
H A DYUVUtils.cpp148 SkYUVAInfo::PlaneConfig config = src->isOpaque() ? SkYUVAInfo::PlaneConfig::kY_U_V in MakeYUVAPlanesAsA8() local
/third_party/skia/tools/
H A Dusing_skia_and_harfbuzz.cpp173 const Config* config; global() member in Placement
185 MakePDFDocument(const Config &config, SkWStream *wStream) MakePDFDocument() argument
[all...]
/third_party/python/Python/
H A Dpathconfig.c84 _PyPathConfig_ReadGlobal(PyConfig *config) in _PyPathConfig_ReadGlobal() argument
129 _PyPathConfig_UpdateGlobal(const PyConfig *config) in _PyPathConfig_UpdateGlobal() argument
[all...]
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.h53 const void *config; member
/third_party/python/Modules/
H A Dgetpath.c821 _PyConfig_InitPathConfig(PyConfig *config, int compute_path_config) in _PyConfig_InitPathConfig() argument
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_colorizer.py11 from idlelib import config namespace
/third_party/skia/include/core/
H A DSkYUVAInfo.h268 constexpr int SkYUVAInfo::NumChannelsInPlane(PlaneConfig config, int i) { in NumChannelsInPlane() argument
/third_party/vk-gl-cts/scripts/
H A Drun_nightly.py477 config = None global() variable
483 config = curCfg global() variable
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp94 HlslTest::HlslTest(Context& context, TestConfig config) in HlslTest() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicEventTests.cpp54 tcu::TestStatus hostResetSetEventCase (Context& context, TestConfig config) in hostResetSetEventCase() argument
93 tcu::TestStatus deviceResetSetEventCase (Context& context, TestConfig config) in deviceResetSetEventCase() argument
235 tcu::TestStatus singleSubmissionCase (Context& context, TestConfig config) in singleSubmissionCase() argument
280 multiSubmissionCase(Context& context, TestConfig config) multiSubmissionCase() argument
345 secondaryCommandBufferCase(Context& context, TestConfig config) secondaryCommandBufferCase() argument
423 checkSupport(Context& context, TestConfig config) checkSupport() argument
437 checkSecondaryBufferSupport(Context& context, TestConfig config) checkSecondaryBufferSupport() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_tls.c35 struct eap_peer_config *config = eap_get_config(sm); in eap_tls_init() local
79 struct eap_peer_config *config = eap_get_config(sm); eap_unauth_tls_init() local
106 struct eap_peer_config *config = eap_get_config(sm); eap_wfa_unauth_tls_init() local
245 struct eap_peer_config *config = eap_get_config(sm); eap_tls_process() local
[all...]
H A Deap_tnc.c39 struct eap_peer_config *config = eap_get_config(sm); in eap_tnc_init() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmain_winsvc.c66 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; in read_interface() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderContext.cpp133 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, const RenderConfig& config, const RenderContext* sharedContext) in createRenderContext() argument
175 RenderConfig config; in createDefaultRenderContext() local
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11EglDisplayFactory.cpp87 eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const in createPixmapSurface() argument
92 eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const eglw::EGLint *attrib_list) const in createWindowSurface() argument
201 createWindow(NativeDisplay* nativeDisplay, eglw::EGLDisplay eglDisplay, eglw::EGLConfig config, const eglw::EGLAttrib* attribList, const WindowParams& params) const createWindow() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglCreateSurfaceTests.cpp87 EGLSurface createWindowSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativeWindow& window, ApiType createType) in createWindowSurface() argument
119 EGLSurface createPixmapSurface (EGLDisplay display, EGLConfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& pixmap, ApiType createType) in createPixmapSurface() argument
154 void executeForConfig (EGLDisplay display, EGLConfig config) in executeForConfig() argument
223 executeForConfig(EGLDisplay display, EGLConfig config) executeForConfig() argument
290 executeForConfig(EGLDisplay display, EGLConfig config) executeForConfig() argument
[all...]
H A DteglMultiContextTests.cpp130 const eglw::EGLConfig config = getConfig(egl, *display); in iterate() local
H A DteglQueryContextTests.cpp95 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config) in executeForContext() argument
137 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config) in executeForContext() argument
179 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config) in executeForContext() argument
229 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config) in executeForContext() argument
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...45