Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Ddarwin_usb.c1562 uint8_t transferType; in submit_bulk_transfer() local
1576 &transferType, &maxPacketSize, &interval); in submit_bulk_transfer()
1591 if (transferType == kUSBInterrupt) { in submit_bulk_transfer()
1655 uint8_t direction, number, interval, pipeRef, transferType; in submit_iso_transfer() local
1689 &transferType, &maxPacketSize, &interval); in submit_iso_transfer()
1702 &transferType, &maxPacketSize, &interval); in submit_iso_transfer()
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp494 …eUint32 internalFormat, const deUint32 transferFormat, const deUint32 transferType, const tcu::Vec… in TestTexture2D() argument
497 , m_transferFormat (tcu::TextureFormat(glu::mapGLTransferFormat(transferFormat, transferType))) in TestTexture2D()
519 …EXTURE_2D, 0, m_internalFormat, m_width, m_height, 0, transferFormat, transferType, m_imageData.ge… in TestTexture2D()