/third_party/mesa3d/src/glx/ |
H A D | applegl_glx.c | 125 struct glx_config *config, in applegl_create_context() 137 if (!config) in applegl_create_context() 144 if (!glx_context_init(gc, psc, config)) { in applegl_create_context() 153 if (apple_glx_create_context(&gc->driContext, dpy, screen, config, in applegl_create_context() 162 gc->config = config; in applegl_create_context() 123 applegl_create_context( struct glx_screen *psc, struct glx_config *config, struct glx_context *shareList, int renderType) applegl_create_context() argument
|
/third_party/icu/icu4c/source/tools/genren/ |
H A D | Makefile | 59 # We use config.status to mean we have a valid out of source tree. 61 $(ICUDIR)/config.status: 71 $(DAT): $(ICUDIR)/config.status Makefile 74 $(COM): $(DAT) $(ICUDIR)/config.status Makefile 77 $(I18): $(DAT) $(COM) $(ICUDIR)/config.status Makefile 80 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 83 $(UIO): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | FunctionsGLX.h | 58 int getFBConfigAttrib(glx::FBConfig config, int attribute, int *value) const; 59 XVisualInfo *getVisualFromFBConfig(glx::FBConfig config) const; 60 glx::Window createWindow(glx::FBConfig config, Window window, const int *attribList) const; 62 glx::Pbuffer createPbuffer(glx::FBConfig config, const int *attribList) const; 65 glx::Pixmap createPixmap(glx::FBConfig config, Pixmap pixmap, const int *attribList) const; 69 glx::Context createContextAttribsARB(glx::FBConfig config,
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | webp_to_sdl.c | 15 #include "src/webp/config.h" 35 WebPDecoderConfig config; in WebpToSDL() local 36 WebPBitstreamFeatures* const input = &config.input; in WebpToSDL() 37 WebPDecBuffer* const output = &config.output; in WebpToSDL() 41 if (!WebPInitDecoderConfig(&config)) { in WebpToSDL() 51 status = WebPGetFeatures((uint8_t*)data, (size_t)data_size, &config.input); in WebpToSDL() 87 status = WebPDecode((const uint8_t*)data, (size_t)data_size, &config); in WebpToSDL()
|
/third_party/skia/third_party/externals/icu/source/tools/genren/ |
H A D | Makefile | 59 # We use config.status to mean we have a valid out of source tree. 61 $(ICUDIR)/config.status: 71 $(DAT): $(ICUDIR)/config.status Makefile 74 $(COM): $(DAT) $(ICUDIR)/config.status Makefile 77 $(I18): $(DAT) $(COM) $(ICUDIR)/config.status Makefile 80 $(LEX): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile 83 $(UIO): $(DAT) $(I18) $(COM) $(ICUDIR)/config.status Makefile
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/ |
H A D | Makefile | 35 LIBS += -lGL -ldl `sdl2-config --libs` 37 CXXFLAGS += `sdl2-config --cflags` 43 LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo `sdl2-config --libs` 46 CXXFLAGS += `sdl2-config --cflags` 53 LIBS += -lgdi32 -lopengl32 -limm32 `pkg-config --static --libs sdl2` 55 CXXFLAGS += `pkg-config --cflags sdl2`
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/ |
H A D | Makefile | 47 LIBS += $(LINUX_GL_LIBS) -ldl `sdl2-config --libs` 49 CXXFLAGS += `sdl2-config --cflags` 55 LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo `sdl2-config --libs` 58 CXXFLAGS += `sdl2-config --cflags` 65 LIBS += -lgdi32 -lopengl32 -limm32 `pkg-config --static --libs sdl2` 67 CXXFLAGS += `pkg-config --cflags sdl2`
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/ |
H A D | Makefile | 35 LIBS += -lGL -ldl `sdl2-config --libs` 37 CXXFLAGS += `sdl2-config --cflags` 43 LIBS += -framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo `sdl2-config --libs` 46 CXXFLAGS += `sdl2-config --cflags` 53 LIBS += -lgdi32 -lopengl32 -limm32 `pkg-config --static --libs sdl2` 55 CXXFLAGS += `pkg-config --cflags sdl2`
|
/third_party/skia/tests/ |
H A D | FontMgrFontConfigTest.cpp | 33 FcConfig* config = FcConfigCreate(); in DEF_TEST() local 36 FcConfigSetSysRoot(config, reinterpret_cast<const FcChar8*>(GetResourcePath("").c_str())); in DEF_TEST() 38 SkString distortablePath(reinterpret_cast<const char*>(FcConfigGetSysRoot(config))); in DEF_TEST() 40 FcConfigAppFontAddFile(config, reinterpret_cast<const FcChar8*>(distortablePath.c_str())); in DEF_TEST() 42 FcConfigBuildFonts(config); in DEF_TEST() 44 sk_sp<SkFontMgr> fontMgr(SkFontMgr_New_FontConfig(config)); in DEF_TEST()
|
/third_party/vixl/tools/ |
H A D | clang_tidy.py | 37 import config namespace 131 opts += ['-I%s' % config.dir_src_vixl] 132 opts += ['-I%s' % config.dir_tests] 133 opts += ['-I%s' % config.dir_aarch64_examples] 134 opts += ['-I%s' % config.dir_aarch32_examples] 142 for cpp_version in config.tested_cpp_standards:
|
/third_party/glfw/deps/ |
H A D | nuklear_glfw_gl2.h | 132 struct nk_convert_config config; in nk_glfw3_render() local 139 NK_MEMSET(&config, 0, sizeof(config)); in nk_glfw3_render() 140 config.vertex_layout = vertex_layout; in nk_glfw3_render() 141 config.vertex_size = sizeof(struct nk_glfw_vertex); in nk_glfw3_render() 142 config.vertex_alignment = NK_ALIGNOF(struct nk_glfw_vertex); in nk_glfw3_render() 143 config.null = dev->null; in nk_glfw3_render() 144 config.circle_segment_count = 22; in nk_glfw3_render() 145 config.curve_segment_count = 22; in nk_glfw3_render() 146 config in nk_glfw3_render() [all...] |
/third_party/icu/tools/multi/proj/provider/ |
H A D | Makefile | 51 PLUGLIB_ICU_CONFIG=$(PLUGLIB_INST)/bin/icu-config 68 ICU_CONFIG=icu-config-nosanity 69 ICU_CONFIG_ORIG=icu-config 123 # icu-config switches for compiling: C and C++ 125 # icu-config switches for C 127 # icu-config switches for C++ 153 .PRECIOUS: (INST_ICU) $(BUILD_ICU) $(SRC_ICU) $(ICU_TARBALLS_VERS:%=$(BUILD)/%/config.status) $(ICU_TARBALLS_VERS:%=$(GLOUT)/%/obj-$(OK)) $(ICU_TARBALLS_VERS:%=$(BUILD)/%/config/$(ICU_CONFIG)) $(PLUGLIB_ICU_CONFIG) 173 # $(shell $(BUILD)/$(PLUGLIB)/config/$(ICU_CONFIG) $(ICU_CONFIG_CC)) $(GLUE_CFLAGS) -c -DICUGLUE_VER=$(PLUGLIB) -o $(GLOUT)/$(PLUGLIB)/gl_be_c_$(PLUGLIB).o $(GL_BE_C:%.c=$(GLUE)/%.c) 174 # $(shell $(BUILD)/$(PLUGLIB)/config/ [all...] |
/third_party/node/deps/npm/test/lib/commands/ |
H A D | outdated.js | 252 registry: res.npm.config.get('registry'), 266 config: { global: true }, 276 config: { 288 config: { 301 config: { 314 config: { 327 config: { 339 config: { 351 config: { 364 config [all...] |
/third_party/skia/tools/skpbench/ |
H A D | skpbench.py | 45 help="suffix to append on config (e.g. '_before', '_after')") 70 __argparse.add_argument('-c', '--config', 190 def run_warmup(cls, warmup_time, config): 195 '--config', config, 207 def __init__(self, src, config, max_stddev, best_result=None): 209 self.config = config 230 commandline = self.ARGV + ['--config', self.config, [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglQueryContextTests.cpp | 95 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config) in executeForContext() argument 102 DE_UNREF(config); in executeForContext() 137 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config) in executeForContext() argument 144 DE_UNREF(config); in executeForContext() 179 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config) in executeForContext() argument 185 DE_UNREF(config); in executeForContext() 229 void executeForContext (EGLDisplay display, EGLContext context, EGLSurface surface, const Config& config) in executeForContext() argument 241 const EGLint surfaceConfigID = eglu::getConfigAttribInt(egl, display, config.config, EGL_CONFIG_ID); in executeForContext() 245 log << TestLog::Message << " Fail, config I in executeForContext() [all...] |
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 251 # To make sure we do not include .config for any of the *config targets 254 # mixing *config targets and build targets. 257 # of make so .config is not included in this case either (for *config). 263 no-dot-config-targets := $(clean-targets) \ 268 no-sync-config-targets := $(no-dot-config-targets) %install kernelrelease \ 272 config-build := 274 need-config [all...] |
/third_party/python/Python/ |
H A D | sysmodule.c | 341 const PyConfig *config = _PyInterpreterState_GetConfig(ts->interp); in _PySys_ClearAuditHooks() local 342 if (config->verbose) { in _PySys_ClearAuditHooks() 867 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in sys_getfilesystemencoding_impl() local 868 return PyUnicode_FromWideChar(config->filesystem_encoding, -1); in sys_getfilesystemencoding_impl() 882 const PyConfig *config = _PyInterpreterState_GetConfig(interp); in sys_getfilesystemencodeerrors_impl() local 883 return PyUnicode_FromWideChar(config->filesystem_errors, -1); in sys_getfilesystemencodeerrors_impl() 2208 _PySys_ReadPreinitXOptions(PyConfig *config) in _PySys_ReadPreinitXOptions() argument 2214 status = PyWideStringList_Append(&config->xoptions, entry->value); in _PySys_ReadPreinitXOptions() 2231 * interpreter config. When that happens, we need to properly set in get_warnoptions() 2232 * the `warnoptions` reference in the main interpreter config a in get_warnoptions() 2548 const PyConfig *config = _PyInterpreterState_GetConfig(interp); set_flags_from_config() local 3047 sys_create_xoptions_dict(const PyConfig *config) sys_create_xoptions_dict() argument 3075 const PyConfig *config = _PyInterpreterState_GetConfig(interp); _PySys_UpdateConfig() local [all...] |
/third_party/libcoap/scripts/ |
H A D | build.sh | 47 config() { function 49 ./configure $SILENT $* || cat config.log 53 contiki) config "--disable-tests $WITH_DOCS --disable-examples $WITH_TLS" && \ 56 lwip) config "--disable-tests $WITH_DOCS --disable-examples $WITH_TLS" && \ 59 posix|*) config "$WITH_TESTS $WITH_DOCS --enable-examples $WITH_TLS $OTHER_OPTS" && \
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLAndroidFrameBufferTargetTest.cpp | 35 EGLint GetAttrib(EGLDisplay display, EGLConfig config, EGLint attrib) in GetAttrib() argument 38 EXPECT_EGL_TRUE(eglGetConfigAttrib(display, config, attrib, &value)); in GetAttrib() 43 // Verify config matching is working. 58 for (auto config : configs) in TEST_P() 60 if (GetAttrib(mDisplay, config, EGL_FRAMEBUFFER_TARGET_ANDROID) == EGL_TRUE) in TEST_P() 62 filterConfigs.push_back(config); in TEST_P()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitBindingPatternWithReservedWord.js | 12 config?: LocaleConfig<T> | undefined; 20 config: userLocalesConfig = {}, 31 var app = _a.app, name = _a.name, defaultLocalesConfig = _a["default"], _b = _a.config, userLocalesConfig = _b === void 0 ? {} : _b;
44 config?: LocaleConfig<T> | undefined;
47 export declare const getLocales: <T extends LocaleData>({ app, name, default: defaultLocalesConfig, config: userLocalesConfig, }: GetLocalesOptions<T>) => ConvertLocaleConfig<T>;
|
/third_party/vk-gl-cts/scripts/ |
H A D | launchcontrol_build.py | 79 "--config", 80 dest="config", 96 print("# %s %s BUILD" % (options.config.upper(), options.buildType.upper())) 99 launchControlConfig = BUILD_CONFIGS[options.config] 101 config = BuildConfig(buildDir, options.buildType, launchControlConfig.getBuildArgs()) variable 102 initBuildDir(config, MAKEFILE_GENERATOR) 106 genMustpassLists(MUSTPASS_LISTS, MAKEFILE_GENERATOR, config)
|
/third_party/node/deps/openssl/config/ |
H A D | generate_gypi.pl | 40 our $arch_dir = "../config/archs/$arch"; 47 my $makefile = $is_win ? "../config/Makefile_$arch": "Makefile"; 56 # Copy and move all arch dependent header files into config/archs 103 my $linker_script_dir = "<(PRODUCT_DIR)/../../deps/openssl/config/archs/$arch/$asm/providers"; 268 # Generate all asm files and copy into config/archs 271 "cp --parents $src ../config/archs/$arch/$asm; cd ../config"; 279 push(@cflags, @{$config{'cflags'}}); 280 push(@cflags, @{$config{'CFLAGS'}}); 301 config [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_autogen.h | 29 EGLConfig config, 33 EGLConfig config, 36 EGLConfig config, 40 EGLConfig config, 46 EGLConfig config, 96 EGLConfig config, 116 EGLConfig config, 120 EGLConfig config,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | NativeSwapChainImplVk.cpp | 45 NativeSwapChainImpl::ChosenConfig* config, in ChooseSurfaceConfig() 53 config->nativeFormat = VK_FORMAT_B8G8R8A8_UNORM; in ChooseSurfaceConfig() 54 config->colorSpace = VK_COLOR_SPACE_SRGB_NONLINEAR_KHR; in ChooseSurfaceConfig() 55 config->format = wgpu::TextureFormat::BGRA8Unorm; in ChooseSurfaceConfig() 56 config->minImageCount = 3; in ChooseSurfaceConfig() 59 config->preTransform = info.capabilities.currentTransform; in ChooseSurfaceConfig() 60 config->presentMode = presentMode; in ChooseSurfaceConfig() 61 config->compositeAlpha = VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR; in ChooseSurfaceConfig() 44 ChooseSurfaceConfig(const VulkanSurfaceInfo& info, NativeSwapChainImpl::ChosenConfig* config, bool turnOffVsync) ChooseSurfaceConfig() argument
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | toplevel.mk | 24 # A summary of the detection is displayed, and the file `config.mk' is 28 # `config.mk'. This sub-Makefile defines some system-specific variables 85 CONFIG_MK ?= config.mk 94 # If `config.mk' is not present, set `check_platform'. 129 # `config.mk' has been created). It uses the built-in $(RM) command of 142 $(RM) builds/unix/config.cache 143 $(RM) builds/unix/config.log 144 $(RM) builds/unix/config.status 155 # the `config.mk' file in the current directory. 278 # The locations of the latest `config [all...] |