/third_party/mbedtls/tests/scripts/ |
H A D | depends.py | 11 First, include/mbedtls/mbedtls_config.h or a different config file passed 12 in the arguments is parsed to extract any configuration options (using config.py). 36 config building method. Relevant field: 44 a full config without a couple of slowing down or unnecessary options 45 (see set_reference_config), then the specific job config is derived. 58 import config namespace 110 shutil.copy(options.config, options.config_backup) 116 shutil.move(options.config_backup, options.config) 118 shutil.copy(options.config_backup, options.config) 125 value can be either True/False (set/unset config optio [all...] |
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.h | 106 _EGLSurface* (*create_window_surface)(_EGLDisplay *disp, _EGLConfig *config, 111 _EGLSurface* (*create_pixmap_surface)(_EGLDisplay *disp, _EGLConfig *config, 116 _EGLSurface* (*create_pbuffer_surface)(_EGLDisplay *disp, _EGLConfig *config, 235 const __DRI2configQueryExtension *config; member 470 const __DRIconfig *config, int *shifts, 475 const __DRIconfig *config, 480 const __DRIconfig *config); 634 const __DRIconfig *config,
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | gfx10_query.c | 305 uint32_t config; in gfx10_sh_query_get_result_resource() member 316 consts.config = 0; in gfx10_sh_query_get_result_resource() 320 consts.config = 0; in gfx10_sh_query_get_result_resource() 324 consts.config = 0; in gfx10_sh_query_get_result_resource() 328 consts.config = 2; in gfx10_sh_query_get_result_resource() 332 consts.config = 3; in gfx10_sh_query_get_result_resource() 340 consts.config = 1; in gfx10_sh_query_get_result_resource() 344 consts.config |= 8; in gfx10_sh_query_get_result_resource()
|
/third_party/node/deps/v8/src/objects/ |
H A D | feedback-vector-inl.h | 386 return slot.is_null() ? HeapObjectReference::ClearedValue(config()->isolate()) in FromHandle() 392 : MaybeObjectHandle(config()->NewHandle(value)); in ToHandle() 406 if (config()->mode() == NexusConfig::BackgroundThread && in GetFeedbackPair() 412 ? config()->GetFeedbackPair(vector(), slot()) in GetFeedbackPair() 413 : std::make_pair(config()->GetFeedback(vector(), slot()), in GetFeedbackPair() 415 if (config()->mode() == NexusConfig::BackgroundThread && in GetFeedbackPair() 434 config()->SetFeedback(vector(), slot(), fmo, mode); in SetFeedback() 447 config()->SetFeedbackPair(vector(), slot(), fmo, mode, fmo_extra, mode_extra); in SetFeedback()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_screen.c | 715 crocus_screen_create(int fd, const struct pipe_screen_config *config) in crocus_screen_create() argument 740 driParseConfigFiles(config->options, config->options_info, 0, "crocus", in crocus_screen_create() 744 int bo_reuse_mode = driQueryOptioni(config->options, "bo_reuse"); in crocus_screen_create() 762 driQueryOptionb(config->options, "dual_color_blend_by_location"); in crocus_screen_create() 764 driQueryOptionb(config->options, "disable_throttling"); in crocus_screen_create() 766 driQueryOptionb(config->options, "always_flush_cache"); in crocus_screen_create() 768 driQueryOptionb(config->options, "limit_trig_input_range"); in crocus_screen_create()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | FunctionsEGL.cpp | 351 EGLBoolean FunctionsEGL::getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value) const in getConfigAttrib() argument 353 return mFnPtrs->getConfigAttribPtr(mEGLDisplay, config, attribute, value); in getConfigAttrib() 361 EGLContext FunctionsEGL::createContext(EGLConfig config, in createContext() argument 365 return mFnPtrs->createContextPtr(mEGLDisplay, config, share_context, attrib_list); in createContext() 368 EGLSurface FunctionsEGL::createPbufferSurface(EGLConfig config, const EGLint *attrib_list) const in createPbufferSurface() argument 370 return mFnPtrs->createPbufferSurfacePtr(mEGLDisplay, config, attrib_list); in createPbufferSurface() 373 EGLSurface FunctionsEGL::createWindowSurface(EGLConfig config, in createWindowSurface() argument 377 return mFnPtrs->createWindowSurfacePtr(mEGLDisplay, config, win, attrib_list); in createWindowSurface()
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | egl.h | 123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list); 295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/ |
H A D | main.go | 360 config, err := google.ConfigFromJSON(b, "https://www.googleapis.com/auth/spreadsheets") 362 return nil, cause.Wrap(err, "Unable to parse client secret file to config") 365 client, err := getClient(authdir, config) 378 func getClient(authdir string, config *oauth2.Config) (*http.Client, error) { 385 tok, err = getTokenFromWeb(config) 393 return config.Client(context.Background(), tok), nil 397 func getTokenFromWeb(config *oauth2.Config) (*oauth2.Token, error) { 398 authURL := config.AuthCodeURL("state-token", oauth2.AccessTypeOffline) 407 tok, err := config.Exchange(context.TODO(), authCode)
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
H A D | anim_decode.c | 14 #include "src/webp/config.h" 34 WebPDecoderConfig config_; // Decoder config. 66 WebPDecoderConfig* config = &dec->config_; in ApplyDecoderOptions() local 77 WebPInitDecoderConfig(config); in ApplyDecoderOptions() 78 config->output.colorspace = mode; in ApplyDecoderOptions() 79 config->output.is_external_memory = 1; in ApplyDecoderOptions() 80 config->options.use_threads = dec_options->use_threads; in ApplyDecoderOptions() 81 // Note: config->output.u.RGBA is set at the time of decoding each frame. in ApplyDecoderOptions() 361 WebPDecoderConfig* const config = &dec->config_; in WebPAnimDecoderGetNext() local 362 WebPRGBABuffer* const buf = &config in WebPAnimDecoderGetNext() [all...] |
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 282 self.start_btn.config(state=start) 283 self.stop_btn.config(state=stop) 284 self.clear_btn.config(state=clear) 286 self.start_btn.config(state=start, 288 self.stop_btn.config(state=stop, 290 self.clear_btn.config(state=clear, 292 self.output_lbl.config(text=txt, fg=color) 380 self.canvas.config(cursor="")
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | egl.h | 123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value); 204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list); 295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
|
/third_party/python/Modules/_xxtestfuzz/ |
H A D | fuzzer.c | 459 PyConfig config; in LLVMFuzzerInitialize() local 460 PyConfig_InitPythonConfig(&config); in LLVMFuzzerInitialize() 461 config.install_signal_handlers = 0; in LLVMFuzzerInitialize() 463 status = PyConfig_SetBytesString(&config, &config.program_name, *argv[0]); in LLVMFuzzerInitialize() 468 status = Py_InitializeFromConfig(&config); in LLVMFuzzerInitialize() 472 PyConfig_Clear(&config); in LLVMFuzzerInitialize() 477 PyConfig_Clear(&config); in LLVMFuzzerInitialize()
|
/third_party/curl/src/ |
H A D | tool_helpers.h | 30 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, 33 void customrequest_helper(struct OperationConfig *config, HttpReq req,
|
/third_party/mesa3d/src/gallium/winsys/crocus/drm/ |
H A D | crocus_drm_winsys.c | 33 crocus_drm_screen_create(int fd, const struct pipe_screen_config *config) in crocus_drm_screen_create() argument 38 return crocus_screen_create(newfd, config); in crocus_drm_screen_create()
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullContextFactory.cpp | 37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&, const glu::RenderContext*) const in createContext() argument 39 return new RenderContext(config); in createContext()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureBorderClampTests.cpp | 543 void logParams (const IterationConfig& config, 547 const IterationConfig& config, 553 const IterationConfig& config, 581 deUint32 getIterationSeed (const IterationConfig& config) const; 582 glu::TextureTestUtil::ReferenceParams genSamplerParams (const IterationConfig& config) const; 732 void TextureBorderClampTest::logParams (const IterationConfig& config, const glu::TextureTestUtil::ReferenceParams& samplerParams) 734 const std::string borderColorString = (m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (de::toString(config.borderColor.get<deInt32>())) 735 : (m_channelClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) ? (de::toString(config.borderColor.get<deUint32>())) 736 : (de::toString(config.borderColor.get<float>())); 739 << "Rendering full screen quad, tex coords bottom-left: " << config [all...] |
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
H A D | DeqpTestRunner.java | 27 import com.android.tradefed.config.Option; 28 import com.android.tradefed.config.OptionClass; 122 @Option(name="deqp-gl-config-name", 123 description="GL render target config. See deqp documentation for syntax. ", 138 @Option(name="deqp-config-required", 139 description="Is current config required if API is supported? Defaults to false.", 164 description="The estimated config runtime. Defaults to 200ms x num tests.") 356 errorLog.append(String.format("=== with config %s ===\n", in forwardFinalizedPendingResult() 388 BatchRunConfiguration config) { in isPendingTestInstance() 398 return mTestInstances.get(testId).contains(config); in isPendingTestInstance() 387 isPendingTestInstance(TestDescription testId, BatchRunConfiguration config) isPendingTestInstance() argument 1174 public BatchRunConfiguration config; global() field in DeqpTestRunner.TestBatch [all...] |
/third_party/ltp/testcases/open_posix_testsuite/include/mk/ |
H A D | env.mk | 6 # autotools, *clean, don't require config.mk 8 include $(abs_top_builddir)/include/mk/config.mk 10 -include $(abs_top_builddir)/include/mk/config.mk
|
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/ |
H A D | sw_helper_public.h | 8 sw_screen_create_vk(struct sw_winsys *winsys, const struct pipe_screen_config *config, bool sw_vk); 10 sw_screen_create_zink(struct sw_winsys *winsys, const struct pipe_screen_config *config, bool whatever);
|
/third_party/python/Include/internal/ |
H A D | pycore_pathconfig.h | 12 extern PyStatus _PyPathConfig_ReadGlobal(PyConfig *config); 13 extern PyStatus _PyPathConfig_UpdateGlobal(const PyConfig *config);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | Android.mk | 9 PKG_CONFIG ?= pkg-config 15 include $(LOCAL_PATH)/android.config 88 OBJS = config.c
|
/third_party/vk-gl-cts/framework/platform/ohos/context/ |
H A D | tcuOhosEglContextFactory.cpp | 35 glu::RenderContext* OhosContextFactory::createContext (const glu::RenderConfig& config, in createContext() argument 41 return new OhosRendContext(config, cmdline); in createContext()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | Android.mk | 9 PKG_CONFIG ?= pkg-config 15 include $(LOCAL_PATH)/android.config 92 OBJS = config.c 97 OBJS += src/utils/config.c
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 155 MultisampleRenderPassTestBase (Context& context, TestConfig config); 208 MultisampleRenderPassTestBase::MultisampleRenderPassTestBase (Context& context, TestConfig config) in MultisampleRenderPassTestBase() argument 210 , m_testCompatibility (config.testType == COMPATIBILITY) in MultisampleRenderPassTestBase() 211 , m_groupParams (config.groupParams) in MultisampleRenderPassTestBase() 212 , m_format (config.format) in MultisampleRenderPassTestBase() 213 , m_sampleCount (sampleCountBitFromSampleCount(config.sampleCount)) in MultisampleRenderPassTestBase() 214 , m_layerCount (config.layerCount) in MultisampleRenderPassTestBase() 215 , m_attachmentsCount (config.attachmentCount) in MultisampleRenderPassTestBase() 216 , m_width (config.width) in MultisampleRenderPassTestBase() 217 , m_height (config in MultisampleRenderPassTestBase() 653 MultisampleRenderPassTestInstance(Context& context, TestConfig config) MultisampleRenderPassTestInstance() argument 658 MultisampleRenderPassTestInstance(Context& context, TestConfig config, deUint32 renderLevel) MultisampleRenderPassTestInstance() argument 1900 MaxAttachmenstsRenderPassTestInstance(Context& context, TestConfig config) MaxAttachmenstsRenderPassTestInstance() argument 2752 MultisampleRenderPassResolveLevelTestInstance(Context& context, TestConfig2 config) MultisampleRenderPassResolveLevelTestInstance() argument 2940 checkSupport(Context& context, TestConfigType config) checkSupport() argument [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_meta_common.c | 54 cl_emit(rcl, TILE_RENDERING_MODE_CFG_COMMON, config) { in emit_rcl_prologue() 55 config.early_z_disable = true; in emit_rcl_prologue() 56 config.image_width_pixels = tiling->width; in emit_rcl_prologue() 57 config.image_height_pixels = tiling->height; in emit_rcl_prologue() 58 config.number_of_render_targets = 1; in emit_rcl_prologue() 59 config.multisample_mode_4x = tiling->msaa; in emit_rcl_prologue() 60 config.double_buffer_in_non_ms_mode = tiling->double_buffer; in emit_rcl_prologue() 61 config.maximum_bpp_of_all_render_targets = tiling->internal_bpp; in emit_rcl_prologue() 62 config.internal_depth_type = fb->internal_depth_type; in emit_rcl_prologue() 148 cl_emit(rcl, MULTICORE_RENDERING_SUPERTILE_CFG, config) { in emit_frame_setup() [all...] |