Home
last modified time | relevance | path

Searched refs:Volume (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/src/D3D9/
DCapabilities.cpp101 bool Capabilities::Volume::A8 = true;
102 bool Capabilities::Volume::R5G6B5 = true;
103 bool Capabilities::Volume::X1R5G5B5 = true;
104 bool Capabilities::Volume::A1R5G5B5 = true;
105 bool Capabilities::Volume::A4R4G4B4 = true;
106 bool Capabilities::Volume::R3G3B2 = true;
107 bool Capabilities::Volume::A8R3G3B2 = true;
108 bool Capabilities::Volume::X4R4G4B4 = true;
109 bool Capabilities::Volume::R8G8B8 = false;
110 bool Capabilities::Volume::X8R8G8B8 = true;
[all …]
DDirect3D9.cpp370 … case D3DFMT_A8: if(!Capabilities::Volume::A8) return NOTAVAILABLE(); else return D3D_OK; in CheckDeviceFormat()
371 …case D3DFMT_R5G6B5: if(!Capabilities::Volume::R5G6B5) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
372 …case D3DFMT_X1R5G5B5: if(!Capabilities::Volume::X1R5G5B5) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
373 …case D3DFMT_A1R5G5B5: if(!Capabilities::Volume::A1R5G5B5) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
374 …case D3DFMT_A4R4G4B4: if(!Capabilities::Volume::A4R4G4B4) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
375 …case D3DFMT_R3G3B2: if(!Capabilities::Volume::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
376 …case D3DFMT_A8R3G3B2: if(!Capabilities::Volume::A8R3G3B2) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
377 …case D3DFMT_X4R4G4B4: if(!Capabilities::Volume::X4R4G4B4) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
378 …case D3DFMT_R8G8B8: if(!Capabilities::Volume::R8G8B8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
379 …case D3DFMT_X8R8G8B8: if(!Capabilities::Volume::X8R8G8B8) return NOTAVAILABLE(); else retur… in CheckDeviceFormat()
[all …]
DCapabilities.hpp142 struct Volume struct
/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h97 …typedef internal::intersector_helper1<typename BVH1::Volume, typename BVH1::Object, typename BVH2:… in BVIntersect()
98 …typedef internal::intersector_helper2<typename BVH2::Volume, typename BVH2::Object, typename BVH1:… in BVIntersect()
117 const typename BVH1::Volume &vol1 = tree1.getVolume(*vBegin1); in BVIntersect()
240 …typedef internal::minimizer_helper1<typename BVH1::Volume, typename BVH1::Object, typename BVH2::O… in BVMinimize()
241 …typedef internal::minimizer_helper2<typename BVH2::Volume, typename BVH2::Object, typename BVH1::O… in BVMinimize()
274 const typename BVH1::Volume &vol1 = tree1.getVolume(*vBegin1); in BVMinimize()
DKdBVH.h74 typedef AlignedBox<Scalar, Dim> Volume;
75 typedef std::vector<Volume, aligned_allocator<Volume> > VolumeList;
164 inline const Volume &getVolume(Index index) const
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dhand.c305 EFI_FILE_IO_INTERFACE *Volume; in LibOpenRoot() local
313 …atus = uefi_call_wrapper(BS->HandleProtocol, 3, DeviceHandle, &FileSystemProtocol, (VOID*)&Volume); in LibOpenRoot()
320 Status = uefi_call_wrapper(Volume->OpenVolume, 2, Volume, &File); in LibOpenRoot()
/external/eigen/unsupported/Eigen/
DBVH58 typedef Volume //the type of bounding volume
64 …const Volume &getVolume(Index index) const //returns the bounding volume of the node at given index
74 bool intersectVolume(const Volume &volume) //returns true if the query intersects the volume
/external/hyphenation-patterns/en-US/
Dhyph-en-us.lic.txt24 % published in TUGboat, Volume 10 (1989), No. 3, pp. 337-341,
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.cc1051 PRINT_STR(Speaker Volume, available); in TestDeviceSelection()
1069 PRINT_STR(Speaker Volume, available); in TestDeviceSelection()
1094 PRINT_STR(Speaker Volume, available); in TestDeviceSelection()
1123 PRINT_STR(Microphone Volume, available); in TestDeviceSelection()
1144 PRINT_STR(Microphone Volume, available); in TestDeviceSelection()
1173 PRINT_STR(Microphone Volume, available); in TestDeviceSelection()
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle11 * Wesley, Volume 1, 1991, Volume 2, 1992. UTF-8 is
/external/icu/icu4c/source/data/translit/
Dsat_Olck_sat_FONIPA.txt30 # Volume 2: Ladakhi to Zuni. ISBN 0-415-20297-3. Taylor & Francis, 2000.
Dko_ko_Latn_BGN.txt14 # the Royal Asiatic Society, Volume XXIX, 1939. It has been used by
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DRTPencode.cc123 int Volume,
1807 int Volume, in makeDTMFpayload() argument
1811 V = (unsigned char)Volume; in makeDTMFpayload()
/external/bison/m4/
Disnanl.m4202 Intel IA-64 Architecture Software Developer's Manual, Volume 1:
/external/tcpdump/
DREADME.md58 in his book *"TCP/IP Illustrated, Volume 1"*. If you want to learn more
/external/syslinux/memdisk/
Dmemdisk.inc611 mov ax,0B200h ; Volume Not Removable
/external/zlib/src/doc/
Drfc1951.txt851 Engineers, September 1952, Volume 40, Number 9, pp. 1098-1101.
/external/bison/
Dconfigure23688 Intel IA-64 Architecture Software Developer's Manual, Volume 1:
24044 Intel IA-64 Architecture Software Developer's Manual, Volume 1:
/external/llvm/docs/
DProgrammersManual.rst76 #. `Bruce Eckel's Thinking in C++, 2nd ed. Volume 2 Revision 4.0
/external/e2fsprogs/po/
Dde.po5308 "\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"