Home
last modified time | relevance | path

Searched refs:Visual (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/external/mesa3d/src/mesa/main/
Dframebuffer.c55 if (fb->Visual.depthBits == 0) { in compute_depth_max()
62 else if (fb->Visual.depthBits < 32) { in compute_depth_max()
63 fb->_DepthMax = (1 << fb->Visual.depthBits) - 1; in compute_depth_max()
136 fb->Visual = *visual; in _mesa_initialize_window_framebuffer()
503 memset(&fb->Visual, 0, sizeof(fb->Visual)); in _mesa_update_framebuffer_visual()
504 fb->Visual.rgbMode = GL_TRUE; /* assume this */ in _mesa_update_framebuffer_visual()
524 fb->Visual.samples = rb->NumSamples; in _mesa_update_framebuffer_visual()
525 fb->Visual.sampleBuffers = rb->NumSamples > 0 ? 1 : 0; in _mesa_update_framebuffer_visual()
528 fb->Visual.redBits = _mesa_get_format_bits(fmt, GL_RED_BITS); in _mesa_update_framebuffer_visual()
529 fb->Visual.greenBits = _mesa_get_format_bits(fmt, GL_GREEN_BITS); in _mesa_update_framebuffer_visual()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c491 GLboolean backLeft = fb->Visual.doubleBufferMode; in _swrast_add_soft_renderbuffers()
492 GLboolean frontRight = fb->Visual.stereoMode; in _swrast_add_soft_renderbuffers()
493 GLboolean backRight = fb->Visual.stereoMode && fb->Visual.doubleBufferMode; in _swrast_add_soft_renderbuffers()
496 assert(fb->Visual.redBits == fb->Visual.greenBits); in _swrast_add_soft_renderbuffers()
497 assert(fb->Visual.redBits == fb->Visual.blueBits); in _swrast_add_soft_renderbuffers()
499 fb->Visual.redBits, in _swrast_add_soft_renderbuffers()
500 fb->Visual.alphaBits, in _swrast_add_soft_renderbuffers()
509 if (depth && fb->Visual.depthBits == 24 && in _swrast_add_soft_renderbuffers()
510 stencil && fb->Visual.stencilBits == 8) { in _swrast_add_soft_renderbuffers()
520 assert(fb->Visual.depthBits > 0); in _swrast_add_soft_renderbuffers()
[all …]
/external/opencv3/platforms/winrt/
Dreadme.txt7 Windows Phone/Store 8.1 Visual Studio 2013
8 Windows Phone/Store 8.0 Visual Studio 2012
12 Install Visual Studio 2013 Community Edition
15 Install Visual Studio Express 2012 for Windows Desktop
20 To create and build all Windows Phone (8.0, 8.1) and Windows Store (8.0, 8.1) Visual Studio projects
89 cmake -G "Visual Studio 12 2013" -DCMAKE_SYSTEM_NAME=WindowsPhone -DCMAKE_SYSTEM_VERSION=8.1 <path-…
92 cmake -G "Visual Studio 12 2013 ARM" -DCMAKE_SYSTEM_NAME=WindowsPhone -DCMAKE_SYSTEM_VERSION=8.1 <p…
95 cmake -G "Visual Studio 12 2013" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=8.1 <path-…
98 cmake -G "Visual Studio 12 2013 ARM" -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=8.1 <p…
100 Note: For Windows 8.0 Phone and Store you can specify either Visual Studio 11 2012 or Visual Studio…
[all …]
/external/clang/tools/clang-format-vs/
DREADME.txt1 This directory contains a VSPackage project to generate a Visual Studio extension
5 - Visual Studio 2013 Professional
6 - Visual Studio 2013 SDK
7 - Visual Studio 2010 Professional (?)
8 - Visual Studio 2010 SDK (?)
16 CMake once, it can be built manually from the ClangFormat.sln solution in Visual
/external/zlib/src/contrib/vstudio/
Dreadme.txt5 Microsoft Visual C++ 9.0/10.0.
17 Build instructions for Visual Studio 2008 (32 bits or 64 bits)
20 - Compile assembly code (with Visual Studio Command Prompt) by running:
23 - Open contrib\vstudio\vc9\zlibvc.sln with Microsoft Visual C++ 2008
26 Build instructions for Visual Studio 2010 (32 bits or 64 bits)
29 - Open contrib\vstudio\vc10\zlibvc.sln with Microsoft Visual C++ 2010
31 Build instructions for Visual Studio 2012 (32 bits or 64 bits)
34 - Open contrib\vstudio\vc11\zlibvc.sln with Microsoft Visual C++ 2012
/external/v8/tools/visual_studio/
DREADME.txt1 The Microsoft Visual Studio project files for including V8 in a Visual
2 Studio/Visual C++ Express solution has been retired. If a Visual
8 Generating Visual Studio projects using GYP is how the Chromium
/external/skia/site/user/quick/
Dwindows.md9 * [Visual C++ 2013 Express or later, available for
50 We use the open-source Gyp tool to generate Visual Studio projects (and
58 * `msvs-ninja` - Develop from a fully-integrated Visual Studio.
59 Gyp generates Visual-Studio-compatible project files that still
62 * `msvs` - Use Visual Studio's own (slower) build system
86 Build and run tests in the Visual Studio IDE
89 1. Generate the Visual Studio project files by running `sync-and-gyp` as
95 3. Double-click on dm.sln to start Visual Studio and load the project
97 4. When Visual Studio starts, you may see an error dialog stating that
111 Build and run SampleApp in Visual Studio
[all …]
/external/curl/projects/
Dbuild-openssl.bat41 set "VC_PATH=Microsoft Visual Studio\VC98"
45 set "VC_PATH=Microsoft Visual Studio .NET\Vc7"
49 set "VC_PATH=Microsoft Visual Studio .NET 2003\Vc7"
53 set "VC_PATH=Microsoft Visual Studio 8\VC"
57 set "VC_PATH=Microsoft Visual Studio 9.0\VC"
61 set "VC_PATH=Microsoft Visual Studio 10.0\VC"
65 set "VC_PATH=Microsoft Visual Studio 11.0\VC"
69 set "VC_PATH=Microsoft Visual Studio 12.0\VC"
105 rem Check we have Visual Studio installed
275 echo vc6 - Use Visual Studio 6
[all …]
DREADME5 from sources using an IDE based development tool such as Visual Studio.
7 Project files are currently available for Visual C++ v6.0 to v12.0. The
59 versions of Visual Studio a build helper batch file has been provided to
62 Building with Visual C++
66 part of Visual Studio.
82 * Microsoft Visual Studio 2010 or above
111 generated project files that Visual Studio uses.
/external/vulkan-validation-layers/
Dbuild_windows_targets.bat14 REM Determine the appropriate CMake strings for the current version of Visual Studio
18 echo Detected Visual Studio Version as %VS_VERSION%
30 echo Generating 64-bit CMake files for Visual Studio %VS_VERSION%
31 cmake -G "Visual Studio %VS_VERSION% Win64" ..
59 echo Generating 32-bit CMake files for Visual Studio %VS_VERSION%
60 cmake -G "Visual Studio %VS_VERSION%" ..
Dupdate_external_sources.bat4 REM Determine the appropriate CMake strings for the current version of Visual Studio
8 echo Detected Visual Studio Version as %VS_VERSION%
260 …echo Generating 32-bit Glslang CMake files for Visual Studio %VS_VERSION% -DCMAKE_INSTALL_PREFIX=i…
261 cmake -G "Visual Studio %VS_VERSION%" -DCMAKE_INSTALL_PREFIX=install ..
290 …echo Generating 64-bit Glslang CMake files for Visual Studio %VS_VERSION% -DCMAKE_INSTALL_PREFIX=i…
291 cmake -G "Visual Studio %VS_VERSION% Win64" -DCMAKE_INSTALL_PREFIX=install ..
333 echo Generating 32-bit spirv-tools CMake files for Visual Studio %VS_VERSION% ..
334 cmake -G "Visual Studio %VS_VERSION%" ..
364 echo Generating 64-bit spirv-tools CMake files for Visual Studio %VS_VERSION% ..
365 cmake -G "Visual Studio %VS_VERSION% Win64" ..
/external/curl/winbuild/
DBUILD.WINDOWS.txt1 Building with Visual C++, prerequises
5 from sources using the Visual C++ build tool. To build with VC++, you will
7 VC is 6 (part of Visual Studio 6). However using a more recent version is
11 the full Visual Studio or Visual C++ if all you want is to build curl.
37 Building with Visual C++
40 Open a Visual Studio Command prompt or the SDK CMD shell.
46 Using the Visual Studio command prompt Shell:
/external/jemalloc/msvc/
DReadMe.txt12 2. Install Visual Studio 2015 with Visual C++
22 6. Now the project can be opened and built in Visual Studio:
/external/opencv3/doc/tutorials/introduction/windows_visual_studio_image_watch/
Dwindows_visual_studio_image_watch.markdown1 Image Watch: viewing in-memory images in the Visual Studio debugger {#tutorial_windows_visual_studi…
4 Image Watch is a plug-in for Microsoft Visual Studio that lets you to visualize in-memory images
13 -# Visual Studio 2012 Professional (or better) with Update 1 installed. Update 1 can be downloaded
16 -# Ability to create and build OpenCV projects in Visual Studio (Tutorial: @ref tutorial_windows_v…
22 comes in a single file with extension .vsix (*Visual Studio Extension*). To launch it, simply
24 restart Visual Studio to complete the installation.
31 detector. To build the program, create a console application project in Visual Studio, name it
34 // Test application for the Visual Studio Image Watch Debugger extension
49 << "plug-in for Visual Studio. The program loads an " << endl
98 hit, the program is paused and Visual Studio displays a yellow instruction pointer at the
[all …]
/external/skia/
Dmake.bat7 rem Launches make.py on Windows, after setting Visual Studio environment variables.
21 rem Visual Studio environment variables aren't set yet, so run vcvars32.bat
34 echo Are you sure Visual Studio 2010 or 2012 is installed?
/external/opencv3/doc/py_tutorials/py_setup/py_setup_in_windows/
Dpy_setup_in_windows.markdown10 Below steps are tested in a Windows 7-64 bit machine with Visual Studio 2010 and Visual Studio 2012.
48 -# Download and install Visual Studio and CMake.
50 -# [Visual Studio 2012](http://go.microsoft.com/?linkid=9816768)
68 your system must have the same Visual Studio version and build Numpy from source.
93 Visual Studio 11) and click **Finish**.
116 (Solution folders are not supported by Visual Studio Express edition). See the image below:
128 Visual Studio.
/external/tcpdump/
DReadme.Win323 - version 6 (or higher) of Microsoft Visual Studio or the Cygnus gnu
15 The Visual Studio project and the cygwin makefile are in the Win32\prj
18 From Visual Studio, open windump.dsw and build the program. The release
/external/google-breakpad/src/tools/windows/
Drefresh_binaries.bat3 REM You MUST run it from a Visual Studio xxxx Command Prompt. To do this,
6 REM Start->Programs->Microsoft Visual Studio XXXX->Tools->
7 REM Visual Studio Command Prompt
/external/llvm/docs/
DGettingStartedVS.rst2 Getting Started with the LLVM System using Microsoft Visual Studio
12 Visual Studio, not mingw or cygwin. In order to get started, you first need to
25 included with Visual Studio, nor parts of the Windows Platform SDK. However,
27 directly emit object files or even linked executables using Visual Studio's
30 The large LLVM test suite cannot be run on the Visual Studio port at this
48 Any system that can adequately run Visual Studio 2013 is fine. The LLVM
54 You will need Visual Studio 2013 or higher.
106 6. Start Visual Studio
109 file, just double-click on that to open Visual Studio.
125 8. Test LLVM in Visual Studio:
/external/jsoncpp/
DREADME.md52 * the generator to use: makefiles or Visual Studio solution? What version or
53 Visual Studio, 32 or 64 bits solution?
97 * `vacpp`: Visual Age C++ (AIX)
99 * `msvc6`: Microsoft Visual Studio 6 service pack 5-6
100 * `msvc70`: Microsoft Visual Studio 2002
101 * `msvc71`: Microsoft Visual Studio 2003
102 * `msvc80`: Microsoft Visual Studio 2005
103 * `msvc90`: Microsoft Visual Studio 2008
106 If you are building with Microsoft Visual Studio 2008, you need to set up the
/external/libpcap/
DREADME.Win329 How to compile libpcap with Visual Studio
14 - version 6 (or higher) of Microsoft Visual Studio
26 or with the cygnus makefile, since The Visual Studio project is not able
29 Open the project file winpcap\wpcap\prj\wpcap.dsw with Visual Studio and
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
DMochiKit.packed.js5753 MochiKit.Visual.NAME="MochiKit.Visual";
5754 MochiKit.Visual.VERSION="1.4.2";
5755 MochiKit.Visual.__repr__=function(){
5758 MochiKit.Visual.toString=function(){
5761 MochiKit.Visual._RoundCorners=function(e,_5e2){
5787 MochiKit.Visual._RoundCorners.prototype={_doWrap:function(e){
6009 MochiKit.Visual.roundElement=function(e,_629){
6010 new MochiKit.Visual._RoundCorners(e,_629);
6012 MochiKit.Visual.roundClass=function(_62a,_62b,_62c){
6015 MochiKit.Visual.roundElement(_62d[i],_62c);
[all …]
/external/c-ares/
DREADME.msvc9 How to build c-ares using MSVC or Visual Studio
18 set up in order to use MSVC or Visual Studio compiler tools.
67 How to build using Visual Studio 6 IDE
92 How to build using Visual Studio 2003 or newer IDE
96 to the Visual Studio IDE version you are using, following next steps:
105 Visual Studio 6 IDE apply here.
/external/deqp/framework/platform/X11/
DtcuX11.hpp68 ::Visual* getVisual (VisualID visualID);
86 ::Visual* visual);
/external/libchrome/sandbox/win/
Dwow_helper.sln1 Microsoft Visual Studio Solution File, Format Version 9.00
2 # Visual Studio 2005

12345678910>>...17