FreeRDP
|
Data Fields | |
HANDLE | vcm |
void * | custom |
psRdpgfxServerOpen | Open |
psRdpgfxServerClose | Close |
psRdpgfxResetGraphics | ResetGraphics |
psRdpgfxStartFrame | StartFrame |
psRdpgfxEndFrame | EndFrame |
psRdpgfxSurfaceCommand | SurfaceCommand |
psRdpgfxSurfaceFrameCommand | SurfaceFrameCommand |
psRdpgfxDeleteEncodingContext | DeleteEncodingContext |
psRdpgfxCreateSurface | CreateSurface |
psRdpgfxDeleteSurface | DeleteSurface |
psRdpgfxSolidFill | SolidFill |
psRdpgfxSurfaceToSurface | SurfaceToSurface |
psRdpgfxSurfaceToCache | SurfaceToCache |
psRdpgfxCacheToSurface | CacheToSurface |
psRdpgfxCacheImportOffer | CacheImportOffer |
psRdpgfxCacheImportReply | CacheImportReply |
psRdpgfxEvictCacheEntry | EvictCacheEntry |
psRdpgfxMapSurfaceToOutput | MapSurfaceToOutput |
psRdpgfxMapSurfaceToWindow | MapSurfaceToWindow |
psRdpgfxMapSurfaceToScaledOutput | MapSurfaceToScaledOutput |
psRdpgfxMapSurfaceToScaledWindow | MapSurfaceToScaledWindow |
psRdpgfxCapsAdvertise | CapsAdvertise |
psRdpgfxCapsConfirm | CapsConfirm |
psRdpgfxFrameAcknowledge | FrameAcknowledge |
psRdpgfxQoeFrameAcknowledge | QoeFrameAcknowledge |
RdpgfxServerPrivate * | priv |
rdpContext * | rdpcontext |
psRdpgfxServerChannelIdAssigned | ChannelIdAssigned |
psRdpgfxServerInitialize | Initialize |
FreeRDP: A Remote Desktop Protocol Implementation Graphics Pipeline Extension
Copyright 2016 Jiang Zihao zihao .jia ng@ya hoo. com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 93 of file server/rdpgfx.h.
psRdpgfxCacheImportOffer RdpgfxServerContext::CacheImportOffer |
Definition at line 113 of file server/rdpgfx.h.
psRdpgfxCacheImportReply RdpgfxServerContext::CacheImportReply |
Definition at line 114 of file server/rdpgfx.h.
psRdpgfxCacheToSurface RdpgfxServerContext::CacheToSurface |
Definition at line 112 of file server/rdpgfx.h.
psRdpgfxCapsAdvertise RdpgfxServerContext::CapsAdvertise |
Definition at line 120 of file server/rdpgfx.h.
psRdpgfxCapsConfirm RdpgfxServerContext::CapsConfirm |
Definition at line 121 of file server/rdpgfx.h.
psRdpgfxServerChannelIdAssigned RdpgfxServerContext::ChannelIdAssigned |
Callback, when the channel got its id assigned.
Definition at line 131 of file server/rdpgfx.h.
psRdpgfxServerClose RdpgfxServerContext::Close |
Definition at line 99 of file server/rdpgfx.h.
psRdpgfxCreateSurface RdpgfxServerContext::CreateSurface |
Definition at line 107 of file server/rdpgfx.h.
void* RdpgfxServerContext::custom |
Definition at line 96 of file server/rdpgfx.h.
psRdpgfxDeleteEncodingContext RdpgfxServerContext::DeleteEncodingContext |
Definition at line 106 of file server/rdpgfx.h.
psRdpgfxDeleteSurface RdpgfxServerContext::DeleteSurface |
Definition at line 108 of file server/rdpgfx.h.
psRdpgfxEndFrame RdpgfxServerContext::EndFrame |
Definition at line 103 of file server/rdpgfx.h.
psRdpgfxEvictCacheEntry RdpgfxServerContext::EvictCacheEntry |
Definition at line 115 of file server/rdpgfx.h.
psRdpgfxFrameAcknowledge RdpgfxServerContext::FrameAcknowledge |
Definition at line 122 of file server/rdpgfx.h.
psRdpgfxServerInitialize RdpgfxServerContext::Initialize |
Optional: Set thread handling. When externalThread=TRUE, the application is responsible to call Poll() periodically to process channel events.
Defaults to externalThread=FALSE
Definition at line 139 of file server/rdpgfx.h.
psRdpgfxMapSurfaceToOutput RdpgfxServerContext::MapSurfaceToOutput |
Definition at line 116 of file server/rdpgfx.h.
psRdpgfxMapSurfaceToScaledOutput RdpgfxServerContext::MapSurfaceToScaledOutput |
Definition at line 118 of file server/rdpgfx.h.
psRdpgfxMapSurfaceToScaledWindow RdpgfxServerContext::MapSurfaceToScaledWindow |
Definition at line 119 of file server/rdpgfx.h.
psRdpgfxMapSurfaceToWindow RdpgfxServerContext::MapSurfaceToWindow |
Definition at line 117 of file server/rdpgfx.h.
psRdpgfxServerOpen RdpgfxServerContext::Open |
Definition at line 98 of file server/rdpgfx.h.
RdpgfxServerPrivate* RdpgfxServerContext::priv |
Definition at line 125 of file server/rdpgfx.h.
psRdpgfxQoeFrameAcknowledge RdpgfxServerContext::QoeFrameAcknowledge |
Definition at line 123 of file server/rdpgfx.h.
rdpContext* RdpgfxServerContext::rdpcontext |
Definition at line 126 of file server/rdpgfx.h.
psRdpgfxResetGraphics RdpgfxServerContext::ResetGraphics |
Definition at line 101 of file server/rdpgfx.h.
psRdpgfxSolidFill RdpgfxServerContext::SolidFill |
Definition at line 109 of file server/rdpgfx.h.
psRdpgfxStartFrame RdpgfxServerContext::StartFrame |
Definition at line 102 of file server/rdpgfx.h.
psRdpgfxSurfaceCommand RdpgfxServerContext::SurfaceCommand |
Definition at line 104 of file server/rdpgfx.h.
psRdpgfxSurfaceFrameCommand RdpgfxServerContext::SurfaceFrameCommand |
Definition at line 105 of file server/rdpgfx.h.
psRdpgfxSurfaceToCache RdpgfxServerContext::SurfaceToCache |
Definition at line 111 of file server/rdpgfx.h.
psRdpgfxSurfaceToSurface RdpgfxServerContext::SurfaceToSurface |
Definition at line 110 of file server/rdpgfx.h.
HANDLE RdpgfxServerContext::vcm |
Definition at line 95 of file server/rdpgfx.h.