HomeSort by relevance Sort by last modified time
    Searched refs:Mode (Results 351 - 375 of 1286) sorted by null

<<11121314151617181920>>

  /external/skqp/src/gpu/effects/
GrTextureDomain.cpp 24 GrTextureDomain::GrTextureDomain(GrTextureProxy* proxy, const SkRect& domain, Mode modeX,
25 Mode modeY, int index)
52 static SkString clamp_expression(GrTextureDomain::Mode mode, const char* inCoord,
56 switch(mode) {
73 SkASSERTF(false, "Unknown texture domain mode: %u\n", (uint32_t) mode);
148 // Apply decal mode's transparency interpolation if needed
257 GrTextureDomain::Mode mode,
    [all...]
  /external/skqp/tools/
CrashHandler.cpp 133 frame.AddrPC.Mode = AddrModeFlat;
134 frame.AddrStack.Mode = AddrModeFlat;
135 frame.AddrFrame.Mode = AddrModeFlat;
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_win.cc 29 void Init(Callback* callback, Mode mode) override;
42 Mode mode_;
73 void MouseCursorMonitorWin::Init(Callback* callback, Mode mode) {
78 mode_ = mode;
mouse_cursor_monitor_x11.cc 66 void Init(Callback* callback, Mode mode) override;
80 Mode mode_;
108 void MouseCursorMonitorX11::Init(Callback* callback, Mode mode) {
114 mode_ = mode;
157 // In screen mode (window_ == root_window) the mouse is always inside.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 165 HorizontalResolution = GraphicsOutput->Mode->Info->HorizontalResolution;
166 VerticalResolution = GraphicsOutput->Mode->Info->VerticalResolution;
235 &mEfiColors[Sto->Mode->Attribute & 0x0f],
244 &mEfiColors[Sto->Mode->Attribute >> 4],
281 mEfiColors[Sto->Mode->Attribute & 0x0f],
282 mEfiColors[Sto->Mode->Attribute >> 4],
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
Gop.c 259 VgpuGop->Gop.Mode = &VgpuGop->GopMode;
275 // error, without disturbing the current graphics mode.
365 mGopResolutions[This->Mode->Mode].Width, // Width
366 mGopResolutions[This->Mode->Mode].Height, // Height
386 // yet, or we've changed the mode successfully and released the old
397 // Populate Mode and ModeInfo (mutable fields only).
399 VgpuGop->GopMode.Mode = ModeNumber;
570 // BltBuffer and Delta are not used in this mode.
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CornerPathEffectTest.java 30 import android.graphics.PorterDuff.Mode;
83 expectedPaint.setXfermode(new PorterDuffXfermode(Mode.SCREEN));
DiscretePathEffectTest.java 30 import android.graphics.PorterDuff.Mode;
75 paint.setXfermode(new PorterDuffXfermode(Mode.SCREEN));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
SerialIo.c 539 This->Mode->BaudRate,
540 This->Mode->ReceiveFifoDepth,
541 This->Mode->Timeout,
542 (EFI_PARITY_TYPE) This->Mode->Parity,
543 (UINT8) This->Mode->DataBits,
544 (EFI_STOP_BITS_TYPE) This->Mode->StopBits
664 // Put serial port on Divisor Latch Mode
677 // Put serial port back in normal mode and set remaining attributes.
736 // Set the Serial I/O mode
738 This->Mode->BaudRate = BaudRate;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
ComponentName.c 266 for (Index = 0; Index < Snp->Mode->HwAddressSize; Index++) {
271 Snp->Mode->CurrentAddress.Addr[Index]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IdeControllerInit.h 93 /// the mode and timing settings to default settings.
100 /// This extended mode describes the SATA physical protocol.
128 BOOLEAN Valid; ///< TRUE if Mode is valid.
129 UINT32 Mode; ///< The actual ATA mode. This field is not a bit map.
140 /// with a mode. The various transfer protocols are defined by the ATA/ATAPI
147 /// The mode for operating the transfer protocol that is identified by TransferProtocol.
149 UINT32 Mode;
157 /// This field specifies the PIO mode. PIO modes are defined in the ATA/ATAPI
159 /// other words, a value of 1 in this field means PIO mode 1. The actual meaning
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpDispatcher.c 61 @param[in, out] Mode Pointer to the buffer to store the operational
64 @retval EFI_SUCCESS The mode data was read.
72 IN OUT TCP4_MODE_DATA *Mode
83 if (!SOCK_IS_CONFIGURED (Sock) && (Mode->Tcp4ConfigData != NULL)) {
87 if (Mode->Tcp4State != NULL) {
88 *(Mode->Tcp4State) = (EFI_TCP4_CONNECTION_STATE) Tcb->State;
91 if (Mode->Tcp4ConfigData != NULL) {
93 ConfigData = Mode->Tcp4ConfigData;
137 return Ip->GetModeData (Ip, Mode->Ip4ModeData, Mode->MnpConfigData, Mode->SnpModeData);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.c 58 (*ConsoleInfo)->HistoryMode.Mode = 0;
72 (*ConsoleInfo)->OurConOut.Mode = gST->ConOut->Mode;
285 OrigAttribute = ConsoleInfo->OldConOut->Mode->Attribute;
599 @retval EFI_UNSUPPORTED The output device's mode is not currently in a
600 defined text mode.
626 Function to handle page break mode.
659 // ShellInfoObject.ConsoleInfo->OurConOut.Mode->CursorRow = 0;
660 // ShellInfoObject.ConsoleInfo->OurConOut.Mode->CursorColumn = 0;
685 @retval EFI_UNSUPPORTED The output device's mode is not currently in a
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Ver.c 94 gST->ConOut->Mode->CursorRow,
105 gST->ConOut->Mode->CursorRow,
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLCipherChaCha20.java 132 void checkSupportedMode(Mode mode) throws NoSuchAlgorithmException {
133 if (mode != Mode.NONE) {
134 throw new NoSuchAlgorithmException("Mode must be NONE");
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
OpenSSLCipherChaCha20.java 136 void checkSupportedMode(Mode mode) throws NoSuchAlgorithmException {
137 if (mode != Mode.NONE) {
138 throw new NoSuchAlgorithmException("Mode must be NONE");
  /external/grpc-grpc-java/context/src/jmh/java/io/grpc/
ReadBenchmark.java 24 import org.openjdk.jmh.annotations.Mode;
84 @BenchmarkMode(Mode.SampleTime)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer2.java 36 * but additional modes are provided as documented in the Mode enum.
70 public enum Mode {
112 * Same as getInstance(null, "nfc", Mode.COMPOSE).
122 * Same as getInstance(null, "nfc", Mode.DECOMPOSE).
132 * Same as getInstance(null, "nfkc", Mode.COMPOSE).
142 * Same as getInstance(null, "nfkc", Mode.DECOMPOSE).
152 * Same as getInstance(null, "nfkc_cf", Mode.COMPOSE).
163 * and which composes or decomposes text according to the specified mode.
178 * @param mode normalization mode (compose or decompose etc.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer2.java 35 * but additional modes are provided as documented in the Mode enum.
71 public enum Mode {
117 * Same as getInstance(null, "nfc", Mode.COMPOSE).
128 * Same as getInstance(null, "nfc", Mode.DECOMPOSE).
139 * Same as getInstance(null, "nfkc", Mode.COMPOSE).
150 * Same as getInstance(null, "nfkc", Mode.DECOMPOSE).
161 * Same as getInstance(null, "nfkc_cf", Mode.COMPOSE).
173 * and which composes or decomposes text according to the specified mode.
188 * @param mode normalization mode (compose or decompose etc.
    [all...]
  /external/libbrillo/brillo/message_loops/
base_message_loop.h 49 WatchMode mode,
102 base::MessagePumpForIO::Mode base_mode,
134 base::MessagePumpForIO::Mode base_mode_;
  /external/libchrome/base/message_loop/
message_loop_current.h 214 MessagePumpForUI::Mode mode,
270 MessagePumpForIO::Mode mode,
  /external/libchrome/ipc/
ipc_channel.h 62 enum Mode {
170 // - Client and named client: In these mode, the Channel merely
173 // Each mode has its own Create*() API to create the Channel object.
176 Mode mode,
ipc_channel_mojo.h 51 Mode mode,
101 Mode mode,
  /external/libchrome/mojo/public/cpp/system/
platform_handle.cc 43 case base::subtle::PlatformSharedMemoryRegion::Mode::kReadOnly:
46 case base::subtle::PlatformSharedMemoryRegion::Mode::kWritable:
49 case base::subtle::PlatformSharedMemoryRegion::Mode::kUnsafe:
79 base::subtle::PlatformSharedMemoryRegion::Mode::kWritable) {
160 base::subtle::PlatformSharedMemoryRegion::Mode mode; local
163 mode = base::subtle::PlatformSharedMemoryRegion::Mode::kReadOnly;
166 mode = base::subtle::PlatformSharedMemoryRegion::Mode::kWritable
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.h 130 // Enables "plugins". In this mode, if a command-line flag ends with "_out"
174 // mode is generally more intuitive and easier to use, especially e.g. when
324 enum Mode {
325 MODE_COMPILE, // Normal mode: parse .proto files and compile them.
328 MODE_PRINT, // Print mode: print info of the given .proto files and exit.
331 Mode mode_;

Completed in 1553 milliseconds

<<11121314151617181920>>