Home
last modified time | relevance | path

Searched refs:sourceChannel (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dapi_filters.c638 VGImageChannel sourceChannel, in vegaLookupSingle() argument
660 if (sourceChannel != VG_RED && sourceChannel != VG_GREEN && in vegaLookupSingle()
661 sourceChannel != VG_BLUE && sourceChannel != VG_ALPHA) { in vegaLookupSingle()
696 info.user_data = (void*)sourceChannel; in vegaLookupSingle()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java500 MessageChannel sourceChannel, SIPDialog dialog) { in processResponse() argument
535 inviteClientTransaction(transactionResponse, sourceChannel, dialog); in processResponse()
537 nonInviteClientTransaction(transactionResponse, sourceChannel, dialog); in processResponse()
607 MessageChannel sourceChannel, SIPDialog sipDialog) throws IOException { in nonInviteClientTransaction() argument
724 MessageChannel sourceChannel, SIPDialog dialog) throws IOException { in inviteClientTransaction() argument
DSIPServerTransaction.java708 public void processRequest(SIPRequest transactionRequest, MessageChannel sourceChannel) { in processRequest() argument
/external/mesa3d/src/mapi/vgapi/
Dvgapi.csv51 … VGImage dst, VGImage src, const VGuint *lookupTable, VGImageChannel sourceChannel, VGboolean out…
/external/mesa3d/include/VG/
Dopenvg.h731 VGImageChannel sourceChannel,