Home
last modified time | relevance | path

Searched refs:config (Results 826 - 850 of 3244) sorted by relevance

1...<<31323334353637383940>>...130

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp89 DynamicControlPointsTestCase(tcu::TestContext& context, const std::string& name, TestConfig config);
102 DynamicControlPointsTestInstance(Context& context, TestConfig config);
110 TestConfig config) : vkt::TestCase (context, name), m_config(config) in DynamicControlPointsTestCase()
235 DynamicControlPointsTestInstance::DynamicControlPointsTestInstance(Context& context, TestConfig config) : in DynamicControlPointsTestInstance() argument
236 vkt::TestInstance (context), m_config (config) { } in DynamicControlPointsTestInstance()
109 DynamicControlPointsTestCase(tcu::TestContext& context, const std::string& name, TestConfig config) DynamicControlPointsTestCase() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DD3DTextureSurfaceWGL.cpp338 const egl::Config *config = mState.config; in initialize() local
339 if (config->depthStencilFormat != GL_NONE) in initialize()
343 mFunctionsGL->renderbufferStorage(GL_RENDERBUFFER, config->depthStencilFormat, in initialize()
490 if (mState.config->depthSize > 0) in createDefaultFramebuffer()
495 if (mState.config->stencilSize > 0) in createDefaultFramebuffer()
/third_party/skia/tools/flags/
H A DCommonFlagsConfig.cpp155 for (const auto& config : gPredefinedConfigs) { in config_help_fn()
156 helpString.appendf(" %s", config.predefinedConfig); in config_help_fn()
223 for (const auto& config : gPredefinedConfigs) { in config_extended_help_fn()
224 helpString.appendf("\t%-10s\t= gpu(%s)\n", config.predefinedConfig, config.options); in config_extended_help_fn()
229 DEFINE_extended_string(config, defaultConfigs, config_help_fn(), config_extended_help_fn());
406 // Extended options take form --config item[key1=value1,key2=value2,...]
407 // Example: --config gpu[api=gl,color=8888]
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.h603 // function receives a `const Test& config` argument, to allow it to query the
608 void Test##name(Test* config); \
621 void Test##name(Test* config)
625 simulator.SetVectorLengthInBits(config->sve_vl_in_bits())
635 void Test##name(Test* config); \
640 void Test##name(Test* config)
644 USE(config)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp87 DynamicControlPointsTestCase(tcu::TestContext& context, const std::string& name, const std::string& description, TestConfig config);
100 DynamicControlPointsTestInstance(Context& context, TestConfig config);
108 TestConfig config) : vkt::TestCase (context, name, description), m_config(config) in DynamicControlPointsTestCase()
233 DynamicControlPointsTestInstance::DynamicControlPointsTestInstance(Context& context, TestConfig config) : in DynamicControlPointsTestInstance() argument
234 vkt::TestInstance (context), m_config (config) { } in DynamicControlPointsTestInstance()
107 DynamicControlPointsTestCase(tcu::TestContext& context, const std::string& name, const std::string& description, TestConfig config) DynamicControlPointsTestCase() argument
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp90 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const;
191 eglu::NativePixmap* NativePixmapFactory::createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const in createPixmap() argument
202 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &redBits); in createPixmap()
203 egl.getConfigAttrib(display, config, EGL_GREEN_SIZE, &greenBits); in createPixmap()
204 egl.getConfigAttrib(display, config, EGL_BLUE_SIZE, &blueBits); in createPixmap()
205 egl.getConfigAttrib(display, config, EGL_ALPHA_SIZE, &alphaBits); in createPixmap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp1201 egl::Config config; in generateConfigs() local
1202 config.renderTargetFormat = colorBufferInternalFormat; in generateConfigs()
1203 config.depthStencilFormat = depthStencilBufferInternalFormat; in generateConfigs()
1204 config.bufferSize = colorBufferFormatInfo.pixelBytes * 8; in generateConfigs()
1205 config.redSize = colorBufferFormatInfo.redBits; in generateConfigs()
1206 config.greenSize = colorBufferFormatInfo.greenBits; in generateConfigs()
1207 config.blueSize = colorBufferFormatInfo.blueBits; in generateConfigs()
1208 config.luminanceSize = colorBufferFormatInfo.luminanceBits; in generateConfigs()
1209 config.alphaSize = colorBufferFormatInfo.alphaBits; in generateConfigs()
1210 config in generateConfigs()
1413 createNativeWindow(EGLNativeWindowType window, const egl::Config *config, const egl::AttributeMap &attribs) const createNativeWindow() argument
1627 validateShareHandle(const egl::Config *config, HANDLE shareHandle, const egl::AttributeMap &attribs) const validateShareHandle() argument
[all...]
/third_party/libsnd/src/ALAC/
H A Dalac_encoder.c53 static void GetConfig (ALAC_ENCODER *p, ALACSpecificConfig * config) ;
1110 GetConfig (ALAC_ENCODER *p, ALACSpecificConfig * config) in GetConfig() argument
1112 config->frameLength = Swap32NtoB (p->mFrameSize) ; in GetConfig()
1113 config->compatibleVersion = (uint8_t) kALACCompatibleVersion ; in GetConfig()
1114 config->bitDepth = (uint8_t) p->mBitDepth ; in GetConfig()
1115 config->pb = (uint8_t) PB0 ; in GetConfig()
1116 config->kb = (uint8_t) KB0 ; in GetConfig()
1117 config->mb = (uint8_t) MB0 ; in GetConfig()
1118 config->numChannels = (uint8_t) p->mNumChannels ; in GetConfig()
1119 config in GetConfig()
[all...]
/third_party/mesa3d/src/glx/
H A Ddrisw_glx.c562 __GLXDRIconfigPrivate *config = (__GLXDRIconfigPrivate *) config_base; in drisw_create_context_attribs() local
643 config ? config->driConfig : NULL, in drisw_create_context_attribs()
677 __GLXDRIconfigPrivate *config = (__GLXDRIconfigPrivate *) modes; in driswCreateDrawable() local
690 pdp->config = modes; in driswCreateDrawable()
695 if (pdp->config->visualID != 0) { in driswCreateDrawable()
699 template.visualid = pdp->config->visualID; in driswCreateDrawable()
700 template.screen = pdp->config->screen; in driswCreateDrawable()
723 (*kopper->createNewDrawable) (psc->driScreen, config->driConfig, pdp, !(type & GLX_WINDOW_BIT)); in driswCreateDrawable()
725 pdp->swapInterval = dri_get_initial_swap_interval(psc->driScreen, psc->config); in driswCreateDrawable()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp1200 const TestConfig &config = testConfigs[i];
1202 drawTests->addChild(new DrawAccessTest(testCtx, config.name, config.description, config.inputFormat,
1203 config.numVertexValues, config.numInstanceValues,
1204 config.numVertices, config.numInstances));
1232 const TestConfig &config = testConfigs[i];
1234 drawTests->addChild(new DrawIndexedAccessTest(testCtx, config
[all...]
/third_party/mesa3d/src/egl/main/
H A Deglapi.c791 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttrib() argument
795 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglGetConfigAttrib()
809 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, in eglCreateContext() argument
813 _EGLConfig *conf = _eglLookupConfig(config, disp); in eglCreateContext()
822 if (config != EGL_NO_CONFIG_KHR) in eglCreateContext()
963 _eglCreateWindowSurfaceCommon(_EGLDisplay *disp, EGLConfig config, in _eglCreateWindowSurfaceCommon() argument
966 _EGLConfig *conf = _eglLookupConfig(config, disp); in _eglCreateWindowSurfaceCommon()
1007 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface() argument
1014 return _eglCreateWindowSurfaceCommon(disp, config, (void*) window, in eglCreateWindowSurface()
1046 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, in eglCreatePlatformWindowSurfaceEXT() argument
1061 eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) eglCreatePlatformWindowSurface() argument
1109 _eglCreatePixmapSurfaceCommon(_EGLDisplay *disp, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) _eglCreatePixmapSurfaceCommon() argument
1150 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) eglCreatePixmapSurface() argument
1162 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) eglCreatePlatformPixmapSurfaceEXT() argument
1176 eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) eglCreatePlatformPixmapSurface() argument
1199 eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) eglCreatePbufferSurface() argument
1703 eglCreatePbufferFromClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) eglCreatePbufferFromClientBuffer() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_tcp.c118 struct dpp_relay_config *config) in dpp_relay_add_controller()
130 os_memcpy(&ctrl->ipaddr, config->ipaddr, sizeof(*config->ipaddr)); in dpp_relay_add_controller()
131 os_memcpy(ctrl->pkhash, config->pkhash, SHA256_MAC_LEN); in dpp_relay_add_controller()
132 ctrl->msg_ctx = config->msg_ctx; in dpp_relay_add_controller()
133 ctrl->cb_ctx = config->cb_ctx; in dpp_relay_add_controller()
134 ctrl->tx = config->tx; in dpp_relay_add_controller()
135 ctrl->gas_resp_tx = config->gas_resp_tx; in dpp_relay_add_controller()
1647 struct dpp_controller_config *config) in dpp_controller_start()
1661 if (config in dpp_controller_start()
117 dpp_relay_add_controller(struct dpp_global *dpp, struct dpp_relay_config *config) dpp_relay_add_controller() argument
1646 dpp_controller_start(struct dpp_global *dpp, struct dpp_controller_config *config) dpp_controller_start() argument
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_colorizer.py11 from idlelib import config namespace
17 'main': config.IdleUserConfParser(''),
18 'highlight': config.IdleUserConfParser(''),
19 'keys': config.IdleUserConfParser(''),
20 'extensions': config.IdleUserConfParser(''),
206 highlight = partial(config.idleConf.GetHighlight, theme='IDLE Classic')
216 highlight = partial(config.idleConf.GetHighlight, theme='IDLE Classic')
/third_party/vk-gl-cts/scripts/
H A Dmake_release.py41 from ctsbuild.config import *
213 # Create config with full build dir path
214 config = BuildConfig(os.path.join(packageBuildInfo.getTmpBasePath(), self.baseConfig.getBuildDir()),
219 assert not os.path.exists(config.getBuildDir())
220 build(config, self.generator, self.targets)
516 "--config",
517 dest="config",
535 config = ReleaseConfig(args.name, args.version, RELEASE_CONFIGS[args.config]) variable
536 makeRelease(config)
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp97 MovePtr<ManagedSurface> createSurface (EglTestContext& eglTestCtx, EGLDisplay dpy, EGLConfig config, int width, int height) in createSurface() argument
100 EGLint surfaceTypeBits = eglu::getConfigAttribInt(egl, dpy, config, EGL_SURFACE_TYPE); in createSurface()
107 const EGLSurface surface = egl.createPbufferSurface(dpy, config, attribs); in createSurface()
117 MovePtr<NativeWindow> window (windowFactory.createWindow(&nativeDisplay, dpy, config, DE_NULL, WindowParams(width, height, WindowParams::VISIBILITY_DONT_CARE))); in createSurface()
118 const EGLSurface surface = eglu::createWindowSurface(nativeDisplay, *window, dpy, config, DE_NULL); in createSurface()
126 MovePtr<NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, dpy, config, DE_NULL, width, height)); in createSurface()
127 const EGLSurface surface = eglu::createPixmapSurface(eglTestCtx.getNativeDisplay(), *pixmap, dpy, config, DE_NULL); in createSurface()
132 TCU_FAIL("No valid surface types supported in config"); in createSurface()
H A DteglPreservingSwapTests.cpp101 void initEGLSurface (EGLConfig config);
102 void initEGLContext (EGLConfig config);
329 void PreservingSwapTest::initEGLSurface (EGLConfig config) in initEGLSurface() argument
333 m_window = factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, config, DE_NULL, eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))); in initEGLSurface()
334 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, config, DE_NULL); in initEGLSurface()
337 void PreservingSwapTest::initEGLContext (EGLConfig config) in initEGLContext() argument
347 m_eglContext = egl.createContext(m_eglDisplay, config, EGL_NO_CONTEXT, attribList); in initEGLContext()
361 TCU_THROW(NotSupportedError, "No supported config found"); in init()
/third_party/skia/dm/
H A DDMSrcSink.cpp1483 GPUSink::GPUSink(const SkCommandLineConfigGpu* config, in GPUSink() argument
1485 : fContextType(config->getContextType()) in GPUSink()
1486 , fContextOverrides(config->getContextOverrides()) in GPUSink()
1487 , fSurfType(config->getSurfType()) in GPUSink()
1488 , fSampleCount(config->getSamples()) in GPUSink()
1489 , fSurfaceFlags(config->getSurfaceFlags()) in GPUSink()
1490 , fColorType(config->getColorType()) in GPUSink()
1491 , fAlphaType(config->getAlphaType()) in GPUSink()
1602 GPUThreadTestingSink::GPUThreadTestingSink(const SkCommandLineConfigGpu* config, in GPUThreadTestingSink() argument
1604 : INHERITED(config, grCtxOption in GPUThreadTestingSink()
1637 GPUPersistentCacheTestingSink(const SkCommandLineConfigGpu* config, const GrContextOptions& grCtxOptions) GPUPersistentCacheTestingSink() argument
1675 GPUPrecompileTestingSink(const SkCommandLineConfigGpu* config, const GrContextOptions& grCtxOptions) GPUPrecompileTestingSink() argument
1724 GPUOOPRSink(const SkCommandLineConfigGpu* config, const GrContextOptions& ctxOptions) GPUOOPRSink() argument
1793 GPUDDLSink(const SkCommandLineConfigGpu* config, const GrContextOptions& ctxOptions) GPUDDLSink() argument
2145 GraphiteSink(const SkCommandLineConfigGraphite* config) GraphiteSink() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c2288 struct dpp_relay_config config; in hostapd_dpp_add_controllers() local
2290 os_memset(&config, 0, sizeof(config)); in hostapd_dpp_add_controllers()
2291 config.cb_ctx = hapd; in hostapd_dpp_add_controllers()
2292 config.tx = hostapd_dpp_relay_tx; in hostapd_dpp_add_controllers()
2293 config.gas_resp_tx = hostapd_dpp_relay_gas_resp_tx; in hostapd_dpp_add_controllers()
2295 config.ipaddr = &ctrl->ipaddr; in hostapd_dpp_add_controllers()
2296 config.pkhash = ctrl->pkhash; in hostapd_dpp_add_controllers()
2298 &config) < 0) in hostapd_dpp_add_controllers()
2356 struct dpp_controller_config config; in hostapd_dpp_controller_start() local
[all...]
/third_party/gn/src/gn/
H A Dcommand_desc.cc17 #include "gn/config.h"
420 bool PrintConfig(const Config* config, in PrintConfig() argument
425 DescBuilder::DescriptionForConfig(config, what); in PrintConfig()
427 OutputString("Don't know how to display \"" + what + "\" for a config.\n"); in PrintConfig()
440 OutputString(config->label().GetUserVisibleName(false)); in PrintConfig()
445 if (!config->configs().empty()) { in PrintConfig()
447 "(This is a composite config, the values below are after the\n" in PrintConfig()
482 "desc: Show lots of insightful information about a target or config.";
489 Displays information about a given target or config. The build parameters
492 The <label or pattern> can be a target label, a config labe
[all...]
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp110 const auto& config = FontCollection::IsAdapterTextHeightEnabled() ? in findCompressionConfigWithFont() local
113 auto iter = config.find(familyName); in findCompressionConfigWithFont()
114 if (iter == config.end()) { in findCompressionConfigWithFont()
171 auto config = findCompressionConfigWithFont(font); in scaleFontWithCompressionConfig() local
172 if (SkScalarNearlyZero(config.fontScale)) { in scaleFontWithCompressionConfig()
177 fontSize *= config.fontScale; in scaleFontWithCompressionConfig()
180 fontSize /= config.fontScale; in scaleFontWithCompressionConfig()
237 auto config = findCompressionConfigWithFont(decompressFont); in scaleFontWithCompressionConfig() local
238 fCompressionBaselineShift = (fFontMetrics.fDescent - fFontMetrics.fAscent) * config.baselineShiftScale; in scaleFontWithCompressionConfig()
/third_party/ffmpeg/libavformat/
H A Dpcmenc.c40 #define PCMDEF_3(name, long_name, ext, codec, config) \
41 PCMDEF_2(name, long_name, ext, codec, config)
/third_party/glslang/gtests/
H A DConfig.FromFile.cpp43 std::string config; member
59 tryLoadFile(GlobalTestSettings.testRoot + "/" + testCase.config, "limits config", &configContents); in TEST_P()
/third_party/backends/lib/
H A Dgetopt1.c19 #include <config.h>
24 #include <config.h>
/third_party/backends/backend/
H A Dp5.h31 #include "../include/sane/config.h"
196 static SANE_Status config_attach (SANEI_Config * config, const char *devname,
198 static SANE_Status attach_p5 (const char *name, SANEI_Config * config);
/third_party/icu/icu4c/source/common/unicode/
H A Dicuplug.h351 * @param config user specified configuration string, if available, or NULL.
357 uplug_loadPlugFromEntrypoint(UPlugEntrypoint *entrypoint, const char *config, UErrorCode *status);
361 * Inject a plugin from a library, as if the information came from a config file.
365 * @param config configuration string, or NULL
371 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status);

Completed in 33 milliseconds

1...<<31323334353637383940>>...130