Home
last modified time | relevance | path

Searched refs:transferType (Results 1 – 3 of 3) sorted by relevance

/external/libusb/libusb/os/
Ddarwin_usb.c1771 uint8_t transferType; in submit_bulk_transfer() local
1792 transferType = pipeProperties.bTransferType; in submit_bulk_transfer()
1796 &transferType, &maxPacketSize, &interval); in submit_bulk_transfer()
1812 if (transferType == kUSBInterrupt) { in submit_bulk_transfer()
1876 uint8_t direction, number, interval, pipeRef, transferType; in submit_iso_transfer() local
1913 &transferType, &maxPacketSize, &interval); in submit_iso_transfer()
1926 &transferType, &maxPacketSize, &interval); in submit_iso_transfer()
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp492 …eUint32 internalFormat, const deUint32 transferFormat, const deUint32 transferType, const tcu::Vec… in TestTexture2D() argument
495 , m_transferFormat (tcu::TextureFormat(glu::mapGLTransferFormat(transferFormat, transferType))) in TestTexture2D()
516 …EXTURE_2D, 0, m_internalFormat, m_width, m_height, 0, transferFormat, transferType, m_imageData.ge… in TestTexture2D()
/external/swiftshader/src/OpenGL/common/
DImage.cpp604 template<TransferType transferType>
946 template<TransferType transferType>
958 TransferRow<transferType>(dest, source, rect.width, rect.bytes); in Transfer()